mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:00:44 +00:00
fix(plugins): supplement external catalog contracts
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
"id": "wecom-openclaw-plugin",
|
||||
"label": "WeCom"
|
||||
},
|
||||
"contracts": {
|
||||
"tools": ["wecom_mcp"]
|
||||
},
|
||||
"channel": {
|
||||
"id": "wecom",
|
||||
"label": "WeCom",
|
||||
@@ -21,6 +24,16 @@
|
||||
"aliases": ["qywx", "wework", "enterprise-wechat"],
|
||||
"order": 45
|
||||
},
|
||||
"channelConfigs": {
|
||||
"wecom": {
|
||||
"label": "WeCom",
|
||||
"description": "Enterprise WeChat conversation channel.",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"install": {
|
||||
"npmSpec": "@wecom/wecom-openclaw-plugin@2026.4.23",
|
||||
"defaultChoice": "npm",
|
||||
@@ -38,6 +51,9 @@
|
||||
"id": "openclaw-plugin-yuanbao",
|
||||
"label": "Yuanbao"
|
||||
},
|
||||
"contracts": {
|
||||
"tools": ["query_group_info", "query_session_members", "yuanbao_remind"]
|
||||
},
|
||||
"channel": {
|
||||
"id": "yuanbao",
|
||||
"label": "Yuanbao",
|
||||
@@ -49,6 +65,16 @@
|
||||
"aliases": ["yuanbao", "yb", "tencent-yuanbao", "元宝"],
|
||||
"order": 85
|
||||
},
|
||||
"channelConfigs": {
|
||||
"yuanbao": {
|
||||
"label": "Yuanbao",
|
||||
"description": "Tencent Yuanbao AI assistant channel.",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"install": {
|
||||
"npmSpec": "openclaw-plugin-yuanbao@2.11.0",
|
||||
"defaultChoice": "npm",
|
||||
|
||||
Reference in New Issue
Block a user