@sumeai/sumeclaw 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openclaw.plugin.json +18 -20
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -5,26 +5,24 @@
|
|
|
5
5
|
"channels": ["sumeclaw"],
|
|
6
6
|
"label": "友虾名片",
|
|
7
7
|
"blurb": "将 OpenClaw 连接到友虾名片平台,通过 AI 名片为客户提供服务。",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
"description": "从友虾小程序获取的注册令牌"
|
|
16
|
-
},
|
|
17
|
-
"platformUrl": {
|
|
18
|
-
"type": "string",
|
|
19
|
-
"description": "友虾名片平台 WebSocket 地址,默认为 wss://api.gixin.cc"
|
|
20
|
-
},
|
|
21
|
-
"enabled": {
|
|
22
|
-
"type": "boolean",
|
|
23
|
-
"description": "是否启用此通道",
|
|
24
|
-
"default": true
|
|
25
|
-
}
|
|
8
|
+
"configSchema": {
|
|
9
|
+
"type": "object",
|
|
10
|
+
"additionalProperties": false,
|
|
11
|
+
"properties": {
|
|
12
|
+
"registrationToken": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"description": "从友虾小程序获取的注册令牌"
|
|
26
15
|
},
|
|
27
|
-
"
|
|
28
|
-
|
|
16
|
+
"platformUrl": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"description": "友虾名片平台 WebSocket 地址,默认为 wss://api.gixin.cc"
|
|
19
|
+
},
|
|
20
|
+
"enabled": {
|
|
21
|
+
"type": "boolean",
|
|
22
|
+
"description": "是否启用此通道",
|
|
23
|
+
"default": true
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"required": []
|
|
29
27
|
}
|
|
30
28
|
}
|