feat: support wecom (#372)

Co-authored-by: DigHuang <114602213+DigHuang@users.noreply.github.com>
This commit is contained in:
paisley
2026-03-10 12:06:37 +08:00
committed by GitHub
Unverified
parent 905ce02b0b
commit b86f47171b
13 changed files with 326 additions and 54 deletions

View File

@@ -185,6 +185,25 @@
"注意当前OpenClaw文档中未提及但请务必在权限管理中添加 contact:contact.base:readonly **应用权限**,否则无法正常使用"
]
},
"wecom": {
"description": "通过插件连接企业微信机器人",
"docsUrl": "https://open.work.weixin.qq.com/help2/pc/cat?doc_id=21657",
"fields": {
"botId": {
"label": "机器人 Bot ID",
"placeholder": "ww_xxxxxx"
},
"secret": {
"label": "应用 Secret",
"placeholder": "您的企业微信机器人 Secret"
}
},
"instructions": [
"您可以在企业微信管理后台创建应用并获取配置信息",
"确保已启用接收消息服务器配置",
"填写 Bot ID可选企业 ID 或者直接使用机器人专属 ID及 Secret 即可建立连接"
]
},
"imessage": {
"description": "通过 BlueBubbles (macOS) 连接 iMessage",
"docsUrl": "https://docs.openclaw.ai/zh-CN/channels/bluebubbles",
@@ -299,4 +318,4 @@
}
},
"viewDocs": "查看文档"
}
}