agent-skill-manager 1.14.0 → 1.15.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.
- package/README.md +36 -0
- package/data/skill-index/Affitor_affiliate-skills.json +97 -49
- package/data/skill-index/Eronred_aso-skills.json +61 -31
- package/data/skill-index/GPTomics_bioSkills.json +5097 -0
- package/data/skill-index/Galaxy-Dawn_claude-scholar.json +98 -51
- package/data/skill-index/K-Dense-AI_claude-scientific-skills.json +1977 -0
- package/data/skill-index/Leonxlnx_taste-skill.json +15 -8
- package/data/skill-index/Master-cai_Research-Paper-Writing-Skills.json +21 -0
- package/data/skill-index/MiniMax-AI_skills.json +34 -12
- package/data/skill-index/affaan-m_everything-claude-code.json +367 -184
- package/data/skill-index/anthropics_skills.json +37 -19
- package/data/skill-index/bytedance_deer-flow.json +213 -0
- package/data/skill-index/coreyhaines31_marketingskills.json +67 -34
- package/data/skill-index/github_awesome-copilot.json +2978 -0
- package/data/skill-index/himself65_finance-skills.json +17 -9
- package/data/skill-index/kemiljk_fluid-design.json +3 -2
- package/data/skill-index/kepano_obsidian-skills.json +11 -6
- package/data/skill-index/luongnv89_skills.json +73 -38
- package/data/skill-index/mattpocock_skills.json +35 -18
- package/data/skill-index/nextlevelbuilder_ui-ux-pro-max-skill.json +15 -8
- package/data/skill-index/obra_superpowers.json +29 -15
- package/data/skill-index/sickn33_antigravity-awesome-skills.json +2630 -1304
- package/data/skill-index/slavingia_skills.json +19 -10
- package/data/skill-index-resources.json +46 -19
- package/dist/agent-skill-manager.js +165 -164
- package/dist/{chunk-d8zyhd1t.js → chunk-257hhznr.js} +1 -1
- package/dist/{chunk-gvpf7w25.js → chunk-q9kp1v01.js} +1 -1
- package/package.json +1 -1
- package/data/skill-index/agentskills_agentskills.json +0 -8
- package/data/skill-index/msitarzewski_agency-agents.json +0 -8
package/README.md
CHANGED
|
@@ -217,6 +217,42 @@ Whether you're building skills for yourself or publishing them for the community
|
|
|
217
217
|
|
|
218
218
|
---
|
|
219
219
|
|
|
220
|
+
## Skill Verification
|
|
221
|
+
|
|
222
|
+
Skills indexed by `asm` are automatically evaluated against a set of verification criteria. Skills that pass all criteria receive a **verified** badge in the catalog and `"verified": true` in the index JSON. Skills that fail any criterion are still indexed but marked as unverified.
|
|
223
|
+
|
|
224
|
+
### Verification Criteria
|
|
225
|
+
|
|
226
|
+
A skill must satisfy **all four** of the following to be verified:
|
|
227
|
+
|
|
228
|
+
1. **Valid frontmatter** -- The SKILL.md file must contain YAML frontmatter with both a `name` and a `description` field. Empty or whitespace-only values fail this check.
|
|
229
|
+
|
|
230
|
+
2. **Meaningful body content** -- The markdown body (everything after the frontmatter block) must contain at least 20 characters of instruction text. A SKILL.md that is only frontmatter with no real guidance for the agent will fail.
|
|
231
|
+
|
|
232
|
+
3. **No malicious patterns** -- The full SKILL.md content is scanned for dangerous code patterns:
|
|
233
|
+
- `atob()` calls (runtime base64 decoding / obfuscation)
|
|
234
|
+
- Suspicious base64-encoded strings (40+ character base64 blocks with padding)
|
|
235
|
+
- Hex-escape sequences (4+ consecutive `\xNN` escapes)
|
|
236
|
+
- Hardcoded credentials (`API_KEY`, `SECRET_KEY`, or `PASSWORD` assignments)
|
|
237
|
+
|
|
238
|
+
4. **Proper structure** -- The skill directory must exist and contain a `SKILL.md` file that the ingestion pipeline can read.
|
|
239
|
+
|
|
240
|
+
### How to Reproduce Locally
|
|
241
|
+
|
|
242
|
+
You can verify your skill before publishing:
|
|
243
|
+
|
|
244
|
+
```bash
|
|
245
|
+
# Index your repo -- verification runs automatically during ingestion
|
|
246
|
+
asm index ingest github:your-user/your-repo
|
|
247
|
+
|
|
248
|
+
# Check the output JSON for the verified field
|
|
249
|
+
asm index search "your-skill" --json
|
|
250
|
+
```
|
|
251
|
+
|
|
252
|
+
Each indexed skill in the output JSON includes `"verified": true` or `"verified": false`. If verification fails, the ingestion debug log (set `ASM_DEBUG=1`) prints the specific reasons.
|
|
253
|
+
|
|
254
|
+
---
|
|
255
|
+
|
|
220
256
|
## Get Started in 30 Seconds
|
|
221
257
|
|
|
222
258
|
### npm (recommended)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"repoUrl": "https://github.com/Affitor/affiliate-skills.git",
|
|
3
3
|
"owner": "Affitor",
|
|
4
4
|
"repo": "affiliate-skills",
|
|
5
|
-
"updatedAt": "2026-03-
|
|
5
|
+
"updatedAt": "2026-03-24T16:22:55.460Z",
|
|
6
6
|
"skillCount": 48,
|
|
7
7
|
"skills": [
|
|
8
8
|
{
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
15
15
|
"allowedTools": [],
|
|
16
16
|
"installUrl": "github:Affitor/affiliate-skills:skills/analytics/ab-test-generator",
|
|
17
|
-
"relPath": "skills/analytics/ab-test-generator"
|
|
17
|
+
"relPath": "skills/analytics/ab-test-generator",
|
|
18
|
+
"verified": true
|
|
18
19
|
},
|
|
19
20
|
{
|
|
20
21
|
"name": "affiliate-blog-builder",
|
|
@@ -25,7 +26,8 @@
|
|
|
25
26
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
26
27
|
"allowedTools": [],
|
|
27
28
|
"installUrl": "github:Affitor/affiliate-skills:skills/blog/affiliate-blog-builder",
|
|
28
|
-
"relPath": "skills/blog/affiliate-blog-builder"
|
|
29
|
+
"relPath": "skills/blog/affiliate-blog-builder",
|
|
30
|
+
"verified": true
|
|
29
31
|
},
|
|
30
32
|
{
|
|
31
33
|
"name": "affiliate-program-search",
|
|
@@ -36,7 +38,8 @@
|
|
|
36
38
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
37
39
|
"allowedTools": [],
|
|
38
40
|
"installUrl": "github:Affitor/affiliate-skills:skills/research/affiliate-program-search",
|
|
39
|
-
"relPath": "skills/research/affiliate-program-search"
|
|
41
|
+
"relPath": "skills/research/affiliate-program-search",
|
|
42
|
+
"verified": true
|
|
40
43
|
},
|
|
41
44
|
{
|
|
42
45
|
"name": "bio-link-deployer",
|
|
@@ -47,7 +50,8 @@
|
|
|
47
50
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
48
51
|
"allowedTools": [],
|
|
49
52
|
"installUrl": "github:Affitor/affiliate-skills:skills/distribution/bio-link-deployer",
|
|
50
|
-
"relPath": "skills/distribution/bio-link-deployer"
|
|
53
|
+
"relPath": "skills/distribution/bio-link-deployer",
|
|
54
|
+
"verified": true
|
|
51
55
|
},
|
|
52
56
|
{
|
|
53
57
|
"name": "bonus-stack-builder",
|
|
@@ -58,7 +62,8 @@
|
|
|
58
62
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
59
63
|
"allowedTools": [],
|
|
60
64
|
"installUrl": "github:Affitor/affiliate-skills:skills/landing/bonus-stack-builder",
|
|
61
|
-
"relPath": "skills/landing/bonus-stack-builder"
|
|
65
|
+
"relPath": "skills/landing/bonus-stack-builder",
|
|
66
|
+
"verified": true
|
|
62
67
|
},
|
|
63
68
|
{
|
|
64
69
|
"name": "category-designer",
|
|
@@ -69,7 +74,8 @@
|
|
|
69
74
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
70
75
|
"allowedTools": [],
|
|
71
76
|
"installUrl": "github:Affitor/affiliate-skills:skills/meta/category-designer",
|
|
72
|
-
"relPath": "skills/meta/category-designer"
|
|
77
|
+
"relPath": "skills/meta/category-designer",
|
|
78
|
+
"verified": true
|
|
73
79
|
},
|
|
74
80
|
{
|
|
75
81
|
"name": "commission-calculator",
|
|
@@ -80,7 +86,8 @@
|
|
|
80
86
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
81
87
|
"allowedTools": [],
|
|
82
88
|
"installUrl": "github:Affitor/affiliate-skills:skills/research/commission-calculator",
|
|
83
|
-
"relPath": "skills/research/commission-calculator"
|
|
89
|
+
"relPath": "skills/research/commission-calculator",
|
|
90
|
+
"verified": true
|
|
84
91
|
},
|
|
85
92
|
{
|
|
86
93
|
"name": "comparison-post-writer",
|
|
@@ -91,7 +98,8 @@
|
|
|
91
98
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
92
99
|
"allowedTools": [],
|
|
93
100
|
"installUrl": "github:Affitor/affiliate-skills:skills/blog/comparison-post-writer",
|
|
94
|
-
"relPath": "skills/blog/comparison-post-writer"
|
|
101
|
+
"relPath": "skills/blog/comparison-post-writer",
|
|
102
|
+
"verified": true
|
|
95
103
|
},
|
|
96
104
|
{
|
|
97
105
|
"name": "competitor-spy",
|
|
@@ -102,7 +110,8 @@
|
|
|
102
110
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
103
111
|
"allowedTools": [],
|
|
104
112
|
"installUrl": "github:Affitor/affiliate-skills:skills/research/competitor-spy",
|
|
105
|
-
"relPath": "skills/research/competitor-spy"
|
|
113
|
+
"relPath": "skills/research/competitor-spy",
|
|
114
|
+
"verified": true
|
|
106
115
|
},
|
|
107
116
|
{
|
|
108
117
|
"name": "compliance-checker",
|
|
@@ -113,7 +122,8 @@
|
|
|
113
122
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
114
123
|
"allowedTools": [],
|
|
115
124
|
"installUrl": "github:Affitor/affiliate-skills:skills/meta/compliance-checker",
|
|
116
|
-
"relPath": "skills/meta/compliance-checker"
|
|
125
|
+
"relPath": "skills/meta/compliance-checker",
|
|
126
|
+
"verified": true
|
|
117
127
|
},
|
|
118
128
|
{
|
|
119
129
|
"name": "content-decay-detector",
|
|
@@ -124,7 +134,8 @@
|
|
|
124
134
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
125
135
|
"allowedTools": [],
|
|
126
136
|
"installUrl": "github:Affitor/affiliate-skills:skills/blog/content-decay-detector",
|
|
127
|
-
"relPath": "skills/blog/content-decay-detector"
|
|
137
|
+
"relPath": "skills/blog/content-decay-detector",
|
|
138
|
+
"verified": true
|
|
128
139
|
},
|
|
129
140
|
{
|
|
130
141
|
"name": "content-moat-calculator",
|
|
@@ -135,7 +146,8 @@
|
|
|
135
146
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
136
147
|
"allowedTools": [],
|
|
137
148
|
"installUrl": "github:Affitor/affiliate-skills:skills/blog/content-moat-calculator",
|
|
138
|
-
"relPath": "skills/blog/content-moat-calculator"
|
|
149
|
+
"relPath": "skills/blog/content-moat-calculator",
|
|
150
|
+
"verified": true
|
|
139
151
|
},
|
|
140
152
|
{
|
|
141
153
|
"name": "content-pillar-atomizer",
|
|
@@ -146,7 +158,8 @@
|
|
|
146
158
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
147
159
|
"allowedTools": [],
|
|
148
160
|
"installUrl": "github:Affitor/affiliate-skills:skills/content/content-pillar-atomizer",
|
|
149
|
-
"relPath": "skills/content/content-pillar-atomizer"
|
|
161
|
+
"relPath": "skills/content/content-pillar-atomizer",
|
|
162
|
+
"verified": true
|
|
150
163
|
},
|
|
151
164
|
{
|
|
152
165
|
"name": "content-repurposer",
|
|
@@ -157,7 +170,8 @@
|
|
|
157
170
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
158
171
|
"allowedTools": [],
|
|
159
172
|
"installUrl": "github:Affitor/affiliate-skills:skills/automation/content-repurposer",
|
|
160
|
-
"relPath": "skills/automation/content-repurposer"
|
|
173
|
+
"relPath": "skills/automation/content-repurposer",
|
|
174
|
+
"verified": true
|
|
161
175
|
},
|
|
162
176
|
{
|
|
163
177
|
"name": "conversion-tracker",
|
|
@@ -168,7 +182,8 @@
|
|
|
168
182
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
169
183
|
"allowedTools": [],
|
|
170
184
|
"installUrl": "github:Affitor/affiliate-skills:skills/analytics/conversion-tracker",
|
|
171
|
-
"relPath": "skills/analytics/conversion-tracker"
|
|
185
|
+
"relPath": "skills/analytics/conversion-tracker",
|
|
186
|
+
"verified": true
|
|
172
187
|
},
|
|
173
188
|
{
|
|
174
189
|
"name": "email-automation-builder",
|
|
@@ -179,7 +194,8 @@
|
|
|
179
194
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
180
195
|
"allowedTools": [],
|
|
181
196
|
"installUrl": "github:Affitor/affiliate-skills:skills/automation/email-automation-builder",
|
|
182
|
-
"relPath": "skills/automation/email-automation-builder"
|
|
197
|
+
"relPath": "skills/automation/email-automation-builder",
|
|
198
|
+
"verified": true
|
|
183
199
|
},
|
|
184
200
|
{
|
|
185
201
|
"name": "email-drip-sequence",
|
|
@@ -190,7 +206,8 @@
|
|
|
190
206
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
191
207
|
"allowedTools": [],
|
|
192
208
|
"installUrl": "github:Affitor/affiliate-skills:skills/distribution/email-drip-sequence",
|
|
193
|
-
"relPath": "skills/distribution/email-drip-sequence"
|
|
209
|
+
"relPath": "skills/distribution/email-drip-sequence",
|
|
210
|
+
"verified": true
|
|
194
211
|
},
|
|
195
212
|
{
|
|
196
213
|
"name": "funnel-planner",
|
|
@@ -201,7 +218,8 @@
|
|
|
201
218
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
202
219
|
"allowedTools": [],
|
|
203
220
|
"installUrl": "github:Affitor/affiliate-skills:skills/meta/funnel-planner",
|
|
204
|
-
"relPath": "skills/meta/funnel-planner"
|
|
221
|
+
"relPath": "skills/meta/funnel-planner",
|
|
222
|
+
"verified": true
|
|
205
223
|
},
|
|
206
224
|
{
|
|
207
225
|
"name": "github-pages-deployer",
|
|
@@ -212,7 +230,8 @@
|
|
|
212
230
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
213
231
|
"allowedTools": [],
|
|
214
232
|
"installUrl": "github:Affitor/affiliate-skills:skills/distribution/github-pages-deployer",
|
|
215
|
-
"relPath": "skills/distribution/github-pages-deployer"
|
|
233
|
+
"relPath": "skills/distribution/github-pages-deployer",
|
|
234
|
+
"verified": true
|
|
216
235
|
},
|
|
217
236
|
{
|
|
218
237
|
"name": "grand-slam-offer",
|
|
@@ -223,7 +242,8 @@
|
|
|
223
242
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
224
243
|
"allowedTools": [],
|
|
225
244
|
"installUrl": "github:Affitor/affiliate-skills:skills/landing/grand-slam-offer",
|
|
226
|
-
"relPath": "skills/landing/grand-slam-offer"
|
|
245
|
+
"relPath": "skills/landing/grand-slam-offer",
|
|
246
|
+
"verified": true
|
|
227
247
|
},
|
|
228
248
|
{
|
|
229
249
|
"name": "guarantee-generator",
|
|
@@ -234,7 +254,8 @@
|
|
|
234
254
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
235
255
|
"allowedTools": [],
|
|
236
256
|
"installUrl": "github:Affitor/affiliate-skills:skills/landing/guarantee-generator",
|
|
237
|
-
"relPath": "skills/landing/guarantee-generator"
|
|
257
|
+
"relPath": "skills/landing/guarantee-generator",
|
|
258
|
+
"verified": true
|
|
238
259
|
},
|
|
239
260
|
{
|
|
240
261
|
"name": "how-to-tutorial-writer",
|
|
@@ -245,7 +266,8 @@
|
|
|
245
266
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
246
267
|
"allowedTools": [],
|
|
247
268
|
"installUrl": "github:Affitor/affiliate-skills:skills/blog/how-to-tutorial-writer",
|
|
248
|
-
"relPath": "skills/blog/how-to-tutorial-writer"
|
|
269
|
+
"relPath": "skills/blog/how-to-tutorial-writer",
|
|
270
|
+
"verified": true
|
|
249
271
|
},
|
|
250
272
|
{
|
|
251
273
|
"name": "internal-linking-optimizer",
|
|
@@ -256,7 +278,8 @@
|
|
|
256
278
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
257
279
|
"allowedTools": [],
|
|
258
280
|
"installUrl": "github:Affitor/affiliate-skills:skills/analytics/internal-linking-optimizer",
|
|
259
|
-
"relPath": "skills/analytics/internal-linking-optimizer"
|
|
281
|
+
"relPath": "skills/analytics/internal-linking-optimizer",
|
|
282
|
+
"verified": true
|
|
260
283
|
},
|
|
261
284
|
{
|
|
262
285
|
"name": "keyword-cluster-architect",
|
|
@@ -267,7 +290,8 @@
|
|
|
267
290
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
268
291
|
"allowedTools": [],
|
|
269
292
|
"installUrl": "github:Affitor/affiliate-skills:skills/blog/keyword-cluster-architect",
|
|
270
|
-
"relPath": "skills/blog/keyword-cluster-architect"
|
|
293
|
+
"relPath": "skills/blog/keyword-cluster-architect",
|
|
294
|
+
"verified": true
|
|
271
295
|
},
|
|
272
296
|
{
|
|
273
297
|
"name": "landing-page-creator",
|
|
@@ -278,7 +302,8 @@
|
|
|
278
302
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
279
303
|
"allowedTools": [],
|
|
280
304
|
"installUrl": "github:Affitor/affiliate-skills:skills/landing/landing-page-creator",
|
|
281
|
-
"relPath": "skills/landing/landing-page-creator"
|
|
305
|
+
"relPath": "skills/landing/landing-page-creator",
|
|
306
|
+
"verified": true
|
|
282
307
|
},
|
|
283
308
|
{
|
|
284
309
|
"name": "list-affitor-program",
|
|
@@ -289,7 +314,8 @@
|
|
|
289
314
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
290
315
|
"allowedTools": [],
|
|
291
316
|
"installUrl": "github:Affitor/affiliate-skills:skills/research/list-affitor-program",
|
|
292
|
-
"relPath": "skills/research/list-affitor-program"
|
|
317
|
+
"relPath": "skills/research/list-affitor-program",
|
|
318
|
+
"verified": true
|
|
293
319
|
},
|
|
294
320
|
{
|
|
295
321
|
"name": "list-affitor-skill",
|
|
@@ -300,7 +326,8 @@
|
|
|
300
326
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
301
327
|
"allowedTools": [],
|
|
302
328
|
"installUrl": "github:Affitor/affiliate-skills:skills/meta/list-affitor-skill",
|
|
303
|
-
"relPath": "skills/meta/list-affitor-skill"
|
|
329
|
+
"relPath": "skills/meta/list-affitor-skill",
|
|
330
|
+
"verified": true
|
|
304
331
|
},
|
|
305
332
|
{
|
|
306
333
|
"name": "listicle-generator",
|
|
@@ -311,7 +338,8 @@
|
|
|
311
338
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
312
339
|
"allowedTools": [],
|
|
313
340
|
"installUrl": "github:Affitor/affiliate-skills:skills/blog/listicle-generator",
|
|
314
|
-
"relPath": "skills/blog/listicle-generator"
|
|
341
|
+
"relPath": "skills/blog/listicle-generator",
|
|
342
|
+
"verified": true
|
|
315
343
|
},
|
|
316
344
|
{
|
|
317
345
|
"name": "monopoly-niche-finder",
|
|
@@ -322,7 +350,8 @@
|
|
|
322
350
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
323
351
|
"allowedTools": [],
|
|
324
352
|
"installUrl": "github:Affitor/affiliate-skills:skills/research/monopoly-niche-finder",
|
|
325
|
-
"relPath": "skills/research/monopoly-niche-finder"
|
|
353
|
+
"relPath": "skills/research/monopoly-niche-finder",
|
|
354
|
+
"verified": true
|
|
326
355
|
},
|
|
327
356
|
{
|
|
328
357
|
"name": "multi-program-manager",
|
|
@@ -333,7 +362,8 @@
|
|
|
333
362
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
334
363
|
"allowedTools": [],
|
|
335
364
|
"installUrl": "github:Affitor/affiliate-skills:skills/automation/multi-program-manager",
|
|
336
|
-
"relPath": "skills/automation/multi-program-manager"
|
|
365
|
+
"relPath": "skills/automation/multi-program-manager",
|
|
366
|
+
"verified": true
|
|
337
367
|
},
|
|
338
368
|
{
|
|
339
369
|
"name": "niche-opportunity-finder",
|
|
@@ -344,7 +374,8 @@
|
|
|
344
374
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
345
375
|
"allowedTools": [],
|
|
346
376
|
"installUrl": "github:Affitor/affiliate-skills:skills/research/niche-opportunity-finder",
|
|
347
|
-
"relPath": "skills/research/niche-opportunity-finder"
|
|
377
|
+
"relPath": "skills/research/niche-opportunity-finder",
|
|
378
|
+
"verified": true
|
|
348
379
|
},
|
|
349
380
|
{
|
|
350
381
|
"name": "paid-ad-copy-writer",
|
|
@@ -355,7 +386,8 @@
|
|
|
355
386
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
356
387
|
"allowedTools": [],
|
|
357
388
|
"installUrl": "github:Affitor/affiliate-skills:skills/automation/paid-ad-copy-writer",
|
|
358
|
-
"relPath": "skills/automation/paid-ad-copy-writer"
|
|
389
|
+
"relPath": "skills/automation/paid-ad-copy-writer",
|
|
390
|
+
"verified": true
|
|
359
391
|
},
|
|
360
392
|
{
|
|
361
393
|
"name": "performance-report",
|
|
@@ -366,7 +398,8 @@
|
|
|
366
398
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
367
399
|
"allowedTools": [],
|
|
368
400
|
"installUrl": "github:Affitor/affiliate-skills:skills/analytics/performance-report",
|
|
369
|
-
"relPath": "skills/analytics/performance-report"
|
|
401
|
+
"relPath": "skills/analytics/performance-report",
|
|
402
|
+
"verified": true
|
|
370
403
|
},
|
|
371
404
|
{
|
|
372
405
|
"name": "product-showcase-page",
|
|
@@ -377,7 +410,8 @@
|
|
|
377
410
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
378
411
|
"allowedTools": [],
|
|
379
412
|
"installUrl": "github:Affitor/affiliate-skills:skills/landing/product-showcase-page",
|
|
380
|
-
"relPath": "skills/landing/product-showcase-page"
|
|
413
|
+
"relPath": "skills/landing/product-showcase-page",
|
|
414
|
+
"verified": true
|
|
381
415
|
},
|
|
382
416
|
{
|
|
383
417
|
"name": "proprietary-data-generator",
|
|
@@ -388,7 +422,8 @@
|
|
|
388
422
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
389
423
|
"allowedTools": [],
|
|
390
424
|
"installUrl": "github:Affitor/affiliate-skills:skills/automation/proprietary-data-generator",
|
|
391
|
-
"relPath": "skills/automation/proprietary-data-generator"
|
|
425
|
+
"relPath": "skills/automation/proprietary-data-generator",
|
|
426
|
+
"verified": true
|
|
392
427
|
},
|
|
393
428
|
{
|
|
394
429
|
"name": "purple-cow-audit",
|
|
@@ -399,7 +434,8 @@
|
|
|
399
434
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
400
435
|
"allowedTools": [],
|
|
401
436
|
"installUrl": "github:Affitor/affiliate-skills:skills/research/purple-cow-audit",
|
|
402
|
-
"relPath": "skills/research/purple-cow-audit"
|
|
437
|
+
"relPath": "skills/research/purple-cow-audit",
|
|
438
|
+
"verified": true
|
|
403
439
|
},
|
|
404
440
|
{
|
|
405
441
|
"name": "reddit-post-writer",
|
|
@@ -410,7 +446,8 @@
|
|
|
410
446
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
411
447
|
"allowedTools": [],
|
|
412
448
|
"installUrl": "github:Affitor/affiliate-skills:skills/content/reddit-post-writer",
|
|
413
|
-
"relPath": "skills/content/reddit-post-writer"
|
|
449
|
+
"relPath": "skills/content/reddit-post-writer",
|
|
450
|
+
"verified": true
|
|
414
451
|
},
|
|
415
452
|
{
|
|
416
453
|
"name": "self-improver",
|
|
@@ -421,7 +458,8 @@
|
|
|
421
458
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
422
459
|
"allowedTools": [],
|
|
423
460
|
"installUrl": "github:Affitor/affiliate-skills:skills/meta/self-improver",
|
|
424
|
-
"relPath": "skills/meta/self-improver"
|
|
461
|
+
"relPath": "skills/meta/self-improver",
|
|
462
|
+
"verified": true
|
|
425
463
|
},
|
|
426
464
|
{
|
|
427
465
|
"name": "seo-audit",
|
|
@@ -432,7 +470,8 @@
|
|
|
432
470
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
433
471
|
"allowedTools": [],
|
|
434
472
|
"installUrl": "github:Affitor/affiliate-skills:skills/analytics/seo-audit",
|
|
435
|
-
"relPath": "skills/analytics/seo-audit"
|
|
473
|
+
"relPath": "skills/analytics/seo-audit",
|
|
474
|
+
"verified": true
|
|
436
475
|
},
|
|
437
476
|
{
|
|
438
477
|
"name": "skill-finder",
|
|
@@ -443,7 +482,8 @@
|
|
|
443
482
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
444
483
|
"allowedTools": [],
|
|
445
484
|
"installUrl": "github:Affitor/affiliate-skills:skills/meta/skill-finder",
|
|
446
|
-
"relPath": "skills/meta/skill-finder"
|
|
485
|
+
"relPath": "skills/meta/skill-finder",
|
|
486
|
+
"verified": true
|
|
447
487
|
},
|
|
448
488
|
{
|
|
449
489
|
"name": "social-media-scheduler",
|
|
@@ -454,7 +494,8 @@
|
|
|
454
494
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
455
495
|
"allowedTools": [],
|
|
456
496
|
"installUrl": "github:Affitor/affiliate-skills:skills/distribution/social-media-scheduler",
|
|
457
|
-
"relPath": "skills/distribution/social-media-scheduler"
|
|
497
|
+
"relPath": "skills/distribution/social-media-scheduler",
|
|
498
|
+
"verified": true
|
|
458
499
|
},
|
|
459
500
|
{
|
|
460
501
|
"name": "squeeze-page-builder",
|
|
@@ -465,7 +506,8 @@
|
|
|
465
506
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
466
507
|
"allowedTools": [],
|
|
467
508
|
"installUrl": "github:Affitor/affiliate-skills:skills/landing/squeeze-page-builder",
|
|
468
|
-
"relPath": "skills/landing/squeeze-page-builder"
|
|
509
|
+
"relPath": "skills/landing/squeeze-page-builder",
|
|
510
|
+
"verified": true
|
|
469
511
|
},
|
|
470
512
|
{
|
|
471
513
|
"name": "tiktok-script-writer",
|
|
@@ -476,7 +518,8 @@
|
|
|
476
518
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
477
519
|
"allowedTools": [],
|
|
478
520
|
"installUrl": "github:Affitor/affiliate-skills:skills/content/tiktok-script-writer",
|
|
479
|
-
"relPath": "skills/content/tiktok-script-writer"
|
|
521
|
+
"relPath": "skills/content/tiktok-script-writer",
|
|
522
|
+
"verified": true
|
|
480
523
|
},
|
|
481
524
|
{
|
|
482
525
|
"name": "twitter-thread-writer",
|
|
@@ -487,7 +530,8 @@
|
|
|
487
530
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
488
531
|
"allowedTools": [],
|
|
489
532
|
"installUrl": "github:Affitor/affiliate-skills:skills/content/twitter-thread-writer",
|
|
490
|
-
"relPath": "skills/content/twitter-thread-writer"
|
|
533
|
+
"relPath": "skills/content/twitter-thread-writer",
|
|
534
|
+
"verified": true
|
|
491
535
|
},
|
|
492
536
|
{
|
|
493
537
|
"name": "value-ladder-architect",
|
|
@@ -498,7 +542,8 @@
|
|
|
498
542
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
499
543
|
"allowedTools": [],
|
|
500
544
|
"installUrl": "github:Affitor/affiliate-skills:skills/landing/value-ladder-architect",
|
|
501
|
-
"relPath": "skills/landing/value-ladder-architect"
|
|
545
|
+
"relPath": "skills/landing/value-ladder-architect",
|
|
546
|
+
"verified": true
|
|
502
547
|
},
|
|
503
548
|
{
|
|
504
549
|
"name": "viral-post-writer",
|
|
@@ -509,7 +554,8 @@
|
|
|
509
554
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
510
555
|
"allowedTools": [],
|
|
511
556
|
"installUrl": "github:Affitor/affiliate-skills:skills/content/viral-post-writer",
|
|
512
|
-
"relPath": "skills/content/viral-post-writer"
|
|
557
|
+
"relPath": "skills/content/viral-post-writer",
|
|
558
|
+
"verified": true
|
|
513
559
|
},
|
|
514
560
|
{
|
|
515
561
|
"name": "webinar-registration-page",
|
|
@@ -520,7 +566,8 @@
|
|
|
520
566
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
521
567
|
"allowedTools": [],
|
|
522
568
|
"installUrl": "github:Affitor/affiliate-skills:skills/landing/webinar-registration-page",
|
|
523
|
-
"relPath": "skills/landing/webinar-registration-page"
|
|
569
|
+
"relPath": "skills/landing/webinar-registration-page",
|
|
570
|
+
"verified": true
|
|
524
571
|
},
|
|
525
572
|
{
|
|
526
573
|
"name": "your-skill-name",
|
|
@@ -531,7 +578,8 @@
|
|
|
531
578
|
"compatibility": "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent",
|
|
532
579
|
"allowedTools": [],
|
|
533
580
|
"installUrl": "github:Affitor/affiliate-skills:template",
|
|
534
|
-
"relPath": "template"
|
|
581
|
+
"relPath": "template",
|
|
582
|
+
"verified": true
|
|
535
583
|
}
|
|
536
584
|
]
|
|
537
585
|
}
|