openclaw-home-pc/openclaw/extensions/channels/openclaw.plugin.json
2026-03-21 15:31:06 +08:00

13 lines
424 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "channels",
"name": "Moltbot China Channels",
"description": "统一渠道包支持钉钉、飞书、企业微信智能机器人、企业微信自建应用、微信客服、QQ Bot",
"version": "0.1.0",
"channels": ["dingtalk", "feishu-china", "wecom", "wecom-app", "wecom-kf", "qqbot"],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}