钉钉

Installation
SKILL.md

钉钉 Skill

附带零依赖 CLI(scripts/dingbot.py,仅 Python 标准库),agent 可直接 向钉钉群发通知——这是 agent 自动化里最高频的钉钉需求:任务完成、 构建结果、监控告警、定时日报,一条命令送达。

快速开始

# 群设置 → 智能群助手 → 添加机器人 → 自定义。安全设置选"加签"
export DING_WEBHOOK='https://oapi.dingtalk.com/robot/send?access_token=xxx'
export DING_SECRET='SECxxxxxx'   # 加签密钥;用关键词/IP模式则不设

python3 scripts/dingbot.py text "部署完成 ✅" @all
python3 scripts/dingbot.py markdown "巡检日报" report.md
python3 scripts/dingbot.py link "新版本发布" "点击查看详情" https://example.com
Installs
1
First Seen
Sep 1, 2026
钉钉 from clawhub.ai