@lansenger-pm/openclaw-lansenger-channel 2.2.1 → 2.2.3
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 +10 -15
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -1,28 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "lansenger",
|
|
3
|
-
"kind": "channel",
|
|
4
3
|
"channels": ["lansenger"],
|
|
5
4
|
"name": "Lansenger (蓝信)",
|
|
6
5
|
"description": "Lansenger enterprise messaging channel plugin for OpenClaw / 蓝信企业即时通讯频道插件",
|
|
7
|
-
"openclaw.channel": {
|
|
8
|
-
"id": "Lansenger",
|
|
9
|
-
"selectionLabel": "Lansenger (蓝信)",
|
|
10
|
-
"detailLabel": "Lansenger Bot",
|
|
11
|
-
"docsPath": "https://open.e.lanxin.cn/docs",
|
|
12
|
-
"order": 80,
|
|
13
|
-
"aliases": ["lansenger", "lx"],
|
|
14
|
-
"markdownCapable": true,
|
|
15
|
-
"exposure": {
|
|
16
|
-
"configured": true,
|
|
17
|
-
"setup": true,
|
|
18
|
-
"docs": true
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
6
|
"configSchema": {
|
|
22
7
|
"type": "object",
|
|
23
8
|
"additionalProperties": false,
|
|
24
9
|
"properties": {}
|
|
25
10
|
},
|
|
11
|
+
"channelEnvVars": {
|
|
12
|
+
"lansenger": ["LANSENGER_APP_ID", "LANSENGER_APP_SECRET", "LANSENGER_API_GATEWAY_URL"]
|
|
13
|
+
},
|
|
14
|
+
"activation": {
|
|
15
|
+
"onStartup": true,
|
|
16
|
+
"onChannels": ["lansenger"],
|
|
17
|
+
"onConfigPaths": ["channels.lansenger"]
|
|
18
|
+
},
|
|
26
19
|
"contracts": {
|
|
27
20
|
"tools": [
|
|
28
21
|
"lansenger_send_file",
|
|
@@ -68,6 +61,8 @@
|
|
|
68
61
|
"skills": ["./skills"],
|
|
69
62
|
"channelConfigs": {
|
|
70
63
|
"lansenger": {
|
|
64
|
+
"label": "Lansenger (蓝信)",
|
|
65
|
+
"description": "Lansenger enterprise messaging channel / 蓝信企业即时通讯频道",
|
|
71
66
|
"schema": {
|
|
72
67
|
"type": "object",
|
|
73
68
|
"additionalProperties": false,
|