dingtalk-pushSend Markdown-formatted messages with type and @mentions to DingTalk group chats via bot webhook with optional signature verification.
Install via ClawdBot CLI:
clawdbot install andrewqumm/dingtalk-push发送钉钉群聊机器人消息的技能。
在对话中直接使用:
发送钉钉消息 "定时任务完成"
发送钉钉 "服务器备份成功" --type success
通知钉钉群 "系统维护通知" --all
// 调用 skill 工具
const result = await tools.dingtalk_push({
message: "定时任务完成",
type: "success"
});
node skills/dingtalk-push/send.js -m "消息内容"
node skills/dingtalk-push/send.js -m "警告" --type warning
node skills/dingtalk-push/send.js -m "错误" --type error --all
需要设置以下环境变量或配置文件:
DINGTALK_WEBHOOK - 钉钉机器人Webhook地址DINGTALK_SECRET - 加签密钥(可选)配置文件位置:~/.config/dingtalk-push/config.json
{
"webhook": "https://oapi.dingtalk.com/robot/send?access_token=xxx",
"secret": "SEC_xxx"
}
| 类型 | Emoji | 适用场景 |
|------|-------|----------|
| info | ℹ️ | 普通通知 |
| success | ✅ | 成功完成任务 |
| warning | ⚠️ | 警告、需要关注 |
| error | ❌ | 错误、异常 |
返回发送结果:
{
"success": true,
"messageId": "msg_xxx",
"timestamp": "2026-02-14T12:00:00Z"
}
Generated Mar 1, 2026
Automatically send notifications to a DingTalk group when CI/CD pipelines succeed or fail, enabling real-time team awareness. This reduces reliance on email and centralizes alerts for faster incident response in software development workflows.
Push server backup completion or system maintenance updates to operations teams via DingTalk, ensuring critical information is delivered promptly. This helps in monitoring infrastructure health and scheduling downtime without missing key personnel.
Send milestone achievements or task completion alerts to project teams on DingTalk, enhancing collaboration and transparency. This integrates with agile workflows to keep stakeholders informed without manual reporting.
Notify support teams of high-priority tickets or errors via DingTalk messages with error types, enabling quick triage and resolution. This streamlines communication in customer service environments to improve response times.
Offer this skill as part of a subscription-based platform that integrates DingTalk notifications into various business tools, charging per message or tiered usage. Revenue is generated through monthly fees and premium support for custom configurations.
Provide consulting services to help companies implement this skill in their workflows, with revenue from one-time setup fees and ongoing maintenance contracts. This targets large organizations needing tailored DingTalk automation solutions.
Distribute the skill as a free open-source tool with basic features, monetizing through premium add-ons like advanced analytics or multi-channel notifications. Revenue comes from upgrades and enterprise licensing for enhanced security and support.
💬 Integration Tip
Ensure the DINGTALK_WEBHOOK environment variable is set correctly and test with a simple message before integrating into production workflows to avoid misconfigurations.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Advanced desktop automation with mouse, keyboard, and screen control
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.