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.

First seen Jan 29, 2026

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.

Also in this package

Other skills from xiaomingx/moltbot-connector-feishu-dingtalk.

npx skills add xiaomingx/moltbot-connector-feishu-dingtalk

Browse all from 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.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 7
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,323 B
  • docs README.md 1,600 B
  • docs SUMMARY.md 1,290 B

History

  1. First seen on skills.sh
  2. 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