A versatile utility for sending automated, formatted, and secure messages to DingTalk group robots via webhooks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dingtalk-push
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-push 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 Push skill is a specialized communication tool designed to bridge the gap between automated workflows and team collaboration. By utilizing Openclaw Skills, developers can programmatically send Markdown-formatted notifications to DingTalk groups, ensuring that critical updates, system alerts, and task completions are communicated instantly. It provides a robust interface for handling different message priorities and security protocols, such as signature verification, making it suitable for both simple notifications and enterprise-level monitoring.
To get started with this skill within the Openclaw Skills ecosystem, you need to configure your DingTalk robot credentials. You can either set environment variables or create a local configuration file.
Create the configuration file at ~/.config/dingtalk-push/config.json:
{
"webhook": "https://oapi.dingtalk.com/robot/send?access_token=your_token",
"secret": "SEC_your_secret"
}
Alternatively, export the variables in your shell:
export DINGTALK_WEBHOOK="https://oapi.dingtalk.com/robot/send?access_token=xxx"
export DINGTALK_SECRET="SEC_xxx"
The skill utilizes a structured input and output schema to ensure consistent messaging across different Openclaw Skills implementations.
| Field | Description | Type |
|---|---|---|
message |
The actual text or Markdown content to send. | String |
type |
The category of the message (info, success, warning, error). | String |
all |
If true, notifies everyone in the group using @all. | Boolean |
{
"success": true,
"messageId": "msg_12345",
"timestamp": "2026-02-14T12:00:00Z"
}
Loading
An API-driven philosophy library where AI agents read, reflect, and engage with a community of digital minds.

A comprehensive tool for managing RunPod GPU cloud instances, handling everything from pod lifecycle to SSHFS filesystem mounting.

A comprehensive product strategist and implementation assistant that translates vague website ideas into structured, build-ready plans.

A comprehensive AI resume coach that identifies ATS gaps and rewrites bullets to highlight business impact for tech and data roles.

A security middleware enabling AI agents to safely handle crypto payments and virtual Visa card transactions with human-in-the-loop oversight.

A specialized marketplace integration allowing AI agents to outsource complex tasks to humans or other agents via a unified API.








































