mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-16 23:52:40 -06:00
0758316883
* feat(sms): track Twilio delivery status * fix(sms): preserve Twilio delivery callbacks under inbound load * fix(sms): correct delivery status contracts * fix(sms): retry transient Twilio callback reads * fix(sms): bound delivery callback admission * docs(sms): clarify delivery callback recovery
86 lines
6.2 KiB
Markdown
86 lines
6.2 KiB
Markdown
---
|
|
summary: "Messaging platforms OpenClaw can connect to"
|
|
read_when:
|
|
- You want to choose a chat channel for OpenClaw
|
|
- You need a quick overview of supported messaging platforms
|
|
title: "Chat channels"
|
|
---
|
|
|
|
OpenClaw 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.
|
|
|
|
Entries marked "bundled plugin" or "included in core" ship with the core
|
|
install. Channels marked "official plugin" install with one command
|
|
(`openclaw plugins install @openclaw/<id>`) or on demand during
|
|
`openclaw onboard` / `openclaw channels add`, then need a Gateway restart.
|
|
"External plugin" channels are maintained outside the OpenClaw repo.
|
|
|
|
## Supported channels
|
|
|
|
<!-- BEGIN GENERATED: official channel catalog -->
|
|
<!-- Generated by `pnpm channels:catalog:gen`. Edit manifests/seed for membership and routes; edit page frontmatter for public names and summaries. -->
|
|
|
|
- [Buzz](/channels/buzz) - Connect OpenClaw agents to Buzz rooms (official plugin).
|
|
- [ClickClack](/channels/clickclack) - ClickClack bot-token channel setup and target syntax (official plugin).
|
|
- [Discord](/channels/discord) - Discord bot setup, config keys, components, voice, and troubleshooting (official plugin).
|
|
- [Feishu](/channels/feishu) - Feishu bot overview, features, and configuration (official plugin).
|
|
- [Google Chat](/channels/googlechat) - Google Chat app support status, capabilities, and configuration (official plugin).
|
|
- [iMessage](/channels/imessage) - Native iMessage support via imsg (JSON-RPC over stdio), with private API actions for replies, tapbacks, effects, polls, attachments, and group management. Preferred for new OpenClaw iMessage setups when host requirements fit (official plugin).
|
|
- [IRC](/channels/irc) - IRC plugin setup, access controls, and troubleshooting (official plugin).
|
|
- [LINE](/channels/line) - LINE Messaging API plugin setup, config, and usage (official plugin).
|
|
- [Matrix](/channels/matrix) - Matrix support status, setup, and configuration examples (official plugin).
|
|
- [Mattermost](/channels/mattermost) - Mattermost bot setup and OpenClaw config (official plugin).
|
|
- [Microsoft Teams](/channels/msteams) - Microsoft Teams bot support status, capabilities, and configuration (official plugin).
|
|
- [Nextcloud Talk](/channels/nextcloud-talk) - Nextcloud Talk support status, capabilities, and configuration (official plugin).
|
|
- [Nostr](/channels/nostr) - Nostr DM channel via NIP-04 encrypted messages (official plugin).
|
|
- [QQ bot](/channels/qqbot) - QQ Bot setup, config, and usage (official plugin).
|
|
- [Raft](/channels/raft) - Raft External Agent support through the Raft CLI wake bridge (official plugin).
|
|
- [Reef](/channels/reef) - Reef channel setup: guarded, end-to-end-encrypted messaging between OpenClaw agents of different people (bundled plugin).
|
|
- [Signal](/channels/signal) - Signal support via signal-cli (native daemon or bbernhard container), setup paths, and number model (official plugin).
|
|
- [Slack](/channels/slack) - Slack setup and runtime behavior (Socket Mode, HTTP Request URLs, and relay mode) (official plugin).
|
|
- [SMS](/channels/sms) - Twilio SMS/MMS setup, access controls, webhooks, and delivery status (official plugin).
|
|
- [Synology Chat](/channels/synology-chat) - Synology Chat webhook setup and OpenClaw config (official plugin).
|
|
- [Telegram](/channels/telegram) - Telegram bot support status, capabilities, and configuration (bundled plugin).
|
|
- [Tlon](/channels/tlon) - Tlon/Urbit support status, capabilities, and configuration (official plugin).
|
|
- [Twitch](/channels/twitch) - Twitch chat bot: install, credentials, access control, token refresh (official plugin).
|
|
- [WebChat](/web/webchat) - Native and Control UI WebChat usage over the Gateway WebSocket (included in core).
|
|
- [WeChat](/channels/wechat) - WeChat channel setup through the external openclaw-weixin plugin (external plugin).
|
|
- [WeCom](/channels/wecom) - Install the official WeCom plugin and find its versioned setup documentation (external plugin).
|
|
- [WhatsApp](/channels/whatsapp) - WhatsApp channel support, access controls, delivery behavior, and operations (official plugin).
|
|
- [Yuanbao](/channels/yuanbao) - Yuanbao bot overview, features, and configuration (external plugin).
|
|
- [Zalo](/channels/zalo) - Zalo bot support status, capabilities, and configuration (official plugin).
|
|
- [Zalo ClawBot](/channels/zaloclawbot) - Zalo ClawBot channel setup through the external openclaw-zaloclawbot plugin (external plugin).
|
|
- [Zalo personal](/channels/zalouser) - Zalo personal account support via native zca-js (QR login), capabilities, and configuration (official plugin).
|
|
|
|
<!-- END GENERATED: official channel catalog -->
|
|
|
|
### Related communication plugins
|
|
|
|
- [Voice Call](/plugins/voice-call) - Telephony via Plivo, Telnyx, or Twilio (official plugin).
|
|
|
|
## Delivery notes
|
|
|
|
- Telegram replies that contain markdown image syntax, such as ``,
|
|
are converted into media replies on the final outbound path when possible.
|
|
- Slack multi-person DMs route as group chats, so group policy, mention
|
|
behavior, and group-session rules apply to MPIM conversations.
|
|
- WhatsApp setup is install-on-demand: onboarding can show the setup flow before
|
|
the plugin package is installed, and the Gateway loads the external
|
|
ClawHub/npm plugin only when the channel is actually active.
|
|
- Channels that accept bot-authored inbound messages can use shared
|
|
[bot loop protection](/channels/bot-loop-protection) to prevent bot pairs from
|
|
replying to each other indefinitely.
|
|
- Supported always-on rooms can use [ambient room events](/channels/ambient-room-events)
|
|
so unmentioned room chatter becomes quiet context unless the agent sends with
|
|
the `message` tool.
|
|
|
|
## Notes
|
|
|
|
- Channels can run simultaneously; configure multiple and OpenClaw will route per chat.
|
|
- Fastest setup is usually **Telegram** (simple bot token, no plugin install). WhatsApp
|
|
requires QR pairing and stores more state on disk.
|
|
- Group behavior varies by channel; see [Groups](/channels/groups).
|
|
- DM pairing and allowlists are enforced for safety; see [Security](/gateway/security).
|
|
- Troubleshooting: [Channel troubleshooting](/channels/troubleshooting).
|
|
- Model providers are documented separately; see [Model Providers](/providers/models).
|