注意事项
- 无需工作流
- 无需开放外网
具体方法
-
检查代码仓库 https://github.com/DingTalk-Real-AI/dingtalk-moltbot-connector
-
在 package.json 中增加如下配置
"moltbot": { "extensions": ["./plugin.ts"], "channels": ["dingtalk-connector"], "installDependencies": true }
- 安装插件
moltbot plugins install dingtalk-moltbot-connector
- 增加钉钉配置 ~/.moltbot/moltbot.json;如果已有则进行修改
{
"channels": {
"dingtalk-connector": {
"enabled": true,
"clientId": "dingxxxxxxxxx",
"clientSecret": "your_secret_here",

