A powerful enterprise messaging integration for Openclaw Skills that enables seamless communication through DingTalk.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dingtalk
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install dingtalk using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The DingTalk Channel Plugin for Openclaw Skills bridges the gap between AI agents and enterprise communication environments. It allows developers to send and receive messages through DingTalk (钉钉) using either internal applications or group webhooks. By leveraging this integration, Openclaw Skills can become an integral part of corporate workflows, managing notifications and interactive responses directly within the DingTalk ecosystem.
This plugin is designed for scalability and security, supporting various authentication methods including OAuth-based micro-apps and simple signature-verified webhooks. Whether you are building a custom internal assistant or an automated notification system, this skill provides the necessary plumbing to connect Openclaw Skills to one of the world's most popular enterprise platforms.
You can configure the DingTalk plugin for Openclaw Skills using environment variables or the configuration CLI.
Method 1: Environment Variables
export DINGTALK_CLIENT_ID="your-app-key"
export DINGTALK_CLIENT_SECRET="your-app-secret"
Method 2: Interactive CLI
openclaw config --section channels
For group robot webhooks, add the following to your configuration file:
channels:
dingtalk:
enabled: true
webhookUrl: "https://oapi.dingtalk.com/robot/send?access_token=xxxxx"
webhookSecret: "SECxxxxx"
The skill organizes its configuration and metadata within the channels section of the Openclaw Skills environment.
| Parameter | Description | Valid Values |
|---|---|---|
clientId |
Unique identifier for your DingTalk App | string |
clientSecret |
Secret key for API authentication | string |
dmPolicy |
Policy for Direct Messages | open, allowlist, pairing |
groupPolicy |
Policy for Group Chats | open, allowlist, disabled |
allowFrom |
Authorized user IDs for allowlist | Array of strings |
webhookUrl |
Endpoint for robot integrations | URL string |
Loading
A comprehensive automation skill for managing documents, folders, and content within the DingTalk cloud ecosystem.

A local memory system that ensures your AI agent follows your specific coding standards and technical preferences through explicit feedback.

Enable your AI agent to manage Slack workspace communication, reactions, and pinned messages using official bot tokens.

A developer-centric skill for programmatically managing Trello boards, lists, and cards via the REST API.

A high-performance data retrieval skill for validated A-share financial datasets, supporting historical prices, indices, and automated updates.

A high-precision OCR tool that redacts sensitive values from scanned PDF contracts while leaving field labels intact.








































