@framers/agentos-skills 0.2.0 → 0.2.1

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 (42) hide show
  1. package/README.md +58 -94
  2. package/dist/SkillLoader.d.ts +50 -0
  3. package/dist/SkillLoader.d.ts.map +1 -0
  4. package/dist/SkillLoader.js +291 -0
  5. package/dist/SkillLoader.js.map +1 -0
  6. package/dist/SkillRegistry.d.ts +135 -0
  7. package/dist/SkillRegistry.d.ts.map +1 -0
  8. package/dist/SkillRegistry.js +455 -0
  9. package/dist/SkillRegistry.js.map +1 -0
  10. package/dist/index.d.ts +13 -0
  11. package/dist/index.d.ts.map +1 -0
  12. package/dist/index.js +13 -0
  13. package/dist/index.js.map +1 -0
  14. package/dist/paths.d.ts +35 -0
  15. package/dist/paths.d.ts.map +1 -0
  16. package/dist/paths.js +71 -0
  17. package/dist/paths.js.map +1 -0
  18. package/dist/types.d.ts +231 -0
  19. package/dist/types.d.ts.map +1 -0
  20. package/dist/types.js +21 -0
  21. package/dist/types.js.map +1 -0
  22. package/package.json +34 -16
  23. package/registry/community/.gitkeep +0 -0
  24. package/registry/curated/1password/SKILL.md +0 -53
  25. package/registry/curated/apple-notes/SKILL.md +0 -45
  26. package/registry/curated/apple-reminders/SKILL.md +0 -46
  27. package/registry/curated/coding-agent/SKILL.md +0 -40
  28. package/registry/curated/discord-helper/SKILL.md +0 -43
  29. package/registry/curated/git/SKILL.md +0 -39
  30. package/registry/curated/github/SKILL.md +0 -54
  31. package/registry/curated/healthcheck/SKILL.md +0 -43
  32. package/registry/curated/image-gen/SKILL.md +0 -44
  33. package/registry/curated/notion/SKILL.md +0 -43
  34. package/registry/curated/obsidian/SKILL.md +0 -42
  35. package/registry/curated/slack-helper/SKILL.md +0 -42
  36. package/registry/curated/spotify-player/SKILL.md +0 -44
  37. package/registry/curated/summarize/SKILL.md +0 -40
  38. package/registry/curated/trello/SKILL.md +0 -43
  39. package/registry/curated/weather/SKILL.md +0 -37
  40. package/registry/curated/whisper-transcribe/SKILL.md +0 -58
  41. package/registry.json +0 -363
  42. package/types.d.ts +0 -77
package/registry.json DELETED
@@ -1,363 +0,0 @@
1
- {
2
- "version": "1.0.0",
3
- "updated": "2026-02-07T00:00:00.000Z",
4
- "categories": {
5
- "curated": [
6
- "weather",
7
- "github",
8
- "slack-helper",
9
- "discord-helper",
10
- "notion",
11
- "obsidian",
12
- "summarize",
13
- "coding-agent",
14
- "healthcheck",
15
- "spotify-player",
16
- "trello",
17
- "apple-notes",
18
- "apple-reminders",
19
- "1password",
20
- "image-gen",
21
- "whisper-transcribe",
22
- "git"
23
- ],
24
- "community": []
25
- },
26
- "skills": {
27
- "curated": [
28
- {
29
- "id": "com.framers.skill.weather",
30
- "name": "weather",
31
- "version": "1.0.0",
32
- "path": "registry/curated/weather",
33
- "description": "Look up current weather conditions, forecasts, and severe weather alerts for any location worldwide.",
34
- "verified": true,
35
- "verifiedAt": "2026-02-07T00:00:00.000Z",
36
- "keywords": ["weather", "forecast", "climate", "location"],
37
- "metadata": {
38
- "emoji": "\u2600\uFE0F"
39
- }
40
- },
41
- {
42
- "id": "com.framers.skill.github",
43
- "name": "github",
44
- "version": "1.0.0",
45
- "path": "registry/curated/github",
46
- "description": "Manage GitHub repositories, issues, pull requests, releases, and Actions workflows using the gh CLI.",
47
- "verified": true,
48
- "verifiedAt": "2026-02-07T00:00:00.000Z",
49
- "keywords": ["github", "gh", "issues", "pull-requests", "ci-cd", "code-review"],
50
- "metadata": {
51
- "emoji": "\uD83D\uDC19",
52
- "primaryEnv": "GITHUB_TOKEN",
53
- "requires": {
54
- "bins": ["gh"]
55
- },
56
- "install": [
57
- {
58
- "id": "brew",
59
- "kind": "brew",
60
- "formula": "gh",
61
- "bins": ["gh"],
62
- "label": "Install GitHub CLI (brew)"
63
- },
64
- {
65
- "id": "apt",
66
- "kind": "apt",
67
- "package": "gh",
68
- "bins": ["gh"],
69
- "os": ["linux"],
70
- "label": "Install GitHub CLI (apt)"
71
- }
72
- ]
73
- }
74
- },
75
- {
76
- "id": "com.framers.skill.slack-helper",
77
- "name": "slack-helper",
78
- "version": "1.0.0",
79
- "path": "registry/curated/slack-helper",
80
- "description": "Manage Slack workspaces, channels, messages, and integrations through the Slack API.",
81
- "verified": true,
82
- "verifiedAt": "2026-02-07T00:00:00.000Z",
83
- "keywords": ["slack", "messaging", "workspace", "notifications", "team-chat"],
84
- "metadata": {
85
- "emoji": "\uD83D\uDCAC",
86
- "primaryEnv": "SLACK_BOT_TOKEN"
87
- }
88
- },
89
- {
90
- "id": "com.framers.skill.discord-helper",
91
- "name": "discord-helper",
92
- "version": "1.0.0",
93
- "path": "registry/curated/discord-helper",
94
- "description": "Manage Discord servers, channels, roles, and messages through the Discord API.",
95
- "verified": true,
96
- "verifiedAt": "2026-02-07T00:00:00.000Z",
97
- "keywords": ["discord", "messaging", "server", "moderation", "community"],
98
- "metadata": {
99
- "emoji": "\uD83C\uDFAE",
100
- "primaryEnv": "DISCORD_BOT_TOKEN"
101
- }
102
- },
103
- {
104
- "id": "com.framers.skill.notion",
105
- "name": "notion",
106
- "version": "1.0.0",
107
- "path": "registry/curated/notion",
108
- "description": "Read, create, and manage pages, databases, and content blocks in Notion workspaces.",
109
- "verified": true,
110
- "verifiedAt": "2026-02-07T00:00:00.000Z",
111
- "keywords": ["notion", "wiki", "database", "notes", "project-management", "knowledge-base"],
112
- "metadata": {
113
- "emoji": "\uD83D\uDCD3",
114
- "primaryEnv": "NOTION_API_KEY"
115
- }
116
- },
117
- {
118
- "id": "com.framers.skill.obsidian",
119
- "name": "obsidian",
120
- "version": "1.0.0",
121
- "path": "registry/curated/obsidian",
122
- "description": "Read, create, and manage notes, links, and metadata in Obsidian vaults via the local filesystem.",
123
- "verified": true,
124
- "verifiedAt": "2026-02-07T00:00:00.000Z",
125
- "keywords": ["obsidian", "markdown", "notes", "knowledge-graph", "zettelkasten", "pkm"],
126
- "metadata": {
127
- "emoji": "\uD83D\uDC8E"
128
- }
129
- },
130
- {
131
- "id": "com.framers.skill.summarize",
132
- "name": "summarize",
133
- "version": "1.0.0",
134
- "path": "registry/curated/summarize",
135
- "description": "Summarize text content, web pages, documents, and long-form articles into concise, structured summaries.",
136
- "verified": true,
137
- "verifiedAt": "2026-02-07T00:00:00.000Z",
138
- "keywords": ["summarization", "text-processing", "tldr", "reading", "content-analysis"],
139
- "metadata": {
140
- "emoji": "\uD83D\uDCDD"
141
- }
142
- },
143
- {
144
- "id": "com.framers.skill.coding-agent",
145
- "name": "coding-agent",
146
- "version": "1.0.0",
147
- "path": "registry/curated/coding-agent",
148
- "description": "Write, review, debug, refactor, and explain code across multiple programming languages and frameworks.",
149
- "verified": true,
150
- "verifiedAt": "2026-02-07T00:00:00.000Z",
151
- "keywords": [
152
- "coding",
153
- "programming",
154
- "code-review",
155
- "debugging",
156
- "refactoring",
157
- "development"
158
- ],
159
- "metadata": {
160
- "emoji": "\uD83D\uDCBB"
161
- }
162
- },
163
- {
164
- "id": "com.framers.skill.healthcheck",
165
- "name": "healthcheck",
166
- "version": "1.0.0",
167
- "path": "registry/curated/healthcheck",
168
- "description": "Monitor health and availability of systems, services, APIs, and infrastructure endpoints.",
169
- "verified": true,
170
- "verifiedAt": "2026-02-07T00:00:00.000Z",
171
- "keywords": ["monitoring", "health", "uptime", "infrastructure", "diagnostics", "status"],
172
- "metadata": {
173
- "emoji": "\uD83C\uDFE5",
174
- "requires": {
175
- "anyBins": ["curl", "wget"]
176
- }
177
- }
178
- },
179
- {
180
- "id": "com.framers.skill.spotify-player",
181
- "name": "spotify-player",
182
- "version": "1.0.0",
183
- "path": "registry/curated/spotify-player",
184
- "description": "Control Spotify playback, manage playlists, search music, and get recommendations via the Spotify API.",
185
- "verified": true,
186
- "verifiedAt": "2026-02-07T00:00:00.000Z",
187
- "keywords": ["spotify", "music", "playback", "playlists", "streaming", "audio"],
188
- "metadata": {
189
- "emoji": "\uD83C\uDFB5",
190
- "primaryEnv": "SPOTIFY_CLIENT_ID"
191
- }
192
- },
193
- {
194
- "id": "com.framers.skill.trello",
195
- "name": "trello",
196
- "version": "1.0.0",
197
- "path": "registry/curated/trello",
198
- "description": "Manage Trello boards, lists, cards, checklists, and team workflows via the Trello API.",
199
- "verified": true,
200
- "verifiedAt": "2026-02-07T00:00:00.000Z",
201
- "keywords": ["trello", "kanban", "project-management", "boards", "tasks", "workflow"],
202
- "metadata": {
203
- "emoji": "\uD83D\uDCCB",
204
- "primaryEnv": "TRELLO_API_KEY"
205
- }
206
- },
207
- {
208
- "id": "com.framers.skill.apple-notes",
209
- "name": "apple-notes",
210
- "version": "1.0.0",
211
- "path": "registry/curated/apple-notes",
212
- "description": "Create, read, search, and manage notes in Apple Notes using AppleScript and macOS automation.",
213
- "verified": true,
214
- "verifiedAt": "2026-02-07T00:00:00.000Z",
215
- "keywords": ["apple-notes", "macos", "notes", "applescript", "automation"],
216
- "metadata": {
217
- "emoji": "\uD83D\uDCF1",
218
- "os": ["darwin"],
219
- "requires": {
220
- "bins": ["osascript"]
221
- }
222
- }
223
- },
224
- {
225
- "id": "com.framers.skill.apple-reminders",
226
- "name": "apple-reminders",
227
- "version": "1.0.0",
228
- "path": "registry/curated/apple-reminders",
229
- "description": "Create, manage, and query reminders and lists in Apple Reminders using AppleScript and macOS automation.",
230
- "verified": true,
231
- "verifiedAt": "2026-02-07T00:00:00.000Z",
232
- "keywords": ["apple-reminders", "macos", "reminders", "tasks", "applescript", "automation"],
233
- "metadata": {
234
- "emoji": "\u2705",
235
- "os": ["darwin"],
236
- "requires": {
237
- "bins": ["osascript"]
238
- }
239
- }
240
- },
241
- {
242
- "id": "com.framers.skill.1password",
243
- "name": "1password",
244
- "version": "1.0.0",
245
- "path": "registry/curated/1password",
246
- "description": "Query and retrieve items from 1Password vaults using the 1Password CLI for secure credential access.",
247
- "verified": true,
248
- "verifiedAt": "2026-02-07T00:00:00.000Z",
249
- "keywords": ["1password", "passwords", "secrets", "vault", "credentials", "security"],
250
- "metadata": {
251
- "emoji": "\uD83D\uDD10",
252
- "primaryEnv": "OP_SERVICE_ACCOUNT_TOKEN",
253
- "requires": {
254
- "bins": ["op"]
255
- },
256
- "install": [
257
- {
258
- "id": "brew",
259
- "kind": "brew",
260
- "formula": "1password-cli",
261
- "bins": ["op"],
262
- "label": "Install 1Password CLI (brew)"
263
- }
264
- ]
265
- }
266
- },
267
- {
268
- "id": "com.framers.skill.image-gen",
269
- "name": "image-gen",
270
- "version": "1.0.0",
271
- "path": "registry/curated/image-gen",
272
- "description": "Generate images from text prompts using AI image generation APIs like DALL-E, Stable Diffusion, or Midjourney.",
273
- "verified": true,
274
- "verifiedAt": "2026-02-07T00:00:00.000Z",
275
- "keywords": [
276
- "image-generation",
277
- "ai-art",
278
- "dall-e",
279
- "stable-diffusion",
280
- "creative",
281
- "visual"
282
- ],
283
- "metadata": {
284
- "emoji": "\uD83C\uDFA8",
285
- "primaryEnv": "OPENAI_API_KEY"
286
- }
287
- },
288
- {
289
- "id": "com.framers.skill.whisper-transcribe",
290
- "name": "whisper-transcribe",
291
- "version": "1.0.0",
292
- "path": "registry/curated/whisper-transcribe",
293
- "description": "Transcribe audio and video files to text using OpenAI Whisper or compatible speech-to-text APIs.",
294
- "verified": true,
295
- "verifiedAt": "2026-02-07T00:00:00.000Z",
296
- "keywords": ["transcription", "whisper", "speech-to-text", "audio", "stt", "voice"],
297
- "metadata": {
298
- "emoji": "\uD83C\uDF99\uFE0F",
299
- "primaryEnv": "OPENAI_API_KEY",
300
- "requires": {
301
- "anyBins": ["ffmpeg", "ffprobe"]
302
- },
303
- "install": [
304
- {
305
- "id": "brew-ffmpeg",
306
- "kind": "brew",
307
- "formula": "ffmpeg",
308
- "bins": ["ffmpeg", "ffprobe"],
309
- "label": "Install ffmpeg (brew)"
310
- },
311
- {
312
- "id": "apt-ffmpeg",
313
- "kind": "apt",
314
- "package": "ffmpeg",
315
- "bins": ["ffmpeg", "ffprobe"],
316
- "os": ["linux"],
317
- "label": "Install ffmpeg (apt)"
318
- }
319
- ]
320
- }
321
- },
322
- {
323
- "id": "com.framers.skill.git",
324
- "name": "git",
325
- "version": "1.0.0",
326
- "path": "registry/curated/git",
327
- "description": "Work with Git repositories from the command line.",
328
- "verified": true,
329
- "verifiedAt": "2026-02-07T00:00:00.000Z",
330
- "keywords": ["git", "vcs", "workflow"],
331
- "metadata": {
332
- "emoji": "\uD83E\uDDF0",
333
- "requires": {
334
- "bins": ["git"]
335
- },
336
- "install": [
337
- {
338
- "id": "brew",
339
- "kind": "brew",
340
- "formula": "git",
341
- "bins": ["git"],
342
- "label": "Install git (brew)"
343
- },
344
- {
345
- "id": "apt",
346
- "kind": "apt",
347
- "package": "git",
348
- "bins": ["git"],
349
- "os": ["linux"],
350
- "label": "Install git (apt)"
351
- }
352
- ]
353
- }
354
- }
355
- ],
356
- "community": []
357
- },
358
- "stats": {
359
- "totalSkills": 17,
360
- "curatedCount": 17,
361
- "communityCount": 0
362
- }
363
- }
package/types.d.ts DELETED
@@ -1,77 +0,0 @@
1
- /**
2
- * Type declarations for @framers/agentos-skills registry catalog.
3
- * @module @framers/agentos-skills
4
- */
5
-
6
- export type SkillInstallKind = "brew" | "apt" | "node" | "go" | "uv" | "download";
7
-
8
- export interface SkillInstallSpec {
9
- id?: string;
10
- kind: SkillInstallKind;
11
- label?: string;
12
- bins?: string[];
13
- os?: readonly string[];
14
- formula?: string;
15
- package?: string;
16
- module?: string;
17
- url?: string;
18
- archive?: string;
19
- extract?: boolean;
20
- stripComponents?: number;
21
- targetDir?: string;
22
- }
23
-
24
- export interface SkillRequirements {
25
- bins?: string[];
26
- anyBins?: string[];
27
- env?: string[];
28
- config?: string[];
29
- }
30
-
31
- export interface SkillMetadata {
32
- always?: boolean;
33
- skillKey?: string;
34
- primaryEnv?: string;
35
- emoji?: string;
36
- homepage?: string;
37
- os?: readonly string[];
38
- requires?: SkillRequirements;
39
- install?: SkillInstallSpec[];
40
- }
41
-
42
- export interface SkillCatalogEntry {
43
- id: string;
44
- name: string;
45
- version: string;
46
- path: string;
47
- description: string;
48
- verified: boolean;
49
- source?: 'curated' | 'community';
50
- verifiedAt?: string;
51
- keywords?: string[];
52
- metadata?: SkillMetadata;
53
- }
54
-
55
- export interface SkillsRegistryStats {
56
- totalSkills: number;
57
- curatedCount: number;
58
- communityCount: number;
59
- }
60
-
61
- export interface SkillsRegistry {
62
- version: string;
63
- updated: string;
64
- categories: {
65
- curated: string[];
66
- community: string[];
67
- };
68
- skills: {
69
- curated: SkillCatalogEntry[];
70
- community: SkillCatalogEntry[];
71
- };
72
- stats: SkillsRegistryStats;
73
- }
74
-
75
- declare const registry: SkillsRegistry;
76
- export default registry;
77
-