This bridges DingTalk's outgoing webhooks to Clawdbot Gateway so you can run AI agents through DingTalk conversations. You get a local Python server that sits between DingTalk's cloud and your gateway, handling the webhook callbacks and websocket connection. It includes a macOS launchd setup script for auto-starting the bridge service, which is handy if you're running this long-term. The architecture is straightforward: DingTalk user messages hit their cloud, webhook to your bridge.py, then forward to the gateway. You'll need to expose the webhook endpoint publicly and configure your DingTalk bot's callback URL. Most useful if you're already invested in the DingTalk ecosystem and want conversational AI there.
npx skills add https://github.com/xiaomingx/moltbot-connector-feishu-dingtalk --skill dingtalk-connection