注意事项
- 无需工作流配置
- 无需开放外网访问
具体配置步骤
- 获取连接器代码
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"

