dingtalk-connection
Installation
Summary
Bridge DingTalk outgoing webhooks to Clawdbot Gateway via local WebSocket connection.
- Receives DingTalk bot messages through webhook callbacks and forwards them to Clawdbot Gateway for AI agent processing
- Configurable port, path, and signing secret for webhook security and routing flexibility
- Includes optional macOS launchd service setup for persistent bridge operation
- Supports thinking time thresholds (default 2500ms) to control response streaming behavior in DingTalk sessions
SKILL.md
DingTalk Bridge
Bridge DingTalk bot messages to Clawdbot Gateway over a local WebSocket connection.
Architecture
DingTalk user -> DingTalk cloud -> webhook (bridge.py) -> Clawdbot Gateway -> AI agent
Setup
1. Create DingTalk bot
Create a bot that can send outgoing webhooks and set the callback URL to your public endpoint.
2. Run bridge
Related skills