Save Douyin Video To Feishu Drive
解析抖音链接获取视频直链,支持上传至飞书云盘或本地下载。
下载 1,918
将 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