@insta-dev01/insta-plugin-openclaw 1.0.4 → 1.0.5
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 +20 -0
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -5,6 +5,26 @@
|
|
|
5
5
|
"tools": true,
|
|
6
6
|
"channel": true
|
|
7
7
|
},
|
|
8
|
+
"channelConfigs": {
|
|
9
|
+
"insta-connector": {
|
|
10
|
+
"name": "insta-connector",
|
|
11
|
+
"description": "A lightweight OpenClaw channel plugin for WebSocket-based bidirectional messaging",
|
|
12
|
+
"schema": {
|
|
13
|
+
"type": "object",
|
|
14
|
+
"additionalProperties": false,
|
|
15
|
+
"properties": {
|
|
16
|
+
"enabled": {
|
|
17
|
+
"type": "boolean",
|
|
18
|
+
"default": true
|
|
19
|
+
},
|
|
20
|
+
"systemPrompt": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "System prompt for the InstaClaw connector"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
},
|
|
8
28
|
"configSchema": {
|
|
9
29
|
"type": "object",
|
|
10
30
|
"additionalProperties": false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@insta-dev01/insta-plugin-openclaw",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Instagram Claw Connector - A lightweight OpenClaw channel plugin for WebSocket-based bidirectional messaging",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|