@w3osc/openclaw-conduit 1.0.6 → 1.0.8
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 +11 -2
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
"name": "Conduit",
|
|
6
6
|
"description": "Conduit personal communications hub — read messages, emails, and calendar; queue outbound sends for approval.",
|
|
7
7
|
"configSchema": { "type": "object" },
|
|
8
|
+
"uiHints": {
|
|
9
|
+
"apiKey": {
|
|
10
|
+
"label": "API key",
|
|
11
|
+
"placeholder": "sk-arb-...",
|
|
12
|
+
"sensitive": true
|
|
13
|
+
},
|
|
14
|
+
"webhookSecret": {
|
|
15
|
+
"label": "Webhook secret",
|
|
16
|
+
"sensitive": true
|
|
17
|
+
}
|
|
18
|
+
},
|
|
8
19
|
"channelConfigs": {
|
|
9
20
|
"conduit": {
|
|
10
21
|
"schema": {
|
|
@@ -18,7 +29,6 @@
|
|
|
18
29
|
},
|
|
19
30
|
"apiKey": {
|
|
20
31
|
"type": "string",
|
|
21
|
-
"sensitive": true,
|
|
22
32
|
"description": "Conduit API key (sk-arb-...). Generate one in Settings → Permissions."
|
|
23
33
|
},
|
|
24
34
|
"allowFrom": {
|
|
@@ -28,7 +38,6 @@
|
|
|
28
38
|
},
|
|
29
39
|
"webhookSecret": {
|
|
30
40
|
"type": "string",
|
|
31
|
-
"sensitive": true,
|
|
32
41
|
"description": "Optional secret Conduit sends as Authorization: Bearer <secret> on each inbound message for request verification."
|
|
33
42
|
}
|
|
34
43
|
}
|