Word Docx Formatting Repair Helper
帮助知识工作者自动化处理Word文档格式、查找替换与样式调整任务。
下载 111
OpenClaw 钉钉频道插件,支持通过钉钉发送和接收消息。
openclaw skills install @chayjan/dingtalk命令、参数、文件名以原文为准
将 OpenClaw 连接到钉钉(DingTalk),实现企业级消息通信。
export DINGTALK_CLIENT_ID="your-app-key"
export DINGTALK_CLIENT_SECRET="your-app-secret"openclaw config --section channels
# 选择钉钉并按提示操作或手动编辑配置文件:
channels:
dingtalk:
enabled: true
clientId: "ding6kntxc33nvloty5z"
clientSecret: "your-secret"
dmPolicy: "allowlist" # 可选值:"allowlist"、"open"、"pairing"
allowFrom:
- "user001"
- "user002"
groupPolicy: "allowlist" # 可选值:"allowlist"、"open"、"disabled"
groupAllowFrom:
- "chat001"适用于群机器人 webhook 场景:
channels:
dingtalk:
enabled: true
webhookUrl: "https://oapi.dingtalk.com/robot/send?access_token=xxxxx"
webhookSecret: "SECxxxxx" # 可选,用于签名验证- 通讯录读取(联系人管理)
- 工作通知发送(消息通知)
await message({
channel: "dingtalk",
target: "user-id",
text: "Hello from OpenClaw!"
});需将钉钉回调地址指向你的 OpenClaw 网关:
https://your-gateway/webhook/dingtalk**错误:invalid timestamp**
**错误:app not authorized**
**错误:ip not in whitelist**
本插件处于测试阶段(beta)。如遇问题,请提交至:https://github.com/openclaw/openclaw
MIT
已收录 1 个 Skill