share-nodesOverview

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.

Supported connectors

  • Telegram

  • DingTalk

  • Feishu

  • Discord

  • WeChat

  • WebSocket clients

  • CLI and local tooling

Shared behavior

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.

Choosing a connector

  • 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