Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Send Markdown-formatted messages with type and @mentions to DingTalk group chats via bot webhook with optional signature verification.
Send Markdown-formatted messages with type and @mentions to DingTalk group chats via bot webhook with optional signature verification.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
发送钉钉群聊机器人消息的技能。
用户请求发送钉钉消息 定时任务需要推送通知到钉钉 需要集成钉钉群机器人到其他工作流
发送 Markdown 格式消息到钉钉群 支持消息类型(success/warning/error/info) 支持 @指定人员和 @所有人 支持加签验证(安全)
在对话中直接使用: 发送钉钉消息 "定时任务完成" 发送钉钉 "服务器备份成功" --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" }
Node.js 16+ axios (已内置在OpenClaw中)
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.