forked from zeroclaw-labs/zeroclaw-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
294 lines (294 loc) · 11.6 KB
/
Copy pathregistry.json
File metadata and controls
294 lines (294 loc) · 11.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
{
"plugins": [
{
"name": "bluesky",
"version": "0.1.0",
"description": "Bluesky (AT Protocol) channel plugin for ZeroClaw: notification poll + threaded post replies over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "bluesky",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/bluesky-0.1.0.zip",
"sha256": "695af4954c2577391af02f822569744fb1906bd3a8db05125684763c5e2a9e52"
},
{
"name": "bluesky",
"version": "0.2.0",
"description": "Bluesky (AT Protocol) channel plugin for ZeroClaw: notification poll + threaded post replies over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "bluesky",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/bluesky-0.2.0.zip",
"sha256": "bf4f3c15abefcac93a79232ad0a76f1ddf0bfe6def136776a8ed667311cabc0e"
},
{
"name": "gitea",
"version": "0.1.0",
"description": "Gitea/Forgejo channel plugin for ZeroClaw: notifications long-poll + issue/PR comment replies over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "git",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/gitea-0.1.0.zip",
"sha256": "4ae5e9439d987269b596ea9d5aac313e5ac9e7cabcfe36bffd2f9d9673db7664"
},
{
"name": "gitea",
"version": "0.2.0",
"description": "Gitea/Forgejo channel plugin for ZeroClaw: notifications long-poll + issue/PR comment replies over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "git",
"sender_match": "case_insensitive",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/gitea-0.2.0.zip",
"sha256": "552b105a02020821eb234d4ef3ff5c93c8d98526a6e7d5ee510296d2b5323712"
},
{
"name": "matrix",
"version": "0.1.0",
"description": "Matrix channel plugin for ZeroClaw: Client-Server sync + text send over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "matrix",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/matrix-0.1.0.zip",
"sha256": "b9c535d250fd17c4b117b5151cb2a800ee165fed49c0c44e27ec56b0d9cf6ec6"
},
{
"name": "matrix",
"version": "0.2.0",
"description": "Matrix channel plugin for ZeroClaw: Client-Server sync + text send over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "matrix",
"sender_match": "case_insensitive",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/matrix-0.2.0.zip",
"sha256": "b10fc1f0931e967d25e09a1b7ebcb3c3a2f68225eac980b974a7f054ef4a4ee0"
},
{
"name": "mattermost",
"version": "0.1.0",
"description": "Mattermost channel plugin for ZeroClaw: v4 REST channel-post polling + createPost over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "mattermost",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/mattermost-0.1.0.zip",
"sha256": "df6d8ca21f8a4a93bc8e18fef441b5886beb39e2688f850e1ccfaf431ac7b85c"
},
{
"name": "mattermost",
"version": "0.2.0",
"description": "Mattermost channel plugin for ZeroClaw: v4 REST channel-post polling + createPost over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "mattermost",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/mattermost-0.2.0.zip",
"sha256": "7123074500b727667531d77e805fd543e0ad4b8790f9c5893459046b2604374d"
},
{
"name": "mochat",
"version": "0.1.0",
"description": "Mochat customer-service channel plugin for ZeroClaw: message-receive polling + message-send over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "mochat",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/mochat-0.1.0.zip",
"sha256": "d7ba5f552a304a88a8a27887b6f306171192c516fc53e2b37a8d422d25ff950d"
},
{
"name": "mochat",
"version": "0.2.0",
"description": "Mochat customer-service channel plugin for ZeroClaw: message-receive polling + message-send over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "mochat",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/mochat-0.2.0.zip",
"sha256": "746efaab59ae18646a11c9c6e850cdcd6ffe5cac5666d1491690da4d4cd48450"
},
{
"name": "notion",
"version": "0.1.0",
"description": "Notion task-queue channel plugin for ZeroClaw: poll a database for pending tasks and write results back over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "notion",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/notion-0.1.0.zip",
"sha256": "14241ec074af63c093d9216657940b954eb99d105efbda68ec9078b7f8b7ee8d"
},
{
"name": "notion",
"version": "0.2.0",
"description": "Notion task-queue channel plugin for ZeroClaw: poll a database for pending tasks and write results back over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/notion-0.2.0.zip",
"sha256": "68c78395554d21eb246d7d8e537ee39da39d624191b315bb8dc47e32117383a6"
},
{
"name": "redact-text",
"version": "0.1.0",
"description": "Redact secrets and PII from text: emails, bearer/API tokens, and configured patterns",
"author": "ZeroClaw Labs",
"capabilities": [
"tool"
],
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/redact-text-0.1.0.zip",
"sha256": "d315647652eb7c18bf00034822c271e0612c8edebb056eb58d1b7327f360aa68"
},
{
"name": "redact-text",
"version": "0.2.0",
"description": "Redact secrets and PII from text: emails, bearer/API tokens, and configured patterns",
"author": "ZeroClaw Labs",
"capabilities": [
"tool"
],
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/redact-text-0.2.0.zip",
"sha256": "65176a6eeb33cea3336ac2ad86d482f64fe3685ead5a5187be1d864e27e5e3ec"
},
{
"name": "reddit",
"version": "0.1.0",
"description": "Reddit channel plugin for ZeroClaw: message/unread long-poll + comment/compose over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "reddit",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/reddit-0.1.0.zip",
"sha256": "a6964c868299a20e0337aac597ddf502a93ed53cb83aee6a3aaca4ef9edc06a1"
},
{
"name": "reddit",
"version": "0.2.0",
"description": "Reddit channel plugin for ZeroClaw: message/unread long-poll + comment/compose over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "reddit",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/reddit-0.2.0.zip",
"sha256": "331ff0a21e5692f27022c713b900d6923a4fce37b55ef0331d6c32b552e3b4eb"
},
{
"name": "telegram",
"version": "0.1.0",
"description": "Telegram channel plugin for ZeroClaw: getUpdates long-poll + sendMessage over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "telegram",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/telegram-0.1.0.zip",
"sha256": "67e3e13ce7f21950da87d1432cb69cfa0867d65fa0c917e336243a968db9dbf0"
},
{
"name": "telegram",
"version": "0.2.0",
"description": "Telegram channel plugin for ZeroClaw: getUpdates long-poll + sendMessage over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "telegram",
"sender_match": "handle",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/telegram-0.2.0.zip",
"sha256": "953ed3c24ad0c9f374635f95f91ae43821bd1e7026ed4983b1856eed8c626432"
},
{
"name": "twitter",
"version": "0.1.0",
"description": "X/Twitter channel plugin for ZeroClaw: mentions polling + reply tweets over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "twitter",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/twitter-0.1.0.zip",
"sha256": "d8a4a795da05f557e17eeb378b98906b0112d5fc59f8a078c4290f42c95b8e1c"
},
{
"name": "twitter",
"version": "0.2.0",
"description": "X/Twitter channel plugin for ZeroClaw: mentions polling + reply tweets over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "twitter",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/twitter-0.2.0.zip",
"sha256": "cfbc311e6509583a7fe93e67a5c6db1bc15374e121f5b78a54855e53b889b7d7"
},
{
"name": "wechat",
"version": "0.1.0",
"description": "WeChat (iLink Bot) channel plugin for ZeroClaw: getUpdates long-poll + sendMessage over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "wechat",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/wechat-0.1.0.zip",
"sha256": "a85ae6f57d50f67fb668671a1fdc7580334c66f6204d874a854a5c1133a15fdc"
},
{
"name": "wechat",
"version": "0.2.0",
"description": "WeChat (iLink Bot) channel plugin for ZeroClaw: getUpdates long-poll + sendMessage over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "wechat",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/wechat-0.2.0.zip",
"sha256": "4e213f2b6d769077ce754efc67482d399ef5788f378219dab0dd8f656227c4fd"
},
{
"name": "wecom",
"version": "0.1.0",
"description": "Send-only WeCom Bot Webhook channel plugin for ZeroClaw over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "wecom",
"sender_match": "exact",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/wecom-0.1.0.zip",
"sha256": "154f669e9d3689ffb31c1ac97ac21a39dd35fb2f9651ab4653c3829d1656ab53"
},
{
"name": "wecom",
"version": "0.2.0",
"description": "Send-only WeCom Bot Webhook channel plugin for ZeroClaw over wasi:http.",
"author": "JordanTheJet",
"capabilities": [
"channel"
],
"provides": "wecom",
"sender_match": "exact",
"url": "https://github.com/zeroclaw-labs/zeroclaw-plugins/releases/download/plugins/wecom-0.2.0.zip",
"sha256": "6fb3132b556d44cd325779ed5c1e11b3878eb045d65a83de6b42a038963a9338"
}
]
}