$npx skillfedfor your agent

dingtalk-connection

DingTalk Connection routes outgoing webhook messages from DingTalk to Clawdbot Gateway over a local WebSocket connection, enabling DingTalk as a messaging channel for AI agents. Configure your bot's callback URL, run the bridge service, and optionally auto-start it on macOS.

DingTalk Connection bridges DingTalk bot messages to Clawdbot Gateway for AI agent integration.

AI-generated summary based on this skill's SKILL.md

7 1 Apache-2.0updated by XiaomingX

Decision gist · record as of 2026-01-30

DingTalk Connection bridges DingTalk bot messages to Clawdbot Gateway for AI agent integration. DingTalk Connection routes outgoing webhook messages from DingTalk to Clawdbot Gateway over a local WebSocket connection, enabling DingTalk as a messaging channel for AI agents. Configure your bot's callback URL, run the bridge service, and optionally auto-start it on macOS.

manual: git clone https://github.com/XiaomingX/moltbot-connector-feishu-dingtalk → cp -r moltbot-connector-feishu-dingtalk/skills/dingtalk-connection ~/.claude/skills/dingtalk-connection
skills/dingtalk-connection/SKILL.md · version 15d23297

Use it when

  • dingtalk-connection requires configuring your DingTalk bot's callback URL to point to the bridge service, setting your signing secret.
  • dingtalk-connection is configured via environment variables for your DingTalk bot credentials and Clawdbot Gateway connection details.

Verify before relying

Read SKILL.md below before installing (6 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

XiaomingX/moltbot-connector-feishu-dingtalk/dingtalk-connection · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What is dingtalk-connection and how does it work?

dingtalk-connection routes outgoing webhook messages from DingTalk to Clawdbot Gateway over a local WebSocket connection, enabling DingTalk as a messaging channel for AI agents. The skill handles the bridge between DingTalk's callback system and your AI agent infrastructure, managing webhook delivery and bot connectivity.

How do I set up dingtalk webhook bridge setup?

dingtalk-connection requires configuring your DingTalk bot's callback URL to point to the bridge service, setting your signing secret, and running the local bridge service. The skill manages the WebSocket connection to Clawdbot Gateway and handles incoming webhook messages from DingTalk, routing them to your AI agent for processing.

How do I configure and run the local dingtalk-connection bridge service?

dingtalk-connection is configured via environment variables for your DingTalk bot credentials and Clawdbot Gateway connection details. Run the bridge service locally to establish the WebSocket connection. The skill supports optional auto-start on macOS, allowing the bridge to start automatically on system boot for continuous message routing.

What should I do if dingtalk-connection is not receiving messages?

dingtalk-connection troubleshooting involves verifying your callback URL is correctly configured in DingTalk, confirming the signing secret matches your bot settings, and checking that the local bridge service is running and connected to Clawdbot Gateway. Ensure your environment variables are set correctly and the WebSocket connection is active.

Can I connect dingtalk to clawdbot with dingtalk-connection?

Yes, dingtalk-connection bridges DingTalk messages to Clawdbot Gateway. Configure your DingTalk bot's outgoing webhook to use the bridge's callback URL, set the signing secret, and run the local service. dingtalk-connection handles all webhook delivery and bot connectivity, routing messages to your AI agent through the Gateway.

Is dingtalk-connection open source and what license does it use?

dingtalk-connection is released under the Apache-2.0 license, making it open source and available for both commercial and personal use with proper attribution.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

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

(truncated - see the full file via the links below)

File tree — 6 files
skills/dingtalk-connection/.env.example
skills/dingtalk-connection/README.md
skills/dingtalk-connection/SKILL.md
skills/dingtalk-connection/bridge.py
skills/dingtalk-connection/pyproject.toml
skills/dingtalk-connection/setup_service.py

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Set up DingTalk as a messaging channel for an AI agent”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

feishu-connection
by XiaomingX · XiaomingX/moltbot-connector-feishu-dingtalk

feishu-connection establishes a WebSocket bridge between Feishu (Lark) bots and Clawdbot Gateway, eliminating the need for public infrastructure or ngrok tunnels. The skill handles bot registration on Feishu Open Platform, credential storage, bridge initialization, and optional macOS launchd auto-restart. Group chat responses can be tuned via configurable triggers like @-mentions, question marks, request verbs, or bot name references.

Apache-2.0for geminiupdated Jan 2026
★ 7repo stars
nano-banana-pro
by malue-ai · malue-ai/dazee-small

Nano Banana Pro harnesses Gemini 3 Pro Image to create and modify images through command-line scripts. Generate new images from text descriptions, edit existing images with instructions, or combine multiple images into a single composition—all configurable by resolution and output filename.

MITdocs in Chineseupdated Mar 2026
★ 35repo stars
Discord Skill
by idanbeck · idanbeck/claude-skills

Post to channels, read server messages, and manage Discord presence using bot tokens or user OAuth. Requires explicit confirmation before sending any message. Supports reactions, direct messages, and message search across servers.

no license declared → metadata onlyupdated Jul 2026
★ 12repo stars
hk-connect-flow
by HKUDS · HKUDS/Vibe-Trading

Monitor real-time capital flows between mainland China and Hong Kong markets through Stock Connect channels. Northbound flows reveal foreign institutional appetite for A-shares, while Southbound flows show mainland investor positioning in HK assets. Includes sector allocation tracking, AH premium analysis, and composite scoring to identify cross-border risk sentiment.

MITupdated Jul 2026
★ 28,096repo stars
feishu-notify
by wanshuiyin · wanshuiyin/Auto-claude-code-research-in-sleep

feishu-notify integrates Feishu/Lark messaging into research workflows, firing notifications when experiments complete, reviews score, or checkpoints need input. It runs in push mode (one-way webhooks) or interactive mode (bidirectional replies), and gracefully disables itself if no config file exists—other skills never break.

MITupdated Jul 2026
★ 13,939repo stars
feishu-lark
by OpenClaudia · OpenClaudia/openclaudia-skills

Feishu-Lark lets you post text, rich-text announcements, and interactive cards to Feishu (飞书) and Lark channels using either Custom Bot Webhooks or the App Bot API. Support includes at-mentions, structured layouts, and signature verification for secure webhook delivery.

MITupdated Jul 2026
★ 598repo stars
Tags
messaging-bridgewebhook-integrationbot-connectivitylocal-servicechannel-adaptergateway-connectormessage-routing