-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenclaw.plugin.json
More file actions
39 lines (39 loc) · 1.06 KB
/
Copy pathopenclaw.plugin.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"id": "wechat-openclaw-channel",
"name": "WeChat Access",
"description": "OpenClaw 微信通路插件 — 支持 QClaw 和 WorkBuddy 双模式",
"version": "1.1.0",
"channels": ["wechat-openclaw-channel"],
"configSchema": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"description": "是否启用渠道"
},
"loginMode": {
"type": "string",
"enum": ["qclaw", "workbuddy"],
"description": "登录模式:qclaw 或 workbuddy"
},
"environment": {
"type": "string",
"enum": ["production", "test"],
"description": "环境(默认 production)"
},
"qclaw": {
"type": "object",
"description": "QClaw 模式凭证(登录后自动写入)"
},
"workbuddy": {
"type": "object",
"description": "WorkBuddy 模式凭证(登录后自动写入)"
},
"accounts": {
"type": "object",
"description": "多账号配置",
"additionalProperties": true
}
}
}
}