* wip * copy polugin files * wip type changes * refactor: improve Twitch plugin code quality and fix all tests - Extract client manager registry for centralized lifecycle management - Refactor to use early returns and reduce mutations - Fix status check logic for clientId detection - Add comprehensive test coverage for new modules - Remove tests for unimplemented features (index.test.ts, resolver.test.ts) - Fix mock setup issues in test suite (149 tests now passing) - Improve error handling with errorResponse helper in actions.ts - Normalize token handling to eliminate duplication Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * use accountId * delete md file * delte tsconfig * adjust log level * fix probe logic * format * fix monitor * code review fixes * format * no mutation * less mutation * chain debug log * await authProvider setup * use uuid * use spread * fix tests * update docs and remove bot channel fallback * more readme fixes * remove comments + fromat * fix tests * adjust access control logic * format * install * simplify config object * remove duplicate log tags + log received messages * update docs * update tests * format * strip markdown in monitor * remove strip markdown config, enabled by default * default requireMention to true * fix store path arg * fix multi account id + add unit test * fix multi account id + add unit test * make channel required and update docs * remove whisper functionality * remove duplicate connect log * update docs with convert twitch link * make twitch message processing non blocking * schema consistent casing * remove noisy ignore log * use coreLogger --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2.8 KiB
2.8 KiB
summary, read_when
| summary | read_when | ||
|---|---|---|---|
| Messaging platforms Clawdbot can connect to |
|
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.
- BlueBubbles — Recommended 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.
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.