fix(onboarding): surface official WeCom channel install

This commit is contained in:
Vincent Koc
2026-04-23 00:28:51 -07:00
parent 1f91af17fd
commit ce4bb8f638
11 changed files with 149 additions and 34 deletions

View File

@@ -0,0 +1,27 @@
{
"entries": [
{
"name": "@wecom/wecom-openclaw-plugin",
"description": "OpenClaw WeCom channel plugin by the Tencent WeCom team.",
"source": "external",
"kind": "channel",
"openclaw": {
"channel": {
"id": "wecom",
"label": "WeCom",
"selectionLabel": "WeCom (Enterprise WeChat)",
"detailLabel": "WeCom",
"docsPath": "/plugins/community#wecom",
"docsLabel": "wecom",
"blurb": "Enterprise WeChat bot and conversation channel.",
"aliases": ["qywx", "wework", "enterprise-wechat"],
"order": 45
},
"install": {
"npmSpec": "@wecom/wecom-openclaw-plugin",
"defaultChoice": "npm"
}
}
}
]
}