Supported connectors and the shared message flow across platforms.
Connectors are how users and external systems talk to DragonClaw.
Every connector feeds the same gateway and agent loop.
Telegram
DingTalk
Feishu
Discord
WeChat
WebSocket clients
CLI and local tooling
All connectors map inbound messages into the same internal shape:
content
channelId
userId
platform metadata
That gives DragonClaw shared memory, rate limits, and skill behavior across channels.
Use Telegram for personal alerts and quick mobile access.
Use DingTalk or Feishu for Chinese team workflows.
Use Discord for communities and power users.
Use WebSocket API for custom apps and frontends.
Last updated 2 hours ago