npx skills add smithery/neversight --skill dingtalk-connection
xiaomingx/moltbot-connector-feishu-dingtalk
dingtalk-connection
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.
Installation
npx skills add xiaomingx/moltbot-connector-feishu-dingtalk --skill dingtalk-connection
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Optimize MongoDB client connection configuration (pools, timeouts, patterns) for any supported …
4.2K installsRedis client and connection guidance covering connection pooling, multiplexing, pipelining, cli…
2K installsReorganize the user's X and LinkedIn network with review-first pruning, add/follow recommendati…
6.9K installsConnect Cargo to an external system and find out what it can do — authenticate connectors, brow…
6.5K installsConfigure Celigo connections and iClients -- credential and configuration objects that authenti…
23 installs>- Diagnose Windows App (Microsoft Remote Desktop / Azure Virtual Desktop / W365 / direct PC) c…
693 installsAlso in this package
Other skills from xiaomingx/moltbot-connector-feishu-dingtalk.
npx skills add xiaomingx/moltbot-connector-feishu-dingtalk
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,323 B -
docs
README.md1,600 B -
docs
SUMMARY.md1,290 B
History
- First seen on skills.sh
- First recorded snapshot · 523 installs
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
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 |
DINGTALKSIGNINGSECRET |
— | — |
DINGTALKBOTID |
— | — |
DINGTALKBOTNAME |
— | — |
CLAWDBOTCONFIGPATH |
— | ~/.clawdbot/clawdbot.json |
CLAWDBOTAGENTID |
— | main |
DINGTALKTHINKINGTHRESHOLD_MS |
— | 2500 |