dingtalk-connection▌
xiaomingx/moltbot-connector-feishu-dingtalk · updated Apr 28, 2026
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
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
cd <skill-dir>/dingtalk-connection
uv sync
DINGTALK_SIGNING_SECRET=your_secret uv run python bridge.py
3. Auto-start (macOS)
uv run python setup_service.py
launchctl load ~/Library/LaunchAgents/com.clawdbot.dingtalk-bridge.plist
Environment variables
| Variable | Required | Default |
|---|---|---|
DINGTALK_PORT |
— | 3210 |
DINGTALK_PATH |
— | /dingtalk |
DINGTALK_SIGNING_SECRET |
— | — |
DINGTALK_BOT_ID |
— | — |
DINGTALK_BOT_NAME |
— | — |
CLAWDBOT_CONFIG_PATH |
— | ~/.clawdbot/clawdbot.json |
CLAWDBOT_AGENT_ID |
— | main |
DINGTALK_THINKING_THRESHOLD_MS |
— | 2500 |
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.5★★★★★54 reviews- ★★★★★Anika Park· Dec 28, 2024
dingtalk-connection is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Henry Chen· Dec 24, 2024
dingtalk-connection reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Henry Diallo· Dec 24, 2024
dingtalk-connection reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Oshnikdeep· Dec 12, 2024
Registry listing for dingtalk-connection matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Charlotte Khanna· Nov 15, 2024
Registry listing for dingtalk-connection matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Henry Huang· Nov 15, 2024
Registry listing for dingtalk-connection matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Ganesh Mohane· Nov 3, 2024
dingtalk-connection reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Rahul Santra· Oct 22, 2024
I recommend dingtalk-connection for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Jin Shah· Oct 6, 2024
Keeps context tight: dingtalk-connection is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Anaya Flores· Sep 21, 2024
Solid pick for teams standardizing on skills: dingtalk-connection is focused, and the summary matches what you get after install.
showing 1-10 of 54