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