openclaw/docs/channels/index.md
YanHaidao a3799c7748 - Add WeCom channel plugin for Clawdbot (popular in China)
- Add channel documentation (EN + 中文) and plugin README
- Link WeCom from channels index
- 新增 WeCom 渠道插件(国内常用)
- 新增频道文档(英文 + 中文)与插件 README
- 在 Channels 索引中加入 WeCom 入口
2026-01-27 11:45:52 +08:00

2.9 KiB

summary read_when
Messaging platforms Clawdbot can connect to
You want to choose a chat channel for Clawdbot
You need a quick overview of supported messaging platforms

Chat Channels

Clawdbot can talk to you on any chat app you already use. Each channel connects via the Gateway. Text is supported everywhere; media and reactions vary by channel.

Supported channels

  • WhatsApp — Most popular; uses Baileys and requires QR pairing.
  • Telegram — Bot API via grammY; supports groups.
  • Discord — Discord Bot API + Gateway; supports servers, channels, and DMs.
  • Slack — Bolt SDK; workspace apps.
  • Google Chat — Google Chat API app via HTTP webhook.
  • Mattermost — Bot API + WebSocket; channels, groups, DMs (plugin, installed separately).
  • Signal — signal-cli; privacy-focused.
  • BlueBubblesRecommended for iMessage; uses the BlueBubbles macOS server REST API with full feature support (edit, unsend, effects, reactions, group management — edit currently broken on macOS 26 Tahoe).
  • iMessage — macOS only; native integration via imsg (legacy, consider BlueBubbles for new setups).
  • Microsoft Teams — Bot Framework; enterprise support (plugin, installed separately).
  • LINE — LINE Messaging API bot (plugin, installed separately).
  • Nextcloud Talk — Self-hosted chat via Nextcloud Talk (plugin, installed separately).
  • Matrix — Matrix protocol (plugin, installed separately).
  • Nostr — Decentralized DMs via NIP-04 (plugin, installed separately).
  • Tlon — Urbit-based messenger (plugin, installed separately).
  • Twitch — Twitch chat via IRC connection (plugin, installed separately).
  • Zalo — Zalo Bot API; Vietnam's popular messenger (plugin, installed separately).
  • Zalo Personal — Zalo personal account via QR login (plugin, installed separately).
  • WebChat — Gateway WebChat UI over WebSocket.
  • WeCom — WeCom intelligent bot (API mode) via encrypted webhooks + passive replies (plugin, installed separately).

Notes

  • Channels can run simultaneously; configure multiple and Clawdbot will route per chat.
  • Fastest setup is usually Telegram (simple bot token). WhatsApp requires QR pairing and stores more state on disk.
  • Group behavior varies by channel; see Groups.
  • DM pairing and allowlists are enforced for safety; see Security.
  • Telegram internals: grammY notes.
  • Troubleshooting: Channel troubleshooting.
  • Model providers are documented separately; see Model Providers.