@framers/agentos-skills-registry 0.2.0 → 0.3.0

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 (64) hide show
  1. package/CONTRIBUTING.md +231 -0
  2. package/README.md +146 -49
  3. package/dist/catalog.d.ts +105 -6
  4. package/dist/catalog.d.ts.map +1 -1
  5. package/dist/catalog.js +257 -206
  6. package/dist/catalog.js.map +1 -1
  7. package/dist/index.d.ts +30 -8
  8. package/dist/index.d.ts.map +1 -1
  9. package/dist/index.js +48 -25
  10. package/dist/index.js.map +1 -1
  11. package/dist/schema-types.d.ts +79 -0
  12. package/dist/schema-types.d.ts.map +1 -0
  13. package/dist/schema-types.js +11 -0
  14. package/dist/schema-types.js.map +1 -0
  15. package/dist/workspace-discovery.d.ts +77 -0
  16. package/dist/workspace-discovery.d.ts.map +1 -0
  17. package/dist/workspace-discovery.js +172 -0
  18. package/dist/workspace-discovery.js.map +1 -0
  19. package/package.json +17 -5
  20. package/registry/community/.gitkeep +0 -0
  21. package/registry/curated/1password/SKILL.md +53 -0
  22. package/registry/curated/account-manager/SKILL.md +60 -0
  23. package/registry/curated/apple-notes/SKILL.md +45 -0
  24. package/registry/curated/apple-reminders/SKILL.md +46 -0
  25. package/registry/curated/blog-publisher/SKILL.md +110 -0
  26. package/registry/curated/bluesky-bot/SKILL.md +93 -0
  27. package/registry/curated/cloud-ops/SKILL.md +124 -0
  28. package/registry/curated/coding-agent/SKILL.md +40 -0
  29. package/registry/curated/content-creator/SKILL.md +53 -0
  30. package/registry/curated/deep-research/SKILL.md +56 -0
  31. package/registry/curated/discord-helper/SKILL.md +43 -0
  32. package/registry/curated/facebook-bot/SKILL.md +94 -0
  33. package/registry/curated/git/SKILL.md +39 -0
  34. package/registry/curated/github/SKILL.md +54 -0
  35. package/registry/curated/healthcheck/SKILL.md +43 -0
  36. package/registry/curated/image-gen/SKILL.md +50 -0
  37. package/registry/curated/instagram-bot/SKILL.md +60 -0
  38. package/registry/curated/linkedin-bot/SKILL.md +86 -0
  39. package/registry/curated/mastodon-bot/SKILL.md +104 -0
  40. package/registry/curated/memory-manager/SKILL.md +127 -0
  41. package/registry/curated/notion/SKILL.md +43 -0
  42. package/registry/curated/obsidian/SKILL.md +42 -0
  43. package/registry/curated/pinterest-bot/SKILL.md +45 -0
  44. package/registry/curated/reddit-bot/SKILL.md +74 -0
  45. package/registry/curated/seo-campaign/SKILL.md +51 -0
  46. package/registry/curated/site-deploy/SKILL.md +119 -0
  47. package/registry/curated/slack-helper/SKILL.md +43 -0
  48. package/registry/curated/social-broadcast/SKILL.md +145 -0
  49. package/registry/curated/spotify-player/SKILL.md +45 -0
  50. package/registry/curated/summarize/SKILL.md +40 -0
  51. package/registry/curated/threads-bot/SKILL.md +82 -0
  52. package/registry/curated/tiktok-bot/SKILL.md +104 -0
  53. package/registry/curated/trello/SKILL.md +44 -0
  54. package/registry/curated/twitter-bot/SKILL.md +63 -0
  55. package/registry/curated/voice-conversation/SKILL.md +65 -0
  56. package/registry/curated/weather/SKILL.md +37 -0
  57. package/registry/curated/web-scraper/SKILL.md +60 -0
  58. package/registry/curated/web-search/SKILL.md +49 -0
  59. package/registry/curated/whisper-transcribe/SKILL.md +58 -0
  60. package/registry/curated/youtube-bot/SKILL.md +104 -0
  61. package/registry.json +1478 -0
  62. package/scripts/update-registry.mjs +126 -0
  63. package/scripts/validate-skill.mjs +304 -0
  64. package/types.d.ts +77 -0
