首页/后端开发/dingtalk-connection
D

dingtalk-connection

by @xiaomingxv1.0.0
0.0(0)

Bridge DingTalk outgoing webhook messages to Clawdbot Gateway and send replies back to DingTalk sessions. Use when setting up DingTalk as a messaging channel, troubleshooting webhook delivery, or running the local bridge service.

DingTalk APIFeishu IntegrationChatbot ConnectorEnterprise CommunicationGitHub
安装方式
npx skills add xiaomingx/moltbot-connector-feishu-dingtalk --skill dingtalk-connection
compare_arrows

Before / After 效果对比

0

description 文档


name: dingtalk-connection description: Bridge DingTalk outgoing webhook messages to Clawdbot Gateway and send replies back to DingTalk sessions. Use when setting up DingTalk as a messaging channel, troubleshooting webhook delivery, or running the local bridge service.

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 |

forum用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价,来写第一条吧

统计数据

安装量0
评分0.0 / 5.0
版本1.0.0
更新日期2026年3月16日
对比案例0 组

用户评分

0.0(0)
5
0%
4
0%
3
0%
2
0%
1
0%

为此 Skill 评分

0.0

兼容平台

🔧Claude Code

时间线

创建2026年3月16日
最后更新2026年3月16日