dingtalk-connection
1
总安装量
1
周安装量
#45608
全站排名
安装命令
npx skills add https://smithery.ai
Agent 安装分布
claude-code
1
Skill 文档
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 |