-
-
Notifications
You must be signed in to change notification settings - Fork 69.5k
[Bug]: Support request: Microsoft Teams channel setup fails on OpenClaw (Raspberry Pi) #17783
Description
Summary
Hello OpenClaw team,
I’m trying to enable Microsoft Teams on OpenClaw and I’m blocked during plugin installation.
Environment
OpenClaw version: 2026.2.15
Host: Raspberry Pi (Linux arm64)
Node: v24.13.1
Existing channel working: Telegram
Problem
When running:
openclaw channels add --channel msteams
the installer prompts:
“Install Microsoft Teams plugin? Download from npm (@openclaw/msteams)”
Then it fails with:
“Failed to install @openclaw/msteams: npm install failed”
In previous attempts, I also saw:
Unsupported URL Type "workspace:": workspace:*
duplicate plugin id warnings for msteams
I cleaned local extension state and restarted gateway, but Teams is still not configurable through the normal flow.
Could you share the recommended setup path for this environment, or confirm if this is a known compatibility issue with the current release?
Thanks in advance.
Best regards,
Kevin
Steps to reproduce
Install/Open OpenClaw 2026.2.15 on Raspberry Pi (Linux arm64, Node v24.13.1).
Run:
openclaw channels add --channel msteams
In the prompt, select: Download from npm (@openclaw/msteams).
Wait for installer output.
Expected behavior
The Teams plugin installs successfully and the Microsoft Teams channel can be configured normally.
Actual behavior
Plugin installation fails with:
Failed to install @openclaw/msteams: npm install failed
In logs, also observed:
Unsupported URL Type "workspace:": workspace:*
Duplicate plugin warnings in some attempts:
plugin msteams: duplicate plugin id detected
Teams remains not usable through the normal setup flow.
OpenClaw version
2026.2.15 (also tested with 2026.2.14, same result)
Operating system
Raspberry Pi OS / Linux arm64 Kernel: 6.12.47+rpt-rpi-2712 Node: v24.13.1
Install method
npm i -g openclaw
Logs, screenshots, and evidence
Install Microsoft Teams plugin?
Download from npm (@openclaw/msteams)
...
Failed to install @openclaw/msteams: npm install failedImpact and severity
No response
Additional information
I cleaned local extension state (~/.openclaw/extensions/msteams) and restarted gateway multiple times.
I tested both OpenClaw 2026.2.14 and 2026.2.15; issue persists.
Looking for recommended supported setup path or confirmation of known compatibility issue.