package/registry.json ADDED
@@ -0,0 +1,1478 @@
1
+ {
2
+ "version": "1.0.0",
3
+ "updated": "2026-03-14T05:52:19.478Z",
4
+ "categories": {
5
+ "curated": [
6
+ "1password",
7
+ "account-manager",
8
+ "apple-notes",
9
+ "apple-reminders",
10
+ "blog-publisher",
11
+ "bluesky-bot",
12
+ "cloud-ops",
13
+ "coding-agent",
14
+ "content-creator",
15
+ "deep-research",
16
+ "discord-helper",
17
+ "facebook-bot",
18
+ "git",
19
+ "github",
20
+ "healthcheck",
21
+ "image-gen",
22
+ "instagram-bot",
23
+ "linkedin-bot",
24
+ "mastodon-bot",
25
+ "memory-manager",
26
+ "notion",
27
+ "obsidian",
28
+ "pinterest-bot",
29
+ "reddit-bot",
30
+ "seo-campaign",
31
+ "site-deploy",
32
+ "slack-helper",
33
+ "social-broadcast",
34
+ "spotify-player",
35
+ "summarize",
36
+ "threads-bot",
37
+ "tiktok-bot",
38
+ "trello",
39
+ "twitter-bot",
40
+ "voice-conversation",
41
+ "weather",
42
+ "web-scraper",
43
+ "web-search",
44
+ "whisper-transcribe",
45
+ "youtube-bot"
46
+ ],
47
+ "community": []
48
+ },
49
+ "skills": {
50
+ "curated": [
51
+ {
52
+ "id": "com.framers.skill.1password",
53
+ "name": "1password",
54
+ "displayName": "1password",
55
+ "version": "1.0.0",
56
+ "path": "registry/curated/1password",
57
+ "description": "Query and retrieve items from 1Password vaults using the 1Password CLI for secure credential access.",
58
+ "category": "security",
59
+ "namespace": "wunderland",
60
+ "verified": true,
61
+ "source": "curated",
62
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
63
+ "keywords": [
64
+ "1password",
65
+ "passwords",
66
+ "secrets",
67
+ "vault",
68
+ "credentials",
69
+ "security"
70
+ ],
71
+ "requiredSecrets": [
72
+ "1password.service_account_token"
73
+ ],
74
+ "metadata": {
75
+ "emoji": "🔐",
76
+ "primaryEnv": "OP_SERVICE_ACCOUNT_TOKEN",
77
+ "homepage": "https://developer.1password.com/docs/cli",
78
+ "requires": {
79
+ "bins": [
80
+ "op"
81
+ ]
82
+ },
83
+ "install": [
84
+ {
85
+ "id": "brew",
86
+ "kind": "brew",
87
+ "formula": "1password-cli",
88
+ "bins": [
89
+ "op"
90
+ ],
91
+ "label": "Install 1Password CLI (brew)"
92
+ }
93
+ ]
94
+ }
95
+ },
96
+ {
97
+ "id": "com.framers.skill.account-manager",
98
+ "name": "account-manager",
99
+ "displayName": "account-manager",
100
+ "version": "1.0.0",
101
+ "path": "registry/curated/account-manager",
102
+ "description": "Social account management — registration flows, profile optimization, credential storage, multi-platform account orchestration.",
103
+ "category": "automation",
104
+ "namespace": "wunderland",
105
+ "verified": true,
106
+ "source": "curated",
107
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
108
+ "keywords": [
109
+ "accounts",
110
+ "credentials",
111
+ "registration",
112
+ "profiles",
113
+ "management",
114
+ "automation"
115
+ ],
116
+ "requiredTools": [
117
+ "credentialsSet",
118
+ "credentialsGet",
119
+ "credentialsList",
120
+ "credentialsImport",
121
+ "browserNavigate",
122
+ "browserClick",
123
+ "browserFill",
124
+ "browserScreenshot",
125
+ "browserSnapshot",
126
+ "browserSession"
127
+ ],
128
+ "metadata": {
129
+ "emoji": "🔑"
130
+ }
131
+ },
132
+ {
133
+ "id": "com.framers.skill.apple-notes",
134
+ "name": "apple-notes",
135
+ "displayName": "apple-notes",
136
+ "version": "1.0.0",
137
+ "path": "registry/curated/apple-notes",
138
+ "description": "Create, read, search, and manage notes in Apple Notes using AppleScript and macOS automation.",
139
+ "category": "productivity",
140
+ "namespace": "wunderland",
141
+ "verified": true,
142
+ "source": "curated",
143
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
144
+ "keywords": [
145
+ "apple-notes",
146
+ "macos",
147
+ "notes",
148
+ "applescript",
149
+ "automation"
150
+ ],
151
+ "requiredTools": [
152
+ "filesystem"
153
+ ],
154
+ "metadata": {
155
+ "emoji": "📱",
156
+ "os": [
157
+ "darwin"
158
+ ],
159
+ "requires": {
160
+ "bins": [
161
+ "osascript"
162
+ ]
163
+ }
164
+ }
165
+ },
166
+ {
167
+ "id": "com.framers.skill.apple-reminders",
168
+ "name": "apple-reminders",
169
+ "displayName": "apple-reminders",
170
+ "version": "1.0.0",
171
+ "path": "registry/curated/apple-reminders",
172
+ "description": "Create, manage, and query reminders and lists in Apple Reminders using AppleScript and macOS automation.",
173
+ "category": "productivity",
174
+ "namespace": "wunderland",
175
+ "verified": true,
176
+ "source": "curated",
177
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
178
+ "keywords": [
179
+ "apple-reminders",
180
+ "macos",
181
+ "reminders",
182
+ "tasks",
183
+ "applescript",
184
+ "automation"
185
+ ],
186
+ "requiredTools": [
187
+ "filesystem"
188
+ ],
189
+ "metadata": {
190
+ "emoji": "✅",
191
+ "os": [
192
+ "darwin"
193
+ ],
194
+ "requires": {
195
+ "bins": [
196
+ "osascript"
197
+ ]
198
+ }
199
+ }
200
+ },
201
+ {
202
+ "id": "com.framers.skill.blog-publisher",
203
+ "name": "blog-publisher",
204
+ "displayName": "blog-publisher",
205
+ "version": "1.0.0",
206
+ "path": "registry/curated/blog-publisher",
207
+ "description": "Blog publishing automation — long-form content creation, SEO optimization, cross-posting with canonical URLs, and multi-platform distribution.",
208
+ "category": "social-automation",
209
+ "namespace": "wunderland",
210
+ "verified": true,
211
+ "source": "curated",
212
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
213
+ "keywords": [
214
+ "blog",
215
+ "publishing",
216
+ "long-form",
217
+ "seo",
218
+ "cross-posting",
219
+ "dev-to",
220
+ "hashnode",
221
+ "medium",
222
+ "wordpress",
223
+ "automation"
224
+ ],
225
+ "requiredSecrets": [
226
+ "blog.devtoApiKey",
227
+ "blog.hashnodeToken",
228
+ "blog.mediumToken",
229
+ "blog.wordpressUrl",
230
+ "blog.wordpressToken"
231
+ ],
232
+ "requiredTools": [
233
+ "blogPublishArticle",
234
+ "blogUpdateArticle",
235
+ "blogListArticles",
236
+ "blogAnalytics",
237
+ "blogSchedule",
238
+ "blogCrossPost"
239
+ ],
240
+ "metadata": {
241
+ "emoji": "✍️",
242
+ "primaryEnv": "BLOG_DEVTO_API_KEY"
243
+ }
244
+ },
245
+ {
246
+ "id": "com.framers.skill.bluesky-bot",
247
+ "name": "bluesky-bot",
248
+ "displayName": "bluesky-bot",
249
+ "version": "1.0.0",
250
+ "path": "registry/curated/bluesky-bot",
251
+ "description": "Bluesky automation — decentralized social engagement, custom feed curation, authentic community building, and AT Protocol interaction.",
252
+ "category": "social-automation",
253
+ "namespace": "wunderland",
254
+ "verified": true,
255
+ "source": "curated",
256
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
257
+ "keywords": [
258
+ "bluesky",
259
+ "social-media",
260
+ "decentralized",
261
+ "atproto",
262
+ "community",
263
+ "feeds",
264
+ "automation"
265
+ ],
266
+ "requiredSecrets": [
267
+ "bluesky.handle",
268
+ "bluesky.appPassword"
269
+ ],
270
+ "requiredTools": [
271
+ "blueskyPost",
272
+ "blueskyReply",
273
+ "blueskyLike",
274
+ "blueskyRepost",
275
+ "blueskySearch",
276
+ "blueskyFeed",
277
+ "blueskyFollow",
278
+ "blueskyAnalytics"
279
+ ],
280
+ "metadata": {
281
+ "emoji": "🦋",
282
+ "primaryEnv": "BLUESKY_APP_PASSWORD"
283
+ }
284
+ },
285
+ {
286
+ "id": "com.framers.skill.cloud-ops",
287
+ "name": "cloud-ops",
288
+ "displayName": "cloud-ops",
289
+ "version": "1.0.0",
290
+ "path": "registry/curated/cloud-ops",
291
+ "description": "Manage cloud infrastructure — monitor deployments, scale resources, manage databases, and handle domain operations across all supported providers.",
292
+ "category": "infrastructure",
293
+ "namespace": "wunderland",
294
+ "verified": true,
295
+ "source": "curated",
296
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
297
+ "keywords": [
298
+ "cloud",
299
+ "devops",
300
+ "infrastructure",
301
+ "monitoring",
302
+ "scaling",
303
+ "database",
304
+ "dns",
305
+ "ops"
306
+ ],
307
+ "metadata": {
308
+ "emoji": "☁",
309
+ "homepage": "https://wunderland.sh/docs/skills/cloud-ops"
310
+ }
311
+ },
312
+ {
313
+ "id": "com.framers.skill.coding-agent",
314
+ "name": "coding-agent",
315
+ "displayName": "coding-agent",
316
+ "version": "1.0.0",
317
+ "path": "registry/curated/coding-agent",
318
+ "description": "Write, review, debug, refactor, and explain code across multiple programming languages and frameworks.",
319
+ "category": "developer-tools",
320
+ "namespace": "wunderland",
321
+ "verified": true,
322
+ "source": "curated",
323
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
324
+ "keywords": [
325
+ "coding",
326
+ "programming",
327
+ "code-review",
328
+ "debugging",
329
+ "refactoring",
330
+ "development"
331
+ ],
332
+ "requiredTools": [
333
+ "filesystem"
334
+ ],
335
+ "metadata": {
336
+ "emoji": "💻"
337
+ }
338
+ },
339
+ {
340
+ "id": "com.framers.skill.content-creator",
341
+ "name": "content-creator",
342
+ "displayName": "content-creator",
343
+ "version": "1.0.0",
344
+ "path": "registry/curated/content-creator",
345
+ "description": "AI content creation — blog posts, social captions, video descriptions, newsletter copy, all SEO-optimized and platform-adapted.",
346
+ "category": "content",
347
+ "namespace": "wunderland",
348
+ "verified": true,
349
+ "source": "curated",
350
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
351
+ "keywords": [
352
+ "content",
353
+ "writing",
354
+ "blog",
355
+ "captions",
356
+ "seo",
357
+ "copywriting",
358
+ "creation"
359
+ ],
360
+ "requiredTools": [
361
+ "researchAggregate",
362
+ "researchTrending",
363
+ "extractUrl"
364
+ ],
365
+ "metadata": {
366
+ "emoji": "✍"
367
+ }
368
+ },
369
+ {
370
+ "id": "com.framers.skill.deep-research",
371
+ "name": "deep-research",
372
+ "displayName": "deep-research",
373
+ "version": "1.0.0",
374
+ "path": "registry/curated/deep-research",
375
+ "description": "Multi-source investigation — academic papers, web research, social media, cross-referencing, and comprehensive report generation.",
376
+ "category": "research",
377
+ "namespace": "wunderland",
378
+ "verified": true,
379
+ "source": "curated",
380
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
381
+ "keywords": [
382
+ "research",
383
+ "investigation",
384
+ "academic",
385
+ "fact-checking",
386
+ "cross-referencing",
387
+ "reports"
388
+ ],
389
+ "requiredSecrets": [
390
+ "serper.apiKey"
391
+ ],
392
+ "requiredTools": [
393
+ "researchInvestigate",
394
+ "researchAcademic",
395
+ "researchScrape",
396
+ "researchAggregate",
397
+ "researchTrending",
398
+ "extractUrl",
399
+ "extractYoutube",
400
+ "extractWikipedia"
401
+ ],
402
+ "metadata": {
403
+ "emoji": "🔎",
404
+ "primaryEnv": "SERPER_API_KEY"
405
+ }
406
+ },
407
+ {
408
+ "id": "com.framers.skill.discord-helper",
409
+ "name": "discord-helper",
410
+ "displayName": "discord-helper",
411
+ "version": "1.0.0",
412
+ "path": "registry/curated/discord-helper",
413
+ "description": "Manage Discord servers, channels, roles, and messages through the Discord API.",
414
+ "category": "communication",
415
+ "namespace": "wunderland",
416
+ "verified": true,
417
+ "source": "curated",
418
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
419
+ "keywords": [
420
+ "discord",
421
+ "messaging",
422
+ "server",
423
+ "moderation",
424
+ "community"
425
+ ],
426
+ "requiredSecrets": [
427
+ "discord.bot_token"
428
+ ],
429
+ "metadata": {
430
+ "emoji": "🎮",
431
+ "primaryEnv": "DISCORD_BOT_TOKEN",
432
+ "homepage": "https://discord.com/developers"
433
+ }
434
+ },
435
+ {
436
+ "id": "com.framers.skill.facebook-bot",
437
+ "name": "facebook-bot",
438
+ "displayName": "facebook-bot",
439
+ "version": "1.0.0",
440
+ "path": "registry/curated/facebook-bot",
441
+ "description": "Facebook automation — community engagement, page management, visual content publishing, and audience growth.",
442
+ "category": "social-automation",
443
+ "namespace": "wunderland",
444
+ "verified": true,
445
+ "source": "curated",
446
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
447
+ "keywords": [
448
+ "facebook",
449
+ "social-media",
450
+ "community",
451
+ "pages",
452
+ "groups",
453
+ "visual-content",
454
+ "automation"
455
+ ],
456
+ "requiredSecrets": [
457
+ "facebook.accessToken"
458
+ ],
459
+ "requiredTools": [
460
+ "facebookPost",
461
+ "facebookComment",
462
+ "facebookLike",
463
+ "facebookShare",
464
+ "facebookSearch",
465
+ "facebookAnalytics",
466
+ "facebookSchedule",
467
+ "facebookPagePost"
468
+ ],
469
+ "metadata": {
470
+ "emoji": "📱",
471
+ "primaryEnv": "FACEBOOK_ACCESS_TOKEN"
472
+ }
473
+ },
474
+ {
475
+ "id": "com.framers.skill.git",
476
+ "name": "git",
477
+ "displayName": "git",
478
+ "version": "1.0.0",
479
+ "path": "registry/curated/git",
480
+ "description": "Work with Git repositories from the command line.",
481
+ "category": "developer-tools",
482
+ "namespace": "wunderland",
483
+ "verified": true,
484
+ "source": "curated",
485
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
486
+ "keywords": [
487
+ "git",
488
+ "version-control",
489
+ "vcs",
490
+ "branching",
491
+ "commits"
492
+ ],
493
+ "requiredTools": [
494
+ "filesystem"
495
+ ],
496
+ "metadata": {
497
+ "emoji": "🧰",
498
+ "requires": {
499
+ "bins": [
500
+ "git"
501
+ ]
502
+ },
503
+ "install": [
504
+ {
505
+ "id": "brew",
506
+ "kind": "brew",
507
+ "formula": "git",
508
+ "bins": [
509
+ "git"
510
+ ],
511
+ "label": "Install git (brew)"
512
+ },
513
+ {
514
+ "id": "apt",
515
+ "kind": "apt",
516
+ "package": "git",
517
+ "bins": [
518
+ "git"
519
+ ],
520
+ "os": [
521
+ "linux"
522
+ ],
523
+ "label": "Install git (apt)"
524
+ }
525
+ ]
526
+ }
527
+ },
528
+ {
529
+ "id": "com.framers.skill.github",
530
+ "name": "github",
531
+ "displayName": "github",
532
+ "version": "1.0.0",
533
+ "path": "registry/curated/github",
534
+ "description": "Manage GitHub repositories, issues, pull requests, releases, and Actions workflows using the gh CLI.",
535
+ "category": "developer-tools",
536
+ "namespace": "wunderland",
537
+ "verified": true,
538
+ "source": "curated",
539
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
540
+ "keywords": [
541
+ "github",
542
+ "git",
543
+ "issues",
544
+ "pull-requests",
545
+ "ci-cd",
546
+ "code-review"
547
+ ],
548
+ "requiredSecrets": [
549
+ "github.token"
550
+ ],
551
+ "requiredTools": [
552
+ "filesystem"
553
+ ],
554
+ "metadata": {
555
+ "emoji": "🐙",
556
+ "primaryEnv": "GITHUB_TOKEN",
557
+ "requires": {
558
+ "bins": [
559
+ "gh"
560
+ ]
561
+ },
562
+ "install": [
563
+ {
564
+ "id": "brew",
565
+ "kind": "brew",
566
+ "formula": "gh",
567
+ "bins": [
568
+ "gh"
569
+ ],
570
+ "label": "Install GitHub CLI (brew)"
571
+ },
572
+ {
573
+ "id": "apt",
574
+ "kind": "apt",
575
+ "package": "gh",
576
+ "bins": [
577
+ "gh"
578
+ ],
579
+ "os": [
580
+ "linux"
581
+ ],
582
+ "label": "Install GitHub CLI (apt)"
583
+ }
584
+ ]
585
+ }
586
+ },
587
+ {
588
+ "id": "com.framers.skill.healthcheck",
589
+ "name": "healthcheck",
590
+ "displayName": "healthcheck",
591
+ "version": "1.0.0",
592
+ "path": "registry/curated/healthcheck",
593
+ "description": "Monitor health and availability of systems, services, APIs, and infrastructure endpoints.",
594
+ "category": "devops",
595
+ "namespace": "wunderland",
596
+ "verified": true,
597
+ "source": "curated",
598
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
599
+ "keywords": [
600
+ "monitoring",
601
+ "health",
602
+ "uptime",
603
+ "infrastructure",
604
+ "diagnostics",
605
+ "status"
606
+ ],
607
+ "requiredTools": [
608
+ "web-search"
609
+ ],
610
+ "metadata": {
611
+ "emoji": "🏥",
612
+ "requires": {
613
+ "anyBins": [
614
+ "curl",
615
+ "wget"
616
+ ]
617
+ }
618
+ }
619
+ },
620
+ {
621
+ "id": "com.framers.skill.image-gen",
622
+ "name": "image-gen",
623
+ "displayName": "image-gen",
624
+ "version": "1.0.0",
625
+ "path": "registry/curated/image-gen",
626
+ "description": "Generate images from text prompts using AI image generation APIs like DALL-E, Stable Diffusion, or Midjourney.",
627
+ "category": "creative",
628
+ "namespace": "wunderland",
629
+ "verified": true,
630
+ "source": "curated",
631
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
632
+ "keywords": [
633
+ "image-generation",
634
+ "ai-art",
635
+ "dall-e",
636
+ "stable-diffusion",
637
+ "creative",
638
+ "visual"
639
+ ],
640
+ "requiredSecrets": [
641
+ "openai.api_key"
642
+ ],
643
+ "metadata": {
644
+ "emoji": "🎨",
645
+ "primaryEnv": "OPENAI_API_KEY",
646
+ "homepage": "https://platform.openai.com/docs/guides/images"
647
+ }
648
+ },
649
+ {
650
+ "id": "com.framers.skill.instagram-bot",
651
+ "name": "instagram-bot",
652
+ "displayName": "instagram-bot",
653
+ "version": "1.0.0",
654
+ "path": "registry/curated/instagram-bot",
655
+ "description": "Instagram growth automation — post scheduling, story creation, hashtag strategy, Reel uploads, and engagement analytics.",
656
+ "category": "social-automation",
657
+ "namespace": "wunderland",
658
+ "verified": true,
659
+ "source": "curated",
660
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
661
+ "keywords": [
662
+ "instagram",
663
+ "social-media",
664
+ "growth",
665
+ "reels",
666
+ "stories",
667
+ "hashtags",
668
+ "automation"
669
+ ],
670
+ "requiredSecrets": [
671
+ "instagram.accessToken"
672
+ ],
673
+ "requiredTools": [
674
+ "instagramPost",
675
+ "instagramReel",
676
+ "instagramStory",
677
+ "instagramComment",
678
+ "instagramHashtags",
679
+ "instagramExplore",
680
+ "instagramAnalytics"
681
+ ],
682
+ "metadata": {
683
+ "emoji": "📸",
684
+ "primaryEnv": "INSTAGRAM_ACCESS_TOKEN"
685
+ }
686
+ },
687
+ {
688
+ "id": "com.framers.skill.linkedin-bot",
689
+ "name": "linkedin-bot",
690
+ "displayName": "linkedin-bot",
691
+ "version": "1.0.0",
692
+ "path": "registry/curated/linkedin-bot",
693
+ "description": "LinkedIn automation — professional networking, thought leadership posts, company page management, and engagement.",
694
+ "category": "social-automation",
695
+ "namespace": "wunderland",
696
+ "verified": true,
697
+ "source": "curated",
698
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
699
+ "keywords": [
700
+ "linkedin",
701
+ "social-media",
702
+ "professional",
703
+ "networking",
704
+ "thought-leadership",
705
+ "automation"
706
+ ],
707
+ "requiredSecrets": [
708
+ "linkedin.accessToken"
709
+ ],
710
+ "requiredTools": [
711
+ "linkedinPost",
712
+ "linkedinComment",
713
+ "linkedinLike",
714
+ "linkedinShare",
715
+ "linkedinSearch",
716
+ "linkedinAnalytics",
717
+ "linkedinSchedule",
718
+ "linkedinOrgPost"
719
+ ],
720
+ "metadata": {
721
+ "emoji": "💼",
722
+ "primaryEnv": "LINKEDIN_ACCESS_TOKEN"
723
+ }
724
+ },
725
+ {
726
+ "id": "com.framers.skill.mastodon-bot",
727
+ "name": "mastodon-bot",
728
+ "displayName": "mastodon-bot",
729
+ "version": "1.0.0",
730
+ "path": "registry/curated/mastodon-bot",
731
+ "description": "Mastodon automation — fediverse engagement, content-warned posts, instance-aware community participation, and boost-driven amplification.",
732
+ "category": "social-automation",
733
+ "namespace": "wunderland",
734
+ "verified": true,
735
+ "source": "curated",
736
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
737
+ "keywords": [
738
+ "mastodon",
739
+ "fediverse",
740
+ "social-media",
741
+ "decentralized",
742
+ "activitypub",
743
+ "community",
744
+ "automation"
745
+ ],
746
+ "requiredSecrets": [
747
+ "mastodon.accessToken",
748
+ "mastodon.instanceUrl"
749
+ ],
750
+ "requiredTools": [
751
+ "mastodonPost",
752
+ "mastodonReply",
753
+ "mastodonBoost",
754
+ "mastodonFavourite",
755
+ "mastodonSearch",
756
+ "mastodonTrending",
757
+ "mastodonFollow",
758
+ "mastodonAnalytics"
759
+ ],
760
+ "metadata": {
761
+ "emoji": "🐘",
762
+ "primaryEnv": "MASTODON_ACCESS_TOKEN"
763
+ }
764
+ },
765
+ {
766
+ "id": "com.framers.skill.memory-manager",
767
+ "name": "memory-manager",
768
+ "displayName": "memory-manager",
769
+ "version": "1.0.0",
770
+ "path": "registry/curated/memory-manager",
771
+ "description": "Cognitive memory management — encode, recall, forget, set reminders, and maintain long-term knowledge using personality-modulated memory.",
772
+ "category": "productivity",
773
+ "namespace": "wunderland",
774
+ "verified": true,
775
+ "source": "curated",
776
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
777
+ "keywords": [
778
+ "memory",
779
+ "cognitive",
780
+ "recall",
781
+ "reminders",
782
+ "knowledge-management",
783
+ "personality"
784
+ ],
785
+ "metadata": {
786
+ "emoji": "🧠"
787
+ }
788
+ },
789
+ {
790
+ "id": "com.framers.skill.notion",
791
+ "name": "notion",
792
+ "displayName": "notion",
793
+ "version": "1.0.0",
794
+ "path": "registry/curated/notion",
795
+ "description": "Read, create, and manage pages, databases, and content blocks in Notion workspaces.",
796
+ "category": "productivity",
797
+ "namespace": "wunderland",
798
+ "verified": true,
799
+ "source": "curated",
800
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
801
+ "keywords": [
802
+ "notion",
803
+ "wiki",
804
+ "database",
805
+ "notes",
806
+ "project-management",
807
+ "knowledge-base"
808
+ ],
809
+ "requiredSecrets": [
810
+ "notion.api_key"
811
+ ],
812
+ "metadata": {
813
+ "emoji": "📓",
814
+ "primaryEnv": "NOTION_API_KEY",
815
+ "homepage": "https://developers.notion.com"
816
+ }
817
+ },
818
+ {
819
+ "id": "com.framers.skill.obsidian",
820
+ "name": "obsidian",
821
+ "displayName": "obsidian",
822
+ "version": "1.0.0",
823
+ "path": "registry/curated/obsidian",
824
+ "description": "Read, create, and manage notes, links, and metadata in Obsidian vaults via the local filesystem.",
825
+ "category": "productivity",
826
+ "namespace": "wunderland",
827
+ "verified": true,
828
+ "source": "curated",
829
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
830
+ "keywords": [
831
+ "obsidian",
832
+ "markdown",
833
+ "notes",
834
+ "knowledge-graph",
835
+ "zettelkasten",
836
+ "pkm"
837
+ ],
838
+ "requiredTools": [
839
+ "filesystem"
840
+ ],
841
+ "metadata": {
842
+ "emoji": "💎",
843
+ "homepage": "https://obsidian.md"
844
+ }
845
+ },
846
+ {
847
+ "id": "com.framers.skill.pinterest-bot",
848
+ "name": "pinterest-bot",
849
+ "displayName": "pinterest-bot",
850
+ "version": "1.0.0",
851
+ "path": "registry/curated/pinterest-bot",
852
+ "description": "Pinterest automation — pin creation, board management, trending content discovery, scheduling, and analytics.",
853
+ "category": "social-automation",
854
+ "namespace": "wunderland",
855
+ "verified": true,
856
+ "source": "curated",
857
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
858
+ "keywords": [
859
+ "pinterest",
860
+ "social-media",
861
+ "pins",
862
+ "boards",
863
+ "visual-content",
864
+ "scheduling",
865
+ "automation"
866
+ ],
867
+ "requiredSecrets": [
868
+ "pinterest.accessToken"
869
+ ],
870
+ "requiredTools": [
871
+ "pinterestPin",
872
+ "pinterestBoard",
873
+ "pinterestSearch",
874
+ "pinterestTrending",
875
+ "pinterestAnalytics",
876
+ "pinterestSchedule"
877
+ ],
878
+ "metadata": {
879
+ "emoji": "📌",
880
+ "primaryEnv": "PINTEREST_ACCESS_TOKEN"
881
+ }
882
+ },
883
+ {
884
+ "id": "com.framers.skill.reddit-bot",
885
+ "name": "reddit-bot",
886
+ "displayName": "reddit-bot",
887
+ "version": "1.0.0",
888
+ "path": "registry/curated/reddit-bot",
889
+ "description": "Reddit community engagement — post to relevant subreddits, comment with expertise, vote, and build karma organically.",
890
+ "category": "social-automation",
891
+ "namespace": "wunderland",
892
+ "verified": true,
893
+ "source": "curated",
894
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
895
+ "keywords": [
896
+ "reddit",
897
+ "social-media",
898
+ "community",
899
+ "comments",
900
+ "karma",
901
+ "subreddits",
902
+ "automation"
903
+ ],
904
+ "requiredSecrets": [
905
+ "reddit.clientId",
906
+ "reddit.clientSecret",
907
+ "reddit.username",
908
+ "reddit.password"
909
+ ],
910
+ "requiredTools": [
911
+ "redditSubmitPost",
912
+ "redditComment",
913
+ "redditVote",
914
+ "redditSearch",
915
+ "redditTrending",
916
+ "redditSubscribe",
917
+ "redditAnalytics"
918
+ ],
919
+ "metadata": {
920
+ "emoji": "🤖",
921
+ "primaryEnv": "REDDIT_CLIENT_ID"
922
+ }
923
+ },
924
+ {
925
+ "id": "com.framers.skill.seo-campaign",
926
+ "name": "seo-campaign",
927
+ "displayName": "seo-campaign",
928
+ "version": "1.0.0",
929
+ "path": "registry/curated/seo-campaign",
930
+ "description": "SEO link building and optimization — directory submissions, content optimization, keyword research, and backlink tracking via browser automation.",
931
+ "category": "marketing",
932
+ "namespace": "wunderland",
933
+ "verified": true,
934
+ "source": "curated",
935
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
936
+ "keywords": [
937
+ "seo",
938
+ "link-building",
939
+ "directories",
940
+ "keywords",
941
+ "backlinks",
942
+ "marketing",
943
+ "automation"
944
+ ],
945
+ "requiredTools": [
946
+ "browserNavigate",
947
+ "browserClick",
948
+ "browserFill",
949
+ "browserScreenshot",
950
+ "browserSnapshot",
951
+ "browserWait",
952
+ "researchAggregate",
953
+ "researchTrending"
954
+ ],
955
+ "metadata": {
956
+ "emoji": "📈"
957
+ }
958
+ },
959
+ {
960
+ "id": "com.framers.skill.site-deploy",
961
+ "name": "site-deploy",
962
+ "displayName": "site-deploy",
963
+ "version": "1.0.0",
964
+ "path": "registry/curated/site-deploy",
965
+ "description": "Deploy websites and applications to cloud providers with automatic domain registration and DNS configuration.",
966
+ "category": "infrastructure",
967
+ "namespace": "wunderland",
968
+ "verified": true,
969
+ "source": "curated",
970
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
971
+ "keywords": [
972
+ "deploy",
973
+ "cloud",
974
+ "hosting",
975
+ "domain",
976
+ "dns",
977
+ "devops",
978
+ "vercel",
979
+ "cloudflare",
980
+ "aws",
981
+ "digitalocean",
982
+ "netlify",
983
+ "heroku",
984
+ "railway",
985
+ "flyio"
986
+ ],
987
+ "requiredTools": [
988
+ "siteDeployOrchestrate"
989
+ ],
990
+ "metadata": {
991
+ "emoji": "🚀",
992
+ "homepage": "https://wunderland.sh/docs/skills/site-deploy"
993
+ }
994
+ },
995
+ {
996
+ "id": "com.framers.skill.slack-helper",
997
+ "name": "slack-helper",
998
+ "displayName": "slack-helper",
999
+ "version": "1.0.0",
1000
+ "path": "registry/curated/slack-helper",
1001
+ "description": "Manage Slack workspaces, channels, messages, and integrations through the Slack API.",
1002
+ "category": "communication",
1003
+ "namespace": "wunderland",
1004
+ "verified": true,
1005
+ "source": "curated",
1006
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
1007
+ "keywords": [
1008
+ "slack",
1009
+ "messaging",
1010
+ "workspace",
1011
+ "notifications",
1012
+ "team-chat"
1013
+ ],
1014
+ "requiredSecrets": [
1015
+ "slack.bot_token",
1016
+ "slack.app_token"
1017
+ ],
1018
+ "metadata": {
1019
+ "emoji": "💬",
1020
+ "primaryEnv": "SLACK_BOT_TOKEN",
1021
+ "secondaryEnvs": [
1022
+ "SLACK_APP_TOKEN"
1023
+ ],
1024
+ "homepage": "https://api.slack.com"
1025
+ }
1026
+ },
1027
+ {
1028
+ "id": "com.framers.skill.social-broadcast",
1029
+ "name": "social-broadcast",
1030
+ "displayName": "Social Broadcast",
1031
+ "version": "1.0.0",
1032
+ "path": "registry/curated/social-broadcast",
1033
+ "description": "",
1034
+ "category": "uncategorized",
1035
+ "namespace": "wunderland",
1036
+ "verified": true,
1037
+ "source": "curated",
1038
+ "verifiedAt": "2026-03-14T05:52:19.478Z"
1039
+ },
1040
+ {
1041
+ "id": "com.framers.skill.spotify-player",
1042
+ "name": "spotify-player",
1043
+ "displayName": "spotify-player",
1044
+ "version": "1.0.0",
1045
+ "path": "registry/curated/spotify-player",
1046
+ "description": "Control Spotify playback, manage playlists, search music, and get recommendations via the Spotify API.",
1047
+ "category": "media",
1048
+ "namespace": "wunderland",
1049
+ "verified": true,
1050
+ "source": "curated",
1051
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
1052
+ "keywords": [
1053
+ "spotify",
1054
+ "music",
1055
+ "playback",
1056
+ "playlists",
1057
+ "streaming",
1058
+ "audio"
1059
+ ],
1060
+ "requiredSecrets": [
1061
+ "spotify.client_id",
1062
+ "spotify.client_secret",
1063
+ "spotify.refresh_token"
1064
+ ],
1065
+ "metadata": {
1066
+ "emoji": "🎵",
1067
+ "primaryEnv": "SPOTIFY_CLIENT_ID",
1068
+ "secondaryEnvs": [
1069
+ "SPOTIFY_CLIENT_SECRET",
1070
+ "SPOTIFY_REFRESH_TOKEN"
1071
+ ],
1072
+ "homepage": "https://developer.spotify.com"
1073
+ }
1074
+ },
1075
+ {
1076
+ "id": "com.framers.skill.summarize",
1077
+ "name": "summarize",
1078
+ "displayName": "summarize",
1079
+ "version": "1.0.0",
1080
+ "path": "registry/curated/summarize",
1081
+ "description": "Summarize text content, web pages, documents, and long-form articles into concise, structured summaries.",
1082
+ "category": "information",
1083
+ "namespace": "wunderland",
1084
+ "verified": true,
1085
+ "source": "curated",
1086
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
1087
+ "keywords": [
1088
+ "summarization",
1089
+ "text-processing",
1090
+ "tldr",
1091
+ "reading",
1092
+ "content-analysis"
1093
+ ],
1094
+ "requiredTools": [
1095
+ "web-search"
1096
+ ],
1097
+ "metadata": {
1098
+ "emoji": "📝"
1099
+ }
1100
+ },
1101
+ {
1102
+ "id": "com.framers.skill.threads-bot",
1103
+ "name": "threads-bot",
1104
+ "displayName": "threads-bot",
1105
+ "version": "1.0.0",
1106
+ "path": "registry/curated/threads-bot",
1107
+ "description": "Threads automation — conversational engagement, text-first content, real-time discussions, and community building.",
1108
+ "category": "social-automation",
1109
+ "namespace": "wunderland",
1110
+ "verified": true,
1111
+ "source": "curated",
1112
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
1113
+ "keywords": [
1114
+ "threads",
1115
+ "social-media",
1116
+ "conversational",
1117
+ "text-first",
1118
+ "engagement",
1119
+ "automation"
1120
+ ],
1121
+ "requiredSecrets": [
1122
+ "threads.accessToken"
1123
+ ],
1124
+ "requiredTools": [
1125
+ "threadsPost",
1126
+ "threadsReply",
1127
+ "threadsLike",
1128
+ "threadsSearch",
1129
+ "threadsAnalytics",
1130
+ "threadsQuote"
1131
+ ],
1132
+ "metadata": {
1133
+ "emoji": "🧵",
1134
+ "primaryEnv": "THREADS_ACCESS_TOKEN"
1135
+ }
1136
+ },
1137
+ {
1138
+ "id": "com.framers.skill.tiktok-bot",
1139
+ "name": "tiktok-bot",
1140
+ "displayName": "tiktok-bot",
1141
+ "version": "1.0.0",
1142
+ "path": "registry/curated/tiktok-bot",
1143
+ "description": "TikTok automation — short-form video publishing, trending sound discovery, hashtag challenges, and community engagement.",
1144
+ "category": "social-automation",
1145
+ "namespace": "wunderland",
1146
+ "verified": true,
1147
+ "source": "curated",
1148
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
1149
+ "keywords": [
1150
+ "tiktok",
1151
+ "video",
1152
+ "short-form",
1153
+ "social-media",
1154
+ "trending",
1155
+ "hashtag-challenges",
1156
+ "automation"
1157
+ ],
1158
+ "requiredSecrets": [
1159
+ "tiktok.accessToken"
1160
+ ],
1161
+ "requiredTools": [
1162
+ "tiktokUpload",
1163
+ "tiktokDiscover",
1164
+ "tiktokEngage",
1165
+ "tiktokSearch",
1166
+ "tiktokTrending",
1167
+ "tiktokAnalytics"
1168
+ ],
1169
+ "metadata": {
1170
+ "emoji": "🎵",
1171
+ "primaryEnv": "TIKTOK_ACCESS_TOKEN"
1172
+ }
1173
+ },
1174
+ {
1175
+ "id": "com.framers.skill.trello",
1176
+ "name": "trello",
1177
+ "displayName": "trello",
1178
+ "version": "1.0.0",
1179
+ "path": "registry/curated/trello",
1180
+ "description": "Manage Trello boards, lists, cards, checklists, and team workflows via the Trello API.",
1181
+ "category": "productivity",
1182
+ "namespace": "wunderland",
1183
+ "verified": true,
1184
+ "source": "curated",
1185
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
1186
+ "keywords": [
1187
+ "trello",
1188
+ "kanban",
1189
+ "project-management",
1190
+ "boards",
1191
+ "tasks",
1192
+ "workflow"
1193
+ ],
1194
+ "requiredSecrets": [
1195
+ "trello.api_key",
1196
+ "trello.token"
1197
+ ],
1198
+ "metadata": {
1199
+ "emoji": "📋",
1200
+ "primaryEnv": "TRELLO_API_KEY",
1201
+ "secondaryEnvs": [
1202
+ "TRELLO_TOKEN"
1203
+ ],
1204
+ "homepage": "https://developer.atlassian.com/cloud/trello"
1205
+ }
1206
+ },
1207
+ {
1208
+ "id": "com.framers.skill.twitter-bot",
1209
+ "name": "twitter-bot",
1210
+ "displayName": "twitter-bot",
1211
+ "version": "1.0.0",
1212
+ "path": "registry/curated/twitter-bot",
1213
+ "description": "Automated Twitter/X engagement — personality-driven reply bot, thread creation, trending engagement, and analytics tracking.",
1214
+ "category": "social-automation",
1215
+ "namespace": "wunderland",
1216
+ "verified": true,
1217
+ "source": "curated",
1218
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
1219
+ "keywords": [
1220
+ "twitter",
1221
+ "social-media",
1222
+ "engagement",
1223
+ "reply-bot",
1224
+ "threads",
1225
+ "trending",
1226
+ "automation"
1227
+ ],
1228
+ "requiredSecrets": [
1229
+ "twitter.bearerToken",
1230
+ "twitter.apiKey",
1231
+ "twitter.apiSecret",
1232
+ "twitter.accessToken",
1233
+ "twitter.accessSecret"
1234
+ ],
1235
+ "requiredTools": [
1236
+ "twitterPost",
1237
+ "twitterReply",
1238
+ "twitterSearch",
1239
+ "twitterTrending",
1240
+ "twitterLike",
1241
+ "twitterRetweet",
1242
+ "twitterThread",
1243
+ "twitterAnalytics"
1244
+ ],
1245
+ "metadata": {
1246
+ "emoji": "🐦",
1247
+ "primaryEnv": "TWITTER_BEARER_TOKEN"
1248
+ }
1249
+ },
1250
+ {
1251
+ "id": "com.framers.skill.voice-conversation",
1252
+ "name": "voice-conversation",
1253
+ "displayName": "voice-conversation",
1254
+ "version": "1.0.0",
1255
+ "path": "registry/curated/voice-conversation",
1256
+ "description": "Run provider-agnostic live voice conversations with VAD, silence boundaries, wake-word gating, STT, and TTS through the AgentOS speech runtime.",
1257
+ "category": "communication",
1258
+ "namespace": "wunderland",
1259
+ "verified": true,
1260
+ "source": "curated",
1261
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
1262
+ "keywords": [
1263
+ "voice",
1264
+ "speech",
1265
+ "conversation",
1266
+ "stt",
1267
+ "tts",
1268
+ "vad",
1269
+ "wake-word",
1270
+ "whisper",
1271
+ "elevenlabs"
1272
+ ],
1273
+ "metadata": {
1274
+ "emoji": "🎤"
1275
+ }
1276
+ },
1277
+ {
1278
+ "id": "com.framers.skill.weather",
1279
+ "name": "weather",
1280
+ "displayName": "weather",
1281
+ "version": "1.0.0",
1282
+ "path": "registry/curated/weather",
1283
+ "description": "Look up current weather conditions, forecasts, and severe weather alerts for any location worldwide.",
1284
+ "category": "information",
1285
+ "namespace": "wunderland",
1286
+ "verified": true,
1287
+ "source": "curated",
1288
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
1289
+ "keywords": [
1290
+ "weather",
1291
+ "forecast",
1292
+ "climate",
1293
+ "location"
1294
+ ],
1295
+ "requiredTools": [
1296
+ "web-search"
1297
+ ],
1298
+ "metadata": {
1299
+ "emoji": "☀️",
1300
+ "homepage": "https://openweathermap.org"
1301
+ }
1302
+ },
1303
+ {
1304
+ "id": "com.framers.skill.web-scraper",
1305
+ "name": "web-scraper",
1306
+ "displayName": "web-scraper",
1307
+ "version": "1.0.0",
1308
+ "path": "registry/curated/web-scraper",
1309
+ "description": "Autonomous web scraping — navigate sites, extract structured data, handle pagination, anti-detection, and proxy rotation.",
1310
+ "category": "automation",
1311
+ "namespace": "wunderland",
1312
+ "verified": true,
1313
+ "source": "curated",
1314
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
1315
+ "keywords": [
1316
+ "scraping",
1317
+ "browser",
1318
+ "extraction",
1319
+ "data",
1320
+ "pagination",
1321
+ "proxy",
1322
+ "automation"
1323
+ ],
1324
+ "requiredTools": [
1325
+ "browserNavigate",
1326
+ "browserClick",
1327
+ "browserFill",
1328
+ "browserExtract",
1329
+ "browserScreenshot",
1330
+ "browserSnapshot",
1331
+ "browserScroll",
1332
+ "browserWait",
1333
+ "browserEvaluate",
1334
+ "browserSession"
1335
+ ],
1336
+ "metadata": {
1337
+ "emoji": "🕸"
1338
+ }
1339
+ },
1340
+ {
1341
+ "id": "com.framers.skill.web-search",
1342
+ "name": "web-search",
1343
+ "displayName": "web-search",
1344
+ "version": "1.0.0",
1345
+ "path": "registry/curated/web-search",
1346
+ "description": "Search the web for up-to-date information, news, documentation, and answers to questions.",
1347
+ "category": "information",
1348
+ "namespace": "wunderland",
1349
+ "verified": true,
1350
+ "source": "curated",
1351
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
1352
+ "keywords": [
1353
+ "search",
1354
+ "web",
1355
+ "research",
1356
+ "information-retrieval",
1357
+ "news",
1358
+ "documentation"
1359
+ ],
1360
+ "requiredTools": [
1361
+ "web-search"
1362
+ ],
1363
+ "metadata": {
1364
+ "emoji": "🔍"
1365
+ }
1366
+ },
1367
+ {
1368
+ "id": "com.framers.skill.whisper-transcribe",
1369
+ "name": "whisper-transcribe",
1370
+ "displayName": "whisper-transcribe",
1371
+ "version": "1.0.0",
1372
+ "path": "registry/curated/whisper-transcribe",
1373
+ "description": "Transcribe audio and video files to text using OpenAI Whisper or compatible speech-to-text APIs.",
1374
+ "category": "media",
1375
+ "namespace": "wunderland",
1376
+ "verified": true,
1377
+ "source": "curated",
1378
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
1379
+ "keywords": [
1380
+ "transcription",
1381
+ "whisper",
1382
+ "speech-to-text",
1383
+ "audio",
1384
+ "stt",
1385
+ "voice"
1386
+ ],
1387
+ "requiredSecrets": [
1388
+ "openai.api_key"
1389
+ ],
1390
+ "requiredTools": [
1391
+ "filesystem"
1392
+ ],
1393
+ "metadata": {
1394
+ "emoji": "🎙️",
1395
+ "primaryEnv": "OPENAI_API_KEY",
1396
+ "homepage": "https://platform.openai.com/docs/guides/speech-to-text",
1397
+ "requires": {
1398
+ "anyBins": [
1399
+ "ffmpeg",
1400
+ "ffprobe"
1401
+ ]
1402
+ },
1403
+ "install": [
1404
+ {
1405
+ "id": "brew-ffmpeg",
1406
+ "kind": "brew",
1407
+ "formula": "ffmpeg",
1408
+ "bins": [
1409
+ "ffmpeg",
1410
+ "ffprobe"
1411
+ ],
1412
+ "label": "Install ffmpeg (brew)"
1413
+ },
1414
+ {
1415
+ "id": "apt-ffmpeg",
1416
+ "kind": "apt",
1417
+ "package": "ffmpeg",
1418
+ "bins": [
1419
+ "ffmpeg",
1420
+ "ffprobe"
1421
+ ],
1422
+ "os": [
1423
+ "linux"
1424
+ ],
1425
+ "label": "Install ffmpeg (apt)"
1426
+ }
1427
+ ]
1428
+ }
1429
+ },
1430
+ {
1431
+ "id": "com.framers.skill.youtube-bot",
1432
+ "name": "youtube-bot",
1433
+ "displayName": "youtube-bot",
1434
+ "version": "1.0.0",
1435
+ "path": "registry/curated/youtube-bot",
1436
+ "description": "YouTube automation — video publishing, Shorts creation, community engagement, playlist management, and channel growth analytics.",
1437
+ "category": "social-automation",
1438
+ "namespace": "wunderland",
1439
+ "verified": true,
1440
+ "source": "curated",
1441
+ "verifiedAt": "2026-03-14T05:52:19.478Z",
1442
+ "keywords": [
1443
+ "youtube",
1444
+ "video",
1445
+ "shorts",
1446
+ "social-media",
1447
+ "content-creation",
1448
+ "playlists",
1449
+ "automation"
1450
+ ],
1451
+ "requiredSecrets": [
1452
+ "youtube.apiKey",
1453
+ "youtube.oauth2Token"
1454
+ ],
1455
+ "requiredTools": [
1456
+ "youtubeUpload",
1457
+ "youtubeShort",
1458
+ "youtubeComment",
1459
+ "youtubeSearch",
1460
+ "youtubeTrending",
1461
+ "youtubePlaylist",
1462
+ "youtubeAnalytics",
1463
+ "youtubeSchedule"
1464
+ ],
1465
+ "metadata": {
1466
+ "emoji": "🎬",
1467
+ "primaryEnv": "YOUTUBE_API_KEY"
1468
+ }
1469
+ }
1470
+ ],
1471
+ "community": []
1472
+ },
1473
+ "stats": {
1474
+ "totalSkills": 40,
1475
+ "curatedCount": 40,
1476
+ "communityCount": 0
1477
+ }
1478
+ }