openclaw/extensions/wecom/package.json
YanHaidao a3799c7748 - Add WeCom channel plugin for Clawdbot (popular in China)
- Add channel documentation (EN + 中文) and plugin README
- Link WeCom from channels index
- 新增 WeCom 渠道插件(国内常用)
- 新增频道文档(英文 + 中文)与插件 README
- 在 Channels 索引中加入 WeCom 入口
2026-01-27 11:45:52 +08:00

34 lines
929 B
JSON

{
"name": "@clawdbot/wecom",
"version": "2026.1.25",
"type": "module",
"description": "Clawdbot WeCom (WeChat Work) intelligent bot channel plugin",
"author": "YanHaidao (VX: YanHaidao)",
"clawdbot": {
"extensions": ["./index.ts"],
"channel": {
"id": "wecom",
"label": "WeCom",
"selectionLabel": "WeCom (plugin)",
"detailLabel": "WeCom Bot",
"docsPath": "/channels/wecom",
"docsLabel": "wecom",
"blurb": "Enterprise WeCom intelligent bot (API mode) via encrypted webhooks + passive replies.",
"aliases": ["wechatwork", "wework", "qywx", "企微", "企业微信"],
"order": 85
},
"install": {
"npmSpec": "@clawdbot/wecom",
"localPath": "extensions/wecom",
"defaultChoice": "npm"
}
},
"dependencies": {},
"devDependencies": {
"clawdbot": "workspace:*"
},
"peerDependencies": {
"clawdbot": ">=2026.1.25"
}
}