twindex-openclaw-plugin 0.5.3 → 0.5.4
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 +19 -1
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "twindex",
|
|
3
3
|
"name": "Twindex",
|
|
4
4
|
"description": "Music intelligence for AI agents. Get notified about tours, merch drops, releases, and presales for your favorite artists.",
|
|
5
|
-
"version": "0.4
|
|
5
|
+
"version": "0.5.4",
|
|
6
6
|
"skills": ["./skills"],
|
|
7
7
|
"configSchema": {
|
|
8
8
|
"type": "object",
|
|
@@ -22,6 +22,16 @@
|
|
|
22
22
|
"enum": ["realtime", "periodic", "daily"],
|
|
23
23
|
"default": "periodic",
|
|
24
24
|
"description": "How often to check for notifications. realtime = every 5 min, periodic = every hour, daily = once per day."
|
|
25
|
+
},
|
|
26
|
+
"chatTarget": {
|
|
27
|
+
"type": "string",
|
|
28
|
+
"description": "Delivery target. For Telegram, the chat ID. For Slack, the channel ID."
|
|
29
|
+
},
|
|
30
|
+
"chatChannel": {
|
|
31
|
+
"type": "string",
|
|
32
|
+
"enum": ["telegram", "slack"],
|
|
33
|
+
"default": "telegram",
|
|
34
|
+
"description": "Delivery channel."
|
|
25
35
|
}
|
|
26
36
|
}
|
|
27
37
|
},
|
|
@@ -38,6 +48,14 @@
|
|
|
38
48
|
"frequency": {
|
|
39
49
|
"label": "Check frequency",
|
|
40
50
|
"placeholder": "periodic"
|
|
51
|
+
},
|
|
52
|
+
"chatTarget": {
|
|
53
|
+
"label": "Chat ID for delivery",
|
|
54
|
+
"placeholder": "143517914"
|
|
55
|
+
},
|
|
56
|
+
"chatChannel": {
|
|
57
|
+
"label": "Delivery channel",
|
|
58
|
+
"placeholder": "telegram"
|
|
41
59
|
}
|
|
42
60
|
}
|
|
43
61
|
}
|