@better-openclaw/core 1.0.11 → 1.0.13

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.
Files changed (78) hide show
  1. package/README.md +70 -0
  2. package/dist/bare-metal-partition.test.mjs +1 -1
  3. package/dist/composer.d.mts.map +1 -1
  4. package/dist/composer.mjs +5 -3
  5. package/dist/composer.mjs.map +1 -1
  6. package/dist/composer.snapshot.test.mjs +1 -1
  7. package/dist/composer.test.mjs +1 -1
  8. package/dist/generate.test.mjs +1 -1
  9. package/dist/generators/bare-metal-install.test.mjs +1 -1
  10. package/dist/generators/caddy.test.mjs +1 -1
  11. package/dist/generators/env.test.mjs +1 -1
  12. package/dist/generators/health-check.mjs.map +1 -1
  13. package/dist/generators/health-check.test.mjs +1 -1
  14. package/dist/generators/scripts.test.mjs +1 -1
  15. package/dist/generators/traefik.test.mjs +1 -1
  16. package/dist/{magic-string.es-1uTtupLe.mjs → magic-string.es-CfFonO_S.mjs} +1 -1
  17. package/dist/{magic-string.es-1uTtupLe.mjs.map → magic-string.es-CfFonO_S.mjs.map} +1 -1
  18. package/dist/manifest-BjK4ALvr.mjs +1158 -0
  19. package/dist/manifest-BjK4ALvr.mjs.map +1 -0
  20. package/dist/migrations.d.mts.map +1 -1
  21. package/dist/migrations.mjs.map +1 -1
  22. package/dist/migrations.test.mjs +1 -1
  23. package/dist/presets/registry.test.mjs +1 -1
  24. package/dist/resolver.test.mjs +1 -1
  25. package/dist/schema.d.mts +4 -0
  26. package/dist/schema.d.mts.map +1 -1
  27. package/dist/schema.mjs +2 -1
  28. package/dist/schema.mjs.map +1 -1
  29. package/dist/schema.test.mjs +1 -1
  30. package/dist/services/definitions/hexstrike.d.mts +7 -0
  31. package/dist/services/definitions/hexstrike.d.mts.map +1 -0
  32. package/dist/services/definitions/hexstrike.mjs +44 -0
  33. package/dist/services/definitions/hexstrike.mjs.map +1 -0
  34. package/dist/services/definitions/index.d.mts +6 -1
  35. package/dist/services/definitions/index.d.mts.map +1 -1
  36. package/dist/services/definitions/index.mjs +12 -2
  37. package/dist/services/definitions/index.mjs.map +1 -1
  38. package/dist/services/definitions/pentagi.d.mts +7 -0
  39. package/dist/services/definitions/pentagi.d.mts.map +1 -0
  40. package/dist/services/definitions/pentagi.mjs +44 -0
  41. package/dist/services/definitions/pentagi.mjs.map +1 -0
  42. package/dist/services/definitions/pentestagent.d.mts +7 -0
  43. package/dist/services/definitions/pentestagent.d.mts.map +1 -0
  44. package/dist/services/definitions/pentestagent.mjs +39 -0
  45. package/dist/services/definitions/pentestagent.mjs.map +1 -0
  46. package/dist/services/definitions/scrapling.d.mts +7 -0
  47. package/dist/services/definitions/scrapling.d.mts.map +1 -0
  48. package/dist/services/definitions/scrapling.mjs +44 -0
  49. package/dist/services/definitions/scrapling.mjs.map +1 -0
  50. package/dist/services/definitions/solidityguard.d.mts +7 -0
  51. package/dist/services/definitions/solidityguard.d.mts.map +1 -0
  52. package/dist/services/definitions/solidityguard.mjs +49 -0
  53. package/dist/services/definitions/solidityguard.mjs.map +1 -0
  54. package/dist/services/registry.test.mjs +1 -1
  55. package/dist/skills/skill-manifest.d.mts.map +1 -1
  56. package/dist/skills/skill-manifest.mjs +5 -13
  57. package/dist/skills/skill-manifest.mjs.map +1 -1
  58. package/dist/types.mjs +5 -0
  59. package/dist/types.mjs.map +1 -1
  60. package/dist/validator.test.mjs +1 -1
  61. package/dist/version-manager.test.mjs +1 -1
  62. package/dist/{vi.2VT5v0um-YSByewHe.mjs → vi.2VT5v0um-BgmKutxR.mjs} +2 -2
  63. package/dist/{vi.2VT5v0um-YSByewHe.mjs.map → vi.2VT5v0um-BgmKutxR.mjs.map} +1 -1
  64. package/package.json +1 -1
  65. package/src/composer.ts +12 -3
  66. package/src/generators/health-check.ts +46 -8
  67. package/src/migrations.ts +0 -1
  68. package/src/schema.ts +1 -0
  69. package/src/services/definitions/hexstrike.ts +40 -0
  70. package/src/services/definitions/index.ts +15 -0
  71. package/src/services/definitions/pentagi.ts +40 -0
  72. package/src/services/definitions/pentestagent.ts +33 -0
  73. package/src/services/definitions/scrapling.ts +40 -0
  74. package/src/services/definitions/solidityguard.ts +46 -0
  75. package/src/skills/manifest.json +1391 -0
  76. package/src/skills/manifest.schema.json +51 -0
  77. package/src/skills/skill-manifest.ts +27 -22
  78. package/src/types.ts +1 -0
@@ -0,0 +1,1391 @@
1
+ {
2
+ "$schema": "./manifest.schema.json",
3
+ "version": "1.0.0",
4
+ "description": "OpenClaw skill templates — compiled at generation time via Handlebars.",
5
+ "skills": [
6
+ {
7
+ "id": "redis-cache",
8
+ "path": "redis-cache/SKILL.md",
9
+ "emoji": "🔴",
10
+ "services": [
11
+ "redis"
12
+ ]
13
+ },
14
+ {
15
+ "id": "qdrant-memory",
16
+ "path": "qdrant-memory/SKILL.md",
17
+ "emoji": "🧠",
18
+ "services": [
19
+ "qdrant"
20
+ ]
21
+ },
22
+ {
23
+ "id": "n8n-trigger",
24
+ "path": "n8n-trigger/SKILL.md",
25
+ "emoji": "⚡",
26
+ "services": [
27
+ "n8n"
28
+ ]
29
+ },
30
+ {
31
+ "id": "ffmpeg-process",
32
+ "path": "ffmpeg-process/SKILL.md",
33
+ "emoji": "🎬",
34
+ "services": [
35
+ "ffmpeg"
36
+ ]
37
+ },
38
+ {
39
+ "id": "minio-storage",
40
+ "path": "minio-storage/SKILL.md",
41
+ "emoji": "📦",
42
+ "services": [
43
+ "minio"
44
+ ]
45
+ },
46
+ {
47
+ "id": "browserless-browse",
48
+ "path": "browserless-browse/SKILL.md",
49
+ "emoji": "🌐",
50
+ "services": [
51
+ "browserless"
52
+ ]
53
+ },
54
+ {
55
+ "id": "searxng-search",
56
+ "path": "searxng-search/SKILL.md",
57
+ "emoji": "🔍",
58
+ "services": [
59
+ "searxng"
60
+ ]
61
+ },
62
+ {
63
+ "id": "whisper-transcribe",
64
+ "path": "whisper-transcribe/SKILL.md",
65
+ "emoji": "🎙️",
66
+ "services": [
67
+ "whisper"
68
+ ]
69
+ },
70
+ {
71
+ "id": "ollama-local-llm",
72
+ "path": "ollama-local-llm/SKILL.md",
73
+ "emoji": "🦙",
74
+ "services": [
75
+ "ollama"
76
+ ]
77
+ },
78
+ {
79
+ "id": "remotion-render",
80
+ "path": "remotion-render/SKILL.md",
81
+ "emoji": "🎥",
82
+ "services": [
83
+ "remotion"
84
+ ]
85
+ },
86
+ {
87
+ "id": "comfyui-generate",
88
+ "path": "comfyui-generate/SKILL.md",
89
+ "emoji": "🎨",
90
+ "services": [
91
+ "comfyui"
92
+ ]
93
+ },
94
+ {
95
+ "id": "desktop-use",
96
+ "path": "desktop-use/SKILL.md",
97
+ "emoji": "🖥️",
98
+ "services": [
99
+ "desktop-environment"
100
+ ]
101
+ },
102
+ {
103
+ "id": "lightpanda-browse",
104
+ "path": "lightpanda-browse/SKILL.md",
105
+ "emoji": "🐼",
106
+ "services": [
107
+ "lightpanda"
108
+ ]
109
+ },
110
+ {
111
+ "id": "steel-browse",
112
+ "path": "steel-browse/SKILL.md",
113
+ "emoji": "🦾",
114
+ "services": [
115
+ "steel"
116
+ ]
117
+ },
118
+ {
119
+ "id": "better-openclaw",
120
+ "path": "better-openclaw/SKILL.md",
121
+ "emoji": "🦞",
122
+ "services": []
123
+ },
124
+ {
125
+ "id": "postgresql-query",
126
+ "path": "postgresql-query/SKILL.md",
127
+ "emoji": "🐘",
128
+ "services": [
129
+ "postgresql"
130
+ ]
131
+ },
132
+ {
133
+ "id": "neo4j-graph",
134
+ "path": "neo4j-graph/SKILL.md",
135
+ "emoji": "🕸️",
136
+ "services": [
137
+ "neo4j"
138
+ ]
139
+ },
140
+ {
141
+ "id": "chromadb-embeddings",
142
+ "path": "chromadb-embeddings/SKILL.md",
143
+ "emoji": "🎨",
144
+ "services": [
145
+ "chromadb"
146
+ ]
147
+ },
148
+ {
149
+ "id": "weaviate-search",
150
+ "path": "weaviate-search/SKILL.md",
151
+ "emoji": "🔮",
152
+ "services": [
153
+ "weaviate"
154
+ ]
155
+ },
156
+ {
157
+ "id": "meilisearch-index",
158
+ "path": "meilisearch-index/SKILL.md",
159
+ "emoji": "🔎",
160
+ "services": [
161
+ "meilisearch"
162
+ ]
163
+ },
164
+ {
165
+ "id": "valkey-cache",
166
+ "path": "valkey-cache/SKILL.md",
167
+ "emoji": "💎",
168
+ "services": [
169
+ "valkey"
170
+ ]
171
+ },
172
+ {
173
+ "id": "convex-realtime",
174
+ "path": "convex-realtime/SKILL.md",
175
+ "emoji": "⚡",
176
+ "services": [
177
+ "convex"
178
+ ]
179
+ },
180
+ {
181
+ "id": "nocodb-manage",
182
+ "path": "nocodb-manage/SKILL.md",
183
+ "emoji": "📋",
184
+ "services": [
185
+ "nocodb"
186
+ ]
187
+ },
188
+ {
189
+ "id": "litellm-gateway",
190
+ "path": "litellm-gateway/SKILL.md",
191
+ "emoji": "🔀",
192
+ "services": [
193
+ "litellm"
194
+ ]
195
+ },
196
+ {
197
+ "id": "open-webui-chat",
198
+ "path": "open-webui-chat/SKILL.md",
199
+ "emoji": "💬",
200
+ "services": [
201
+ "open-webui"
202
+ ]
203
+ },
204
+ {
205
+ "id": "dify-workflow",
206
+ "path": "dify-workflow/SKILL.md",
207
+ "emoji": "🧩",
208
+ "services": [
209
+ "dify"
210
+ ]
211
+ },
212
+ {
213
+ "id": "flowise-chain",
214
+ "path": "flowise-chain/SKILL.md",
215
+ "emoji": "🌊",
216
+ "services": [
217
+ "flowise"
218
+ ]
219
+ },
220
+ {
221
+ "id": "librechat-converse",
222
+ "path": "librechat-converse/SKILL.md",
223
+ "emoji": "🗣️",
224
+ "services": [
225
+ "librechat"
226
+ ]
227
+ },
228
+ {
229
+ "id": "anythingllm-workspace",
230
+ "path": "anythingllm-workspace/SKILL.md",
231
+ "emoji": "📄",
232
+ "services": [
233
+ "anythingllm"
234
+ ]
235
+ },
236
+ {
237
+ "id": "stable-diffusion-generate",
238
+ "path": "stable-diffusion-generate/SKILL.md",
239
+ "emoji": "🖼️",
240
+ "services": [
241
+ "stable-diffusion"
242
+ ]
243
+ },
244
+ {
245
+ "id": "docsgpt-ask",
246
+ "path": "docsgpt-ask/SKILL.md",
247
+ "emoji": "📖",
248
+ "services": [
249
+ "docsgpt"
250
+ ]
251
+ },
252
+ {
253
+ "id": "temporal-orchestrate",
254
+ "path": "temporal-orchestrate/SKILL.md",
255
+ "emoji": "⏱️",
256
+ "services": [
257
+ "temporal"
258
+ ]
259
+ },
260
+ {
261
+ "id": "cal-schedule",
262
+ "path": "cal-schedule/SKILL.md",
263
+ "emoji": "📅",
264
+ "services": [
265
+ "calcom"
266
+ ]
267
+ },
268
+ {
269
+ "id": "xyops-automate",
270
+ "path": "xyops-automate/SKILL.md",
271
+ "emoji": "🔧",
272
+ "services": [
273
+ "xyops"
274
+ ]
275
+ },
276
+ {
277
+ "id": "grafana-dashboard",
278
+ "path": "grafana-dashboard/SKILL.md",
279
+ "emoji": "📊",
280
+ "services": [
281
+ "grafana"
282
+ ]
283
+ },
284
+ {
285
+ "id": "prometheus-query",
286
+ "path": "prometheus-query/SKILL.md",
287
+ "emoji": "🔥",
288
+ "services": [
289
+ "prometheus"
290
+ ]
291
+ },
292
+ {
293
+ "id": "uptime-kuma-monitor",
294
+ "path": "uptime-kuma-monitor/SKILL.md",
295
+ "emoji": "💓",
296
+ "services": [
297
+ "uptime-kuma"
298
+ ]
299
+ },
300
+ {
301
+ "id": "beszel-monitor",
302
+ "path": "beszel-monitor/SKILL.md",
303
+ "emoji": "📈",
304
+ "services": [
305
+ "beszel"
306
+ ]
307
+ },
308
+ {
309
+ "id": "gotify-notify",
310
+ "path": "gotify-notify/SKILL.md",
311
+ "emoji": "🔔",
312
+ "services": [
313
+ "gotify"
314
+ ]
315
+ },
316
+ {
317
+ "id": "ntfy-publish",
318
+ "path": "ntfy-publish/SKILL.md",
319
+ "emoji": "📣",
320
+ "services": [
321
+ "ntfy"
322
+ ]
323
+ },
324
+ {
325
+ "id": "matrix-message",
326
+ "path": "matrix-message/SKILL.md",
327
+ "emoji": "🟢",
328
+ "services": [
329
+ "matrix-synapse"
330
+ ]
331
+ },
332
+ {
333
+ "id": "mattermost-post",
334
+ "path": "mattermost-post/SKILL.md",
335
+ "emoji": "💬",
336
+ "services": [
337
+ "mattermost"
338
+ ]
339
+ },
340
+ {
341
+ "id": "rocketchat-send",
342
+ "path": "rocketchat-send/SKILL.md",
343
+ "emoji": "🚀",
344
+ "services": [
345
+ "rocketchat"
346
+ ]
347
+ },
348
+ {
349
+ "id": "postiz-schedule",
350
+ "path": "postiz-schedule/SKILL.md",
351
+ "emoji": "📱",
352
+ "services": [
353
+ "postiz"
354
+ ]
355
+ },
356
+ {
357
+ "id": "mixpost-publish",
358
+ "path": "mixpost-publish/SKILL.md",
359
+ "emoji": "📢",
360
+ "services": [
361
+ "mixpost"
362
+ ]
363
+ },
364
+ {
365
+ "id": "usesend-campaign",
366
+ "path": "usesend-campaign/SKILL.md",
367
+ "emoji": "✉️",
368
+ "services": [
369
+ "usesend"
370
+ ]
371
+ },
372
+ {
373
+ "id": "matomo-track",
374
+ "path": "matomo-track/SKILL.md",
375
+ "emoji": "📊",
376
+ "services": [
377
+ "matomo"
378
+ ]
379
+ },
380
+ {
381
+ "id": "umami-analytics",
382
+ "path": "umami-analytics/SKILL.md",
383
+ "emoji": "📉",
384
+ "services": [
385
+ "umami"
386
+ ]
387
+ },
388
+ {
389
+ "id": "openpanel-analyze",
390
+ "path": "openpanel-analyze/SKILL.md",
391
+ "emoji": "📐",
392
+ "services": [
393
+ "openpanel"
394
+ ]
395
+ },
396
+ {
397
+ "id": "gitea-repo",
398
+ "path": "gitea-repo/SKILL.md",
399
+ "emoji": "🫖",
400
+ "services": [
401
+ "gitea"
402
+ ]
403
+ },
404
+ {
405
+ "id": "code-server-develop",
406
+ "path": "code-server-develop/SKILL.md",
407
+ "emoji": "💻",
408
+ "services": [
409
+ "code-server"
410
+ ]
411
+ },
412
+ {
413
+ "id": "portainer-manage",
414
+ "path": "portainer-manage/SKILL.md",
415
+ "emoji": "🐳",
416
+ "services": [
417
+ "portainer"
418
+ ]
419
+ },
420
+ {
421
+ "id": "watchtower-update",
422
+ "path": "watchtower-update/SKILL.md",
423
+ "emoji": "🗼",
424
+ "services": [
425
+ "watchtower"
426
+ ]
427
+ },
428
+ {
429
+ "id": "dozzle-logs",
430
+ "path": "dozzle-logs/SKILL.md",
431
+ "emoji": "📜",
432
+ "services": [
433
+ "dozzle"
434
+ ]
435
+ },
436
+ {
437
+ "id": "coolify-deploy",
438
+ "path": "coolify-deploy/SKILL.md",
439
+ "emoji": "❄️",
440
+ "services": [
441
+ "coolify"
442
+ ]
443
+ },
444
+ {
445
+ "id": "dokploy-deploy",
446
+ "path": "dokploy-deploy/SKILL.md",
447
+ "emoji": "🚢",
448
+ "services": [
449
+ "dokploy"
450
+ ]
451
+ },
452
+ {
453
+ "id": "outline-wiki",
454
+ "path": "outline-wiki/SKILL.md",
455
+ "emoji": "📝",
456
+ "services": [
457
+ "outline"
458
+ ]
459
+ },
460
+ {
461
+ "id": "paperless-archive",
462
+ "path": "paperless-archive/SKILL.md",
463
+ "emoji": "🗂️",
464
+ "services": [
465
+ "paperless-ngx"
466
+ ]
467
+ },
468
+ {
469
+ "id": "appflowy-workspace",
470
+ "path": "appflowy-workspace/SKILL.md",
471
+ "emoji": "🌿",
472
+ "services": [
473
+ "appflowy"
474
+ ]
475
+ },
476
+ {
477
+ "id": "livekit-stream",
478
+ "path": "livekit-stream/SKILL.md",
479
+ "emoji": "🎥",
480
+ "services": [
481
+ "livekit"
482
+ ]
483
+ },
484
+ {
485
+ "id": "tailscale-network",
486
+ "path": "tailscale-network/SKILL.md",
487
+ "emoji": "🔒",
488
+ "services": [
489
+ "tailscale"
490
+ ]
491
+ },
492
+ {
493
+ "id": "stream-gateway-relay",
494
+ "path": "stream-gateway-relay/SKILL.md",
495
+ "emoji": "📡",
496
+ "services": [
497
+ "stream-gateway"
498
+ ]
499
+ },
500
+ {
501
+ "id": "playwright-automate",
502
+ "path": "playwright-automate/SKILL.md",
503
+ "emoji": "🎭",
504
+ "services": [
505
+ "playwright"
506
+ ]
507
+ },
508
+ {
509
+ "id": "motion-canvas-animate",
510
+ "path": "motion-canvas-animate/SKILL.md",
511
+ "emoji": "🎞️",
512
+ "services": [
513
+ "motion-canvas"
514
+ ]
515
+ },
516
+ {
517
+ "id": "claude-code-assist",
518
+ "path": "claude-code-assist/SKILL.md",
519
+ "emoji": "🤖",
520
+ "services": []
521
+ },
522
+ {
523
+ "id": "codex-generate",
524
+ "path": "codex-generate/SKILL.md",
525
+ "emoji": "⌨️",
526
+ "services": []
527
+ },
528
+ {
529
+ "id": "gemini-cli-query",
530
+ "path": "gemini-cli-query/SKILL.md",
531
+ "emoji": "♊",
532
+ "services": []
533
+ },
534
+ {
535
+ "id": "opencode-develop",
536
+ "path": "opencode-develop/SKILL.md",
537
+ "emoji": "🔓",
538
+ "services": []
539
+ },
540
+ {
541
+ "id": "mission-control-manage",
542
+ "path": "mission-control-manage/SKILL.md",
543
+ "emoji": "🎯",
544
+ "services": [
545
+ "mission-control"
546
+ ]
547
+ },
548
+ {
549
+ "id": "csv-transform",
550
+ "path": "csv-transform/SKILL.md",
551
+ "emoji": "📊",
552
+ "services": []
553
+ },
554
+ {
555
+ "id": "json-transform",
556
+ "path": "json-transform/SKILL.md",
557
+ "emoji": "🔤",
558
+ "services": []
559
+ },
560
+ {
561
+ "id": "xml-parse",
562
+ "path": "xml-parse/SKILL.md",
563
+ "emoji": "📰",
564
+ "services": []
565
+ },
566
+ {
567
+ "id": "pdf-extract",
568
+ "path": "pdf-extract/SKILL.md",
569
+ "emoji": "📕",
570
+ "services": []
571
+ },
572
+ {
573
+ "id": "excel-process",
574
+ "path": "excel-process/SKILL.md",
575
+ "emoji": "📗",
576
+ "services": []
577
+ },
578
+ {
579
+ "id": "markdown-convert",
580
+ "path": "markdown-convert/SKILL.md",
581
+ "emoji": "📝",
582
+ "services": []
583
+ },
584
+ {
585
+ "id": "text-summarize",
586
+ "path": "text-summarize/SKILL.md",
587
+ "emoji": "📋",
588
+ "services": [
589
+ "ollama"
590
+ ]
591
+ },
592
+ {
593
+ "id": "text-translate",
594
+ "path": "text-translate/SKILL.md",
595
+ "emoji": "🌐",
596
+ "services": [
597
+ "ollama"
598
+ ]
599
+ },
600
+ {
601
+ "id": "text-classify",
602
+ "path": "text-classify/SKILL.md",
603
+ "emoji": "🏷️",
604
+ "services": [
605
+ "ollama"
606
+ ]
607
+ },
608
+ {
609
+ "id": "text-embed",
610
+ "path": "text-embed/SKILL.md",
611
+ "emoji": "🧬",
612
+ "services": [
613
+ "ollama"
614
+ ]
615
+ },
616
+ {
617
+ "id": "image-resize",
618
+ "path": "image-resize/SKILL.md",
619
+ "emoji": "🖼️",
620
+ "services": []
621
+ },
622
+ {
623
+ "id": "image-convert",
624
+ "path": "image-convert/SKILL.md",
625
+ "emoji": "🔄",
626
+ "services": []
627
+ },
628
+ {
629
+ "id": "image-ocr",
630
+ "path": "image-ocr/SKILL.md",
631
+ "emoji": "👁️",
632
+ "services": []
633
+ },
634
+ {
635
+ "id": "http-request",
636
+ "path": "http-request/SKILL.md",
637
+ "emoji": "🌐",
638
+ "services": []
639
+ },
640
+ {
641
+ "id": "api-webhook",
642
+ "path": "api-webhook/SKILL.md",
643
+ "emoji": "🪝",
644
+ "services": []
645
+ },
646
+ {
647
+ "id": "graphql-query",
648
+ "path": "graphql-query/SKILL.md",
649
+ "emoji": "◼️",
650
+ "services": []
651
+ },
652
+ {
653
+ "id": "file-manage",
654
+ "path": "file-manage/SKILL.md",
655
+ "emoji": "📁",
656
+ "services": []
657
+ },
658
+ {
659
+ "id": "archive-compress",
660
+ "path": "archive-compress/SKILL.md",
661
+ "emoji": "🗜️",
662
+ "services": []
663
+ },
664
+ {
665
+ "id": "jwt-manage",
666
+ "path": "jwt-manage/SKILL.md",
667
+ "emoji": "🔑",
668
+ "services": []
669
+ },
670
+ {
671
+ "id": "hash-generate",
672
+ "path": "hash-generate/SKILL.md",
673
+ "emoji": "🔐",
674
+ "services": []
675
+ },
676
+ {
677
+ "id": "ssl-check",
678
+ "path": "ssl-check/SKILL.md",
679
+ "emoji": "🛡️",
680
+ "services": []
681
+ },
682
+ {
683
+ "id": "dns-lookup",
684
+ "path": "dns-lookup/SKILL.md",
685
+ "emoji": "🔍",
686
+ "services": []
687
+ },
688
+ {
689
+ "id": "port-scan",
690
+ "path": "port-scan/SKILL.md",
691
+ "emoji": "🔌",
692
+ "services": []
693
+ },
694
+ {
695
+ "id": "ping-check",
696
+ "path": "ping-check/SKILL.md",
697
+ "emoji": "📡",
698
+ "services": []
699
+ },
700
+ {
701
+ "id": "cron-schedule",
702
+ "path": "cron-schedule/SKILL.md",
703
+ "emoji": "⏰",
704
+ "services": []
705
+ },
706
+ {
707
+ "id": "timezone-convert",
708
+ "path": "timezone-convert/SKILL.md",
709
+ "emoji": "🕐",
710
+ "services": []
711
+ },
712
+ {
713
+ "id": "math-calculate",
714
+ "path": "math-calculate/SKILL.md",
715
+ "emoji": "🧮",
716
+ "services": []
717
+ },
718
+ {
719
+ "id": "unit-convert",
720
+ "path": "unit-convert/SKILL.md",
721
+ "emoji": "📏",
722
+ "services": []
723
+ },
724
+ {
725
+ "id": "email-send",
726
+ "path": "email-send/SKILL.md",
727
+ "emoji": "📧",
728
+ "services": []
729
+ },
730
+ {
731
+ "id": "calendar-manage",
732
+ "path": "calendar-manage/SKILL.md",
733
+ "emoji": "📆",
734
+ "services": []
735
+ },
736
+ {
737
+ "id": "system-info",
738
+ "path": "system-info/SKILL.md",
739
+ "emoji": "🖥️",
740
+ "services": []
741
+ },
742
+ {
743
+ "id": "firecrawl-scrape",
744
+ "path": "firecrawl-scrape/SKILL.md",
745
+ "emoji": "🔥",
746
+ "services": [
747
+ "firecrawl"
748
+ ]
749
+ },
750
+ {
751
+ "id": "langflow-build",
752
+ "path": "langflow-build/SKILL.md",
753
+ "emoji": "🌊",
754
+ "services": [
755
+ "langflow"
756
+ ]
757
+ },
758
+ {
759
+ "id": "open-interpreter-run",
760
+ "path": "open-interpreter-run/SKILL.md",
761
+ "emoji": "💻",
762
+ "services": []
763
+ },
764
+ {
765
+ "id": "supabase-query",
766
+ "path": "supabase-query/SKILL.md",
767
+ "emoji": "⚡",
768
+ "services": [
769
+ "supabase"
770
+ ]
771
+ },
772
+ {
773
+ "id": "nextcloud-files",
774
+ "path": "nextcloud-files/SKILL.md",
775
+ "emoji": "☁️",
776
+ "services": [
777
+ "nextcloud"
778
+ ]
779
+ },
780
+ {
781
+ "id": "vaultwarden-manage",
782
+ "path": "vaultwarden-manage/SKILL.md",
783
+ "emoji": "🔐",
784
+ "services": [
785
+ "vaultwarden"
786
+ ]
787
+ },
788
+ {
789
+ "id": "immich-photos",
790
+ "path": "immich-photos/SKILL.md",
791
+ "emoji": "📸",
792
+ "services": [
793
+ "immich"
794
+ ]
795
+ },
796
+ {
797
+ "id": "home-assistant-automate",
798
+ "path": "home-assistant-automate/SKILL.md",
799
+ "emoji": "🏠",
800
+ "services": [
801
+ "homeassistant"
802
+ ]
803
+ },
804
+ {
805
+ "id": "jellyfin-media",
806
+ "path": "jellyfin-media/SKILL.md",
807
+ "emoji": "🎬",
808
+ "services": [
809
+ "jellyfin"
810
+ ]
811
+ },
812
+ {
813
+ "id": "stirling-pdf-tools",
814
+ "path": "stirling-pdf-tools/SKILL.md",
815
+ "emoji": "📄",
816
+ "services": [
817
+ "stirling-pdf"
818
+ ]
819
+ },
820
+ {
821
+ "id": "langchain-agent",
822
+ "path": "langchain-agent/SKILL.md",
823
+ "emoji": "🦜",
824
+ "services": []
825
+ },
826
+ {
827
+ "id": "huginn-automate",
828
+ "path": "huginn-automate/SKILL.md",
829
+ "emoji": "🤖",
830
+ "services": [
831
+ "huginn"
832
+ ]
833
+ },
834
+ {
835
+ "id": "activepieces-flow",
836
+ "path": "activepieces-flow/SKILL.md",
837
+ "emoji": "🧩",
838
+ "services": [
839
+ "activepieces"
840
+ ]
841
+ },
842
+ {
843
+ "id": "traefik-proxy",
844
+ "path": "traefik-proxy/SKILL.md",
845
+ "emoji": "🔀",
846
+ "services": [
847
+ "traefik"
848
+ ]
849
+ },
850
+ {
851
+ "id": "authentik-auth",
852
+ "path": "authentik-auth/SKILL.md",
853
+ "emoji": "🛡️",
854
+ "services": [
855
+ "authentik"
856
+ ]
857
+ },
858
+ {
859
+ "id": "haystack-rag",
860
+ "path": "haystack-rag/SKILL.md",
861
+ "emoji": "🔍",
862
+ "services": []
863
+ },
864
+ {
865
+ "id": "llamaindex-query",
866
+ "path": "llamaindex-query/SKILL.md",
867
+ "emoji": "🦙",
868
+ "services": []
869
+ },
870
+ {
871
+ "id": "argocd-deploy",
872
+ "path": "argocd-deploy/SKILL.md",
873
+ "emoji": "🔄",
874
+ "services": [
875
+ "argocd"
876
+ ]
877
+ },
878
+ {
879
+ "id": "terraform-provision",
880
+ "path": "terraform-provision/SKILL.md",
881
+ "emoji": "🏗️",
882
+ "services": []
883
+ },
884
+ {
885
+ "id": "ansible-configure",
886
+ "path": "ansible-configure/SKILL.md",
887
+ "emoji": "📋",
888
+ "services": []
889
+ },
890
+ {
891
+ "id": "woodpecker-ci",
892
+ "path": "woodpecker-ci/SKILL.md",
893
+ "emoji": "🪶",
894
+ "services": [
895
+ "woodpecker"
896
+ ]
897
+ },
898
+ {
899
+ "id": "appwrite-backend",
900
+ "path": "appwrite-backend/SKILL.md",
901
+ "emoji": "🅰️",
902
+ "services": [
903
+ "appwrite"
904
+ ]
905
+ },
906
+ {
907
+ "id": "ragflow-pipeline",
908
+ "path": "ragflow-pipeline/SKILL.md",
909
+ "emoji": "📊",
910
+ "services": [
911
+ "ragflow"
912
+ ]
913
+ },
914
+ {
915
+ "id": "jenkins-pipeline",
916
+ "path": "jenkins-pipeline/SKILL.md",
917
+ "emoji": "🔧",
918
+ "services": [
919
+ "jenkins"
920
+ ]
921
+ },
922
+ {
923
+ "id": "milvus-vectors",
924
+ "path": "milvus-vectors/SKILL.md",
925
+ "emoji": "📐",
926
+ "services": [
927
+ "milvus"
928
+ ]
929
+ },
930
+ {
931
+ "id": "keycloak-auth",
932
+ "path": "keycloak-auth/SKILL.md",
933
+ "emoji": "🔑",
934
+ "services": [
935
+ "keycloak"
936
+ ]
937
+ },
938
+ {
939
+ "id": "netbird-vpn",
940
+ "path": "netbird-vpn/SKILL.md",
941
+ "emoji": "🕸️",
942
+ "services": [
943
+ "netbird"
944
+ ]
945
+ },
946
+ {
947
+ "id": "ghost-publish",
948
+ "path": "ghost-publish/SKILL.md",
949
+ "emoji": "👻",
950
+ "services": [
951
+ "ghost"
952
+ ]
953
+ },
954
+ {
955
+ "id": "forgejo-repo",
956
+ "path": "forgejo-repo/SKILL.md",
957
+ "emoji": "🍵",
958
+ "services": [
959
+ "forgejo"
960
+ ]
961
+ },
962
+ {
963
+ "id": "loki-logs",
964
+ "path": "loki-logs/SKILL.md",
965
+ "emoji": "📜",
966
+ "services": [
967
+ "loki"
968
+ ]
969
+ },
970
+ {
971
+ "id": "caddy-serve",
972
+ "path": "caddy-serve/SKILL.md",
973
+ "emoji": "🌐",
974
+ "services": [
975
+ "caddy"
976
+ ]
977
+ },
978
+ {
979
+ "id": "harbor-registry",
980
+ "path": "harbor-registry/SKILL.md",
981
+ "emoji": "🚢",
982
+ "services": [
983
+ "harbor"
984
+ ]
985
+ },
986
+ {
987
+ "id": "vault-secrets",
988
+ "path": "vault-secrets/SKILL.md",
989
+ "emoji": "🗝️",
990
+ "services": [
991
+ "vault"
992
+ ]
993
+ },
994
+ {
995
+ "id": "signoz-observe",
996
+ "path": "signoz-observe/SKILL.md",
997
+ "emoji": "📡",
998
+ "services": [
999
+ "signoz"
1000
+ ]
1001
+ },
1002
+ {
1003
+ "id": "crowdsec-protect",
1004
+ "path": "crowdsec-protect/SKILL.md",
1005
+ "emoji": "🛡️",
1006
+ "services": [
1007
+ "crowdsec"
1008
+ ]
1009
+ },
1010
+ {
1011
+ "id": "plausible-analytics",
1012
+ "path": "plausible-analytics/SKILL.md",
1013
+ "emoji": "📈",
1014
+ "services": [
1015
+ "plausible"
1016
+ ]
1017
+ },
1018
+ {
1019
+ "id": "gatus-health",
1020
+ "path": "gatus-health/SKILL.md",
1021
+ "emoji": "💓",
1022
+ "services": [
1023
+ "gatus"
1024
+ ]
1025
+ },
1026
+ {
1027
+ "id": "crewai-orchestrate",
1028
+ "path": "crewai-orchestrate/SKILL.md",
1029
+ "emoji": "👥",
1030
+ "services": []
1031
+ },
1032
+ {
1033
+ "id": "autogpt-autonomous",
1034
+ "path": "autogpt-autonomous/SKILL.md",
1035
+ "emoji": "🤯",
1036
+ "services": []
1037
+ },
1038
+ {
1039
+ "id": "elasticsearch-search",
1040
+ "path": "elasticsearch-search/SKILL.md",
1041
+ "emoji": "🔎",
1042
+ "services": [
1043
+ "elasticsearch"
1044
+ ]
1045
+ },
1046
+ {
1047
+ "id": "rabbitmq-queue",
1048
+ "path": "rabbitmq-queue/SKILL.md",
1049
+ "emoji": "🐰",
1050
+ "services": [
1051
+ "rabbitmq"
1052
+ ]
1053
+ },
1054
+ {
1055
+ "id": "excalidraw-draw",
1056
+ "path": "excalidraw-draw/SKILL.md",
1057
+ "emoji": "✏️",
1058
+ "services": [
1059
+ "excalidraw"
1060
+ ]
1061
+ },
1062
+ {
1063
+ "id": "bookstack-wiki",
1064
+ "path": "bookstack-wiki/SKILL.md",
1065
+ "emoji": "📚",
1066
+ "services": [
1067
+ "bookstack"
1068
+ ]
1069
+ },
1070
+ {
1071
+ "id": "paperless-ngx-docs",
1072
+ "path": "paperless-ngx-docs/SKILL.md",
1073
+ "emoji": "🗂️",
1074
+ "services": [
1075
+ "paperless-ngx"
1076
+ ]
1077
+ },
1078
+ {
1079
+ "id": "restic-backup",
1080
+ "path": "restic-backup/SKILL.md",
1081
+ "emoji": "💾",
1082
+ "services": []
1083
+ },
1084
+ {
1085
+ "id": "pocketbase-backend",
1086
+ "path": "pocketbase-backend/SKILL.md",
1087
+ "emoji": "📦",
1088
+ "services": [
1089
+ "pocketbase"
1090
+ ]
1091
+ },
1092
+ {
1093
+ "id": "infisical-secrets",
1094
+ "path": "infisical-secrets/SKILL.md",
1095
+ "emoji": "🤫",
1096
+ "services": [
1097
+ "infisical"
1098
+ ]
1099
+ },
1100
+ {
1101
+ "id": "chatwoot-support",
1102
+ "path": "chatwoot-support/SKILL.md",
1103
+ "emoji": "💬",
1104
+ "services": [
1105
+ "chatwoot"
1106
+ ]
1107
+ },
1108
+ {
1109
+ "id": "flagsmith-feature",
1110
+ "path": "flagsmith-feature/SKILL.md",
1111
+ "emoji": "🚩",
1112
+ "services": [
1113
+ "flagsmith"
1114
+ ]
1115
+ },
1116
+ {
1117
+ "id": "teleport-access",
1118
+ "path": "teleport-access/SKILL.md",
1119
+ "emoji": "🚀",
1120
+ "services": [
1121
+ "teleport"
1122
+ ]
1123
+ },
1124
+ {
1125
+ "id": "listmonk-email",
1126
+ "path": "listmonk-email/SKILL.md",
1127
+ "emoji": "📧",
1128
+ "services": [
1129
+ "listmonk"
1130
+ ]
1131
+ },
1132
+ {
1133
+ "id": "directus-cms",
1134
+ "path": "directus-cms/SKILL.md",
1135
+ "emoji": "🐇",
1136
+ "services": [
1137
+ "directus"
1138
+ ]
1139
+ },
1140
+ {
1141
+ "id": "strapi-cms",
1142
+ "path": "strapi-cms/SKILL.md",
1143
+ "emoji": "🎯",
1144
+ "services": [
1145
+ "strapi"
1146
+ ]
1147
+ },
1148
+ {
1149
+ "id": "dokku-deploy",
1150
+ "path": "dokku-deploy/SKILL.md",
1151
+ "emoji": "🐳",
1152
+ "services": []
1153
+ },
1154
+ {
1155
+ "id": "sentry-errors",
1156
+ "path": "sentry-errors/SKILL.md",
1157
+ "emoji": "🐛",
1158
+ "services": [
1159
+ "sentry"
1160
+ ]
1161
+ },
1162
+ {
1163
+ "id": "kong-gateway",
1164
+ "path": "kong-gateway/SKILL.md",
1165
+ "emoji": "🦍",
1166
+ "services": [
1167
+ "kong"
1168
+ ]
1169
+ },
1170
+ {
1171
+ "id": "ui-prompting",
1172
+ "path": "ui-prompting/SKILL.md",
1173
+ "emoji": "🎨",
1174
+ "services": []
1175
+ },
1176
+ {
1177
+ "id": "pricing-page-design",
1178
+ "path": "pricing-page-design/SKILL.md",
1179
+ "emoji": "💰",
1180
+ "services": []
1181
+ },
1182
+ {
1183
+ "id": "landing-page-design",
1184
+ "path": "landing-page-design/SKILL.md",
1185
+ "emoji": "🚀",
1186
+ "services": []
1187
+ },
1188
+ {
1189
+ "id": "gsap-animate",
1190
+ "path": "gsap-animate/SKILL.md",
1191
+ "emoji": "✨",
1192
+ "services": []
1193
+ },
1194
+ {
1195
+ "id": "threejs-scene",
1196
+ "path": "threejs-scene/SKILL.md",
1197
+ "emoji": "🎲",
1198
+ "services": []
1199
+ },
1200
+ {
1201
+ "id": "matterjs-physics",
1202
+ "path": "matterjs-physics/SKILL.md",
1203
+ "emoji": "⚛️",
1204
+ "services": []
1205
+ },
1206
+ {
1207
+ "id": "globe-gl-visualize",
1208
+ "path": "globe-gl-visualize/SKILL.md",
1209
+ "emoji": "🌍",
1210
+ "services": []
1211
+ },
1212
+ {
1213
+ "id": "tailwindcss-style",
1214
+ "path": "tailwindcss-style/SKILL.md",
1215
+ "emoji": "🎐",
1216
+ "services": []
1217
+ },
1218
+ {
1219
+ "id": "css-border-gradient",
1220
+ "path": "css-border-gradient/SKILL.md",
1221
+ "emoji": "🌈",
1222
+ "services": []
1223
+ },
1224
+ {
1225
+ "id": "progressive-blur",
1226
+ "path": "progressive-blur/SKILL.md",
1227
+ "emoji": "🌫️",
1228
+ "services": []
1229
+ },
1230
+ {
1231
+ "id": "animation-on-scroll",
1232
+ "path": "animation-on-scroll/SKILL.md",
1233
+ "emoji": "📜",
1234
+ "services": []
1235
+ },
1236
+ {
1237
+ "id": "css-alpha-masking",
1238
+ "path": "css-alpha-masking/SKILL.md",
1239
+ "emoji": "🎭",
1240
+ "services": []
1241
+ },
1242
+ {
1243
+ "id": "vantajs-background",
1244
+ "path": "vantajs-background/SKILL.md",
1245
+ "emoji": "🌊",
1246
+ "services": []
1247
+ },
1248
+ {
1249
+ "id": "cobejs-globe",
1250
+ "path": "cobejs-globe/SKILL.md",
1251
+ "emoji": "🌐",
1252
+ "services": []
1253
+ },
1254
+ {
1255
+ "id": "unicorn-studio-embed",
1256
+ "path": "unicorn-studio-embed/SKILL.md",
1257
+ "emoji": "🦄",
1258
+ "services": []
1259
+ },
1260
+ {
1261
+ "id": "ui-design-system",
1262
+ "path": "ui-design-system/SKILL.md",
1263
+ "emoji": "🎨",
1264
+ "services": []
1265
+ },
1266
+ {
1267
+ "id": "tailwind-design-system-v4",
1268
+ "path": "tailwind-design-system-v4/SKILL.md",
1269
+ "emoji": "💨",
1270
+ "services": []
1271
+ },
1272
+ {
1273
+ "id": "interaction-design",
1274
+ "path": "interaction-design/SKILL.md",
1275
+ "emoji": "👆",
1276
+ "services": []
1277
+ },
1278
+ {
1279
+ "id": "responsive-design",
1280
+ "path": "responsive-design/SKILL.md",
1281
+ "emoji": "📱",
1282
+ "services": []
1283
+ },
1284
+ {
1285
+ "id": "web-interface-guidelines",
1286
+ "path": "web-interface-guidelines/SKILL.md",
1287
+ "emoji": "✅",
1288
+ "services": []
1289
+ },
1290
+ {
1291
+ "id": "threejs-animation",
1292
+ "path": "threejs-animation/SKILL.md",
1293
+ "emoji": "🎬",
1294
+ "services": []
1295
+ },
1296
+ {
1297
+ "id": "copywriting",
1298
+ "path": "copywriting/SKILL.md",
1299
+ "emoji": "✍️",
1300
+ "services": []
1301
+ },
1302
+ {
1303
+ "id": "frontend-distinctive-design",
1304
+ "path": "frontend-distinctive-design/SKILL.md",
1305
+ "emoji": "💎",
1306
+ "services": []
1307
+ },
1308
+ {
1309
+ "id": "canvas-design",
1310
+ "path": "canvas-design/SKILL.md",
1311
+ "emoji": "🖌️",
1312
+ "services": []
1313
+ },
1314
+ {
1315
+ "id": "web-design-reviewer",
1316
+ "path": "web-design-reviewer/SKILL.md",
1317
+ "emoji": "🔍",
1318
+ "services": []
1319
+ },
1320
+ {
1321
+ "id": "animejs-animate",
1322
+ "path": "animejs-animate/SKILL.md",
1323
+ "emoji": "🎌",
1324
+ "services": []
1325
+ },
1326
+ {
1327
+ "id": "aura-asset-images",
1328
+ "path": "aura-asset-images/SKILL.md",
1329
+ "emoji": "📷",
1330
+ "services": []
1331
+ },
1332
+ {
1333
+ "id": "tinyfish-cookbook",
1334
+ "path": "tinyfish-cookbook/SKILL.md",
1335
+ "emoji": "🐟",
1336
+ "services": []
1337
+ },
1338
+ {
1339
+ "id": "browser-learn",
1340
+ "path": "browser-learn/SKILL.md",
1341
+ "emoji": "🧠",
1342
+ "services": []
1343
+ },
1344
+ {
1345
+ "id": "scrapling-scrape",
1346
+ "path": "scrapling-scrape/SKILL.md",
1347
+ "emoji": "🕸️",
1348
+ "services": [
1349
+ "scrapling"
1350
+ ]
1351
+ },
1352
+ {
1353
+ "id": "youtube-growth",
1354
+ "path": "youtube-growth/SKILL.md",
1355
+ "emoji": "📈",
1356
+ "services": []
1357
+ },
1358
+ {
1359
+ "id": "hexstrike-mcp",
1360
+ "path": "hexstrike-mcp/SKILL.md",
1361
+ "emoji": "⚔️",
1362
+ "services": [
1363
+ "hexstrike"
1364
+ ]
1365
+ },
1366
+ {
1367
+ "id": "solidityguard-audit",
1368
+ "path": "solidityguard-audit/SKILL.md",
1369
+ "emoji": "🛡️",
1370
+ "services": [
1371
+ "solidityguard"
1372
+ ]
1373
+ },
1374
+ {
1375
+ "id": "pentagi-orchestrator",
1376
+ "path": "pentagi-orchestrator/SKILL.md",
1377
+ "emoji": "🕵️",
1378
+ "services": [
1379
+ "pentagi"
1380
+ ]
1381
+ },
1382
+ {
1383
+ "id": "pentestagent-runner",
1384
+ "path": "pentestagent-runner/SKILL.md",
1385
+ "emoji": "🔍",
1386
+ "services": [
1387
+ "pentestagent"
1388
+ ]
1389
+ }
1390
+ ]
1391
+ }