Dingtalk Connector Guide — 实用工具
v2.0.0Dingtalk Connector Guide是一款实用的工具技能,能够帮助用户完成相关任务,提升工作效率。
0· 462·3 当前·4 累计
安全扫描
OpenClaw
安全
high confidenceThis is an instruction-only guide for connecting an OpenClaw agent to DingTalk; its requirements and instructions are coherent with that purpose and it does not request unexpected credentials or install actions.
评估建议
This file is a plaintext setup guide (no code) for connecting OpenClaw to DingTalk. Before following it: 1) verify you trust the OpenClaw binary/service that will store your AppKey/AppSecret; 2) store AppKey/AppSecret in a secure place (secrets manager or verified OpenClaw config) and avoid pasting them into untrusted UIs; 3) if you use ngrok or another tunnel, be aware traffic will be exposed through that service; 4) the contact details and paid support offers in the doc are external and unrela...详细分析 ▾
✓ 用途与能力
Name/description match the content: the SKILL.md is a step‑by‑step guide to create a DingTalk app and configure OpenClaw. It does not request unrelated binaries, services, or credentials.
ℹ 指令范围
Instructions stay within the scope of onboarding a DingTalk bot (creating app, obtaining AppKey/AppSecret, webhook URL, OpenClaw commands, optional ngrok for tunneling). It tells the user to place settings in ~/.openclaw/config.yaml and to run openclaw commands — expected for this guide. Note: it suggests using ngrok (an external tunnel) and entering secrets into OpenClaw; users should ensure they trust the OpenClaw binary/service before providing secrets.
✓ 安装机制
No install spec or code is included (instruction-only), so nothing is downloaded or written by the skill itself.
✓ 凭证需求
The guide does not declare or request environment variables or unrelated credentials. It appropriately expects the user to obtain DingTalk AppKey/AppSecret for the integration; these are proportionate to the described task. Users should store them securely in OpenClaw or a secrets manager.
✓ 持久化与权限
always is false and there are no code files that would persist or modify other skills. The guide references editing OpenClaw's own config file (~/.openclaw/config.yaml), which is appropriate for this integration.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv2.0.02026/3/14
重大更新:优化钉钉连接器配置指南
● 无害
安装命令 点击复制
官方npx clawhub@latest install dingtalk-connector-guide
镜像加速npx clawhub@latest install dingtalk-connector-guide --registry https://cn.clawhub-mirror.com
技能文档
让 AI 助手连接钉钉,自动处理群消息。
前置条件
- 钉钉企业账号(管理员权限)
- OpenClaw 已安装
- 公网可访问的服务器(或内网穿透)
步骤 1:创建钉钉应用
- 登录 钉钉开放平台
- 进入「应用开发」→「企业内部开发」
- 点击「创建应用」
- 填写应用信息:
步骤 2:获取凭证
创建完成后,记录以下信息:
AppKey(Client ID):dingxxxxxxxxxxxxxxx
AppSecret(Client Secret):xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
步骤 3:配置机器人
- 进入应用 →「机器人与消息推送」
- 点击「添加机器人」
- 配置机器人:
https://-server.com/webhook/dingtalk步骤 4:权限配置
在「权限管理」中开通:
- ✅ 企业会话消息读权限
- ✅ 企业会话消息写权限
- ✅ 通讯录只读权限
- ✅ 成员信息读权限
步骤 5:配置 OpenClaw
# 设置钉钉连接
openclaw connect dingtalk# 输入凭证
Client ID: dingxxxxxxxxxxxxxxx
Client Secret: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
# 启动服务
openclaw start
步骤 6:测试机器人
在钉钉群中 @机器人 发送消息:
@AI助手 你好
机器人应该回复:
你好!我是 AI 助手,有什么可以帮助你的?
常见问题
Q: 消息接收地址填什么?
需要是公网可访问的 HTTPS 地址。如果没有公网服务器:
# 使用 ngrok 内网穿透
ngrok http 3000
# 将生成的 https://xxx.ngrok.io 填入
Q: 机器人不回复?
检查清单:
- 权限是否开通
- 服务是否启动
- 网络是否可达
- 日志是否有错误
# 查看日志
openclaw logs -f
Q: 如何支持图片消息?
需要在钉钉开放平台开通「图片消息」权限,并在 OpenClaw 配置中启用。
高级配置
多群支持
机器人默认支持所有群,可以通过配置限制:
# ~/.openclaw/config.yaml
dingtalk:
allowed_chats:
- chat_id_1
- chat_id_2
自定义欢迎语
dingtalk:
welcome_message: |
欢迎加入!我是 AI 助手。
有问题随时 @我
工作时间限制
dingtalk:
work_hours:
start: "09:00"
end: "18:00"
timezone: "Asia/Shanghai"
需要帮助?
- 📖 完整文档:https://docs.openclaw.ai
- 💬 技术支持:
联系:微信 yang1002378395 或 Telegram @yangster151
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制