← All skills
Tencent SkillHub · Communication & Collaboration

DingTalk Push

Send Markdown-formatted messages with type and @mentions to DingTalk group chats via bot webhook with optional signature verification.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Send Markdown-formatted messages with type and @mentions to DingTalk group chats via bot webhook with optional signature verification.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, config.example.json, send.js, tool.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

skill: dingtalk-push

发送钉钉群聊机器人消息的技能。

触发条件

用户请求发送钉钉消息 定时任务需要推送通知到钉钉 需要集成钉钉群机器人到其他工作流

功能

发送 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中)

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • send.js Scripts
  • tool.js Scripts
  • config.example.json Config