@opendirectory.dev/skills 0.1.28 → 0.1.30

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 (31) hide show
  1. package/package.json +1 -1
  2. package/skills/blog-cover-image-cli/README.md +20 -0
  3. package/skills/brand-alchemy/README.md +20 -0
  4. package/skills/claude-md-generator/README.md +20 -0
  5. package/skills/cold-email-verifier/README.md +20 -0
  6. package/skills/cook-the-blog/README.md +20 -0
  7. package/skills/dependency-update-bot/README.md +20 -0
  8. package/skills/docs-from-code/README.md +20 -0
  9. package/skills/explain-this-pr/README.md +20 -0
  10. package/skills/google-trends-api-skills/README.md +20 -0
  11. package/skills/hackernews-intel/README.md +20 -0
  12. package/skills/human-tone/README.md +21 -1
  13. package/skills/kill-the-standup/README.md +20 -0
  14. package/skills/linkedin-post-generator/README.md +20 -0
  15. package/skills/llms-txt-generator/README.md +20 -0
  16. package/skills/meeting-brief-generator/README.md +20 -0
  17. package/skills/meta-ads-skill/README.md +20 -0
  18. package/skills/newsletter-digest/README.md +20 -0
  19. package/skills/noise2blog/README.md +20 -0
  20. package/skills/outreach-sequence-builder/README.md +20 -0
  21. package/skills/position-me/README.md +20 -0
  22. package/skills/pr-description-writer/README.md +20 -0
  23. package/skills/pricing-page-psychology-audit/README.md +20 -0
  24. package/skills/producthunt-launch-kit/README.md +20 -0
  25. package/skills/reddit-icp-monitor/README.md +20 -0
  26. package/skills/reddit-post-engine/README.md +20 -0
  27. package/skills/schema-markup-generator/README.md +20 -0
  28. package/skills/show-hn-writer/README.md +20 -0
  29. package/skills/tweet-thread-from-blog/README.md +20 -0
  30. package/skills/twitter-GTM-find-skill/README.md +20 -0
  31. package/skills/yc-intent-radar-skill/README.md +20 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendirectory.dev/skills",
3
- "version": "0.1.28",
3
+ "version": "0.1.30",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "bin": {
@@ -124,3 +124,23 @@ The workflow will automatically publish a new version to NPM whenever you create
124
124
  2. **Context Assembly**: Loads aesthetic examples from the `./examples` folder to ground the style.
125
125
  3. **Multimodal Prompting**: Assembles the exact text instructions, the visual examples, and the fetched logo into a single unified payload.
126
126
  4. **Google GenAI SDK**: Sends the payload with `tools: [{ googleSearch: {} }]` to the Gemini 3.1 Flash Image model.
127
+
128
+ ## Installation in Claude Desktop App
129
+
130
+ ### Video Tutorial
131
+ Watch this quick video to see how it's done:
132
+
133
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
134
+
135
+ ### Step 1: Download the skill from GitHub
136
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
137
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
138
+ 3. Paste the URL and click **Enter** to download.
139
+
140
+ ### Step 2: Install the Skill in Claude
141
+ 1. Open your **Claude desktop app**.
142
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
143
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
144
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
145
+
146
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -33,3 +33,23 @@ Once the skill is installed, simply ask the AI to help you name your startup or
33
33
  > "Help me name my AI distribution startup. We help technical founders get users."
34
34
 
35
35
  The AI will automatically pause and initiate **Step 1: The Interrogation**, asking you specific questions about your core offering, audience, alternatives, and desired brand vibe.
36
+
37
+ ## Installation in Claude Desktop App
38
+
39
+ ### Video Tutorial
40
+ Watch this quick video to see how it's done:
41
+
42
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
43
+
44
+ ### Step 1: Download the skill from GitHub
45
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
46
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
47
+ 3. Paste the URL and click **Enter** to download.
48
+
49
+ ### Step 2: Install the Skill in Claude
50
+ 1. Open your **Claude desktop app**.
51
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
52
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
53
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
54
+
55
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -76,3 +76,23 @@ claude-md-generator/
76
76
  ## License
77
77
 
78
78
  MIT
79
+
80
+ ## Installation in Claude Desktop App
81
+
82
+ ### Video Tutorial
83
+ Watch this quick video to see how it's done:
84
+
85
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
86
+
87
+ ### Step 1: Download the skill from GitHub
88
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
89
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
90
+ 3. Paste the URL and click **Enter** to download.
91
+
92
+ ### Step 2: Install the Skill in Claude
93
+ 1. Open your **Claude desktop app**.
94
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
95
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
96
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
97
+
98
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -43,3 +43,23 @@ The AI expects the input CSV to contain at least the following headers:
43
43
  - Last Name
44
44
  - Company Name
45
45
  - Domain Name
46
+
47
+ ## Installation in Claude Desktop App
48
+
49
+ ### Video Tutorial
50
+ Watch this quick video to see how it's done:
51
+
52
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
53
+
54
+ ### Step 1: Download the skill from GitHub
55
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
56
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
57
+ 3. Paste the URL and click **Enter** to download.
58
+
59
+ ### Step 2: Install the Skill in Claude
60
+ 1. Open your **Claude desktop app**.
61
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
62
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
63
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
64
+
65
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -84,3 +84,23 @@ When initializing this skill, the agent must ask the user to provide or confirm
84
84
  2. The agent will read `skill.md` to understand the 8-step execution loop.
85
85
  3. Trigger the agent by saying: *"Run the case study generator for [Company Name]."*
86
86
  4. The agent will autonomously execute the entire pipeline from research to deployment.
87
+
88
+ ## Installation in Claude Desktop App
89
+
90
+ ### Video Tutorial
91
+ Watch this quick video to see how it's done:
92
+
93
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
94
+
95
+ ### Step 1: Download the skill from GitHub
96
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
97
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
98
+ 3. Paste the URL and click **Enter** to download.
99
+
100
+ ### Step 2: Install the Skill in Claude
101
+ 1. Open your **Claude desktop app**.
102
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
103
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
104
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
105
+
106
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -99,3 +99,23 @@ dependency-update-bot/
99
99
  ## License
100
100
 
101
101
  MIT
102
+
103
+ ## Installation in Claude Desktop App
104
+
105
+ ### Video Tutorial
106
+ Watch this quick video to see how it's done:
107
+
108
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
109
+
110
+ ### Step 1: Download the skill from GitHub
111
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
112
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
113
+ 3. Paste the URL and click **Enter** to download.
114
+
115
+ ### Step 2: Install the Skill in Claude
116
+ 1. Open your **Claude desktop app**.
117
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
118
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
119
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
120
+
121
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -95,3 +95,23 @@ docs-from-code/
95
95
  ## License
96
96
 
97
97
  MIT
98
+
99
+ ## Installation in Claude Desktop App
100
+
101
+ ### Video Tutorial
102
+ Watch this quick video to see how it's done:
103
+
104
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
105
+
106
+ ### Step 1: Download the skill from GitHub
107
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
108
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
109
+ 3. Paste the URL and click **Enter** to download.
110
+
111
+ ### Step 2: Install the Skill in Claude
112
+ 1. Open your **Claude desktop app**.
113
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
114
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
115
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
116
+
117
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -72,3 +72,23 @@ explain-this-pr/
72
72
  ## License
73
73
 
74
74
  MIT
75
+
76
+ ## Installation in Claude Desktop App
77
+
78
+ ### Video Tutorial
79
+ Watch this quick video to see how it's done:
80
+
81
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
82
+
83
+ ### Step 1: Download the skill from GitHub
84
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
85
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
86
+ 3. Paste the URL and click **Enter** to download.
87
+
88
+ ### Step 2: Install the Skill in Claude
89
+ 1. Open your **Claude desktop app**.
90
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
91
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
92
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
93
+
94
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -76,3 +76,23 @@ These skills follow the [Agent Skills specification](https://agentskills.io/spec
76
76
  ## License
77
77
 
78
78
  MIT
79
+
80
+ ## Installation in Claude Desktop App
81
+
82
+ ### Video Tutorial
83
+ Watch this quick video to see how it's done:
84
+
85
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
86
+
87
+ ### Step 1: Download the skill from GitHub
88
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
89
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
90
+ 3. Paste the URL and click **Enter** to download.
91
+
92
+ ### Step 2: Install the Skill in Claude
93
+ 1. Open your **Claude desktop app**.
94
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
95
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
96
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
97
+
98
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -159,3 +159,23 @@ hackernews-intel/
159
159
  ## License
160
160
 
161
161
  MIT
162
+
163
+ ## Installation in Claude Desktop App
164
+
165
+ ### Video Tutorial
166
+ Watch this quick video to see how it's done:
167
+
168
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
169
+
170
+ ### Step 1: Download the skill from GitHub
171
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
172
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
173
+ 3. Paste the URL and click **Enter** to download.
174
+
175
+ ### Step 2: Install the Skill in Claude
176
+ 1. Open your **Claude desktop app**.
177
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
178
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
179
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
180
+
181
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -1,4 +1,4 @@
1
- <img width="2752" height="1536" alt="human-tone-skill-cover-image" src="https://github.com/user-attachments/assets/aa2c99dc-87a6-490e-a989-21fd6a2bbc9a" />
1
+ <img width="1280" height="640" alt="human-tone-skill-cover-image" src="https://github.com/user-attachments/assets/aa2c99dc-87a6-490e-a989-21fd6a2bbc9a" />
2
2
 
3
3
  # Human Tone
4
4
 
@@ -48,3 +48,23 @@ Once the skill is installed in your workspace, simply ask your AI to humanize yo
48
48
  > "Rewrite this landing page copy using the human-tone skill. Match the writing style in this sample: [paste a sample of your writing]."
49
49
 
50
50
  The AI will rewrite the text, provide a bulleted list of what it changed, and flag any placeholders where you need to insert real numbers or actual customer names.
51
+
52
+ ## Installation in Claude Desktop App
53
+
54
+ ### Video Tutorial
55
+ Watch this quick video to see how it's done:
56
+
57
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
58
+
59
+ ### Step 1: Download the skill from GitHub
60
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
61
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
62
+ 3. Paste the URL and click **Enter** to download.
63
+
64
+ ### Step 2: Install the Skill in Claude
65
+ 1. Open your **Claude desktop app**.
66
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
67
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
68
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
69
+
70
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -82,3 +82,23 @@ kill-the-standup/
82
82
  ## License
83
83
 
84
84
  MIT
85
+
86
+ ## Installation in Claude Desktop App
87
+
88
+ ### Video Tutorial
89
+ Watch this quick video to see how it's done:
90
+
91
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
92
+
93
+ ### Step 1: Download the skill from GitHub
94
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
95
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
96
+ 3. Paste the URL and click **Enter** to download.
97
+
98
+ ### Step 2: Install the Skill in Claude
99
+ 1. Open your **Claude desktop app**.
100
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
101
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
102
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
103
+
104
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -105,3 +105,23 @@ linkedin-post-generator/
105
105
  ## License
106
106
 
107
107
  MIT
108
+
109
+ ## Installation in Claude Desktop App
110
+
111
+ ### Video Tutorial
112
+ Watch this quick video to see how it's done:
113
+
114
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
115
+
116
+ ### Step 1: Download the skill from GitHub
117
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
118
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
119
+ 3. Paste the URL and click **Enter** to download.
120
+
121
+ ### Step 2: Install the Skill in Claude
122
+ 1. Open your **Claude desktop app**.
123
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
124
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
125
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
126
+
127
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -140,3 +140,23 @@ llms-txt-generator/
140
140
  ## License
141
141
 
142
142
  MIT
143
+
144
+ ## Installation in Claude Desktop App
145
+
146
+ ### Video Tutorial
147
+ Watch this quick video to see how it's done:
148
+
149
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
150
+
151
+ ### Step 1: Download the skill from GitHub
152
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
153
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
154
+ 3. Paste the URL and click **Enter** to download.
155
+
156
+ ### Step 2: Install the Skill in Claude
157
+ 1. Open your **Claude desktop app**.
158
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
159
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
160
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
161
+
162
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -88,3 +88,23 @@ meeting-brief-generator/
88
88
  ## License
89
89
 
90
90
  MIT
91
+
92
+ ## Installation in Claude Desktop App
93
+
94
+ ### Video Tutorial
95
+ Watch this quick video to see how it's done:
96
+
97
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
98
+
99
+ ### Step 1: Download the skill from GitHub
100
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
101
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
102
+ 3. Paste the URL and click **Enter** to download.
103
+
104
+ ### Step 2: Install the Skill in Claude
105
+ 1. Open your **Claude desktop app**.
106
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
107
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
108
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
109
+
110
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -98,3 +98,23 @@ Through the underlying MCP, this skill orchestrates:
98
98
  * **Analytics**: `get_insights()`, `analyze_campaigns()`
99
99
  * **Targeting**: `search_interests()`, `search_demographics()`, `estimate_audience_size()`
100
100
  * **Database**: `token_status()`, `clear_database()`, `reset_database()`
101
+
102
+ ## Installation in Claude Desktop App
103
+
104
+ ### Video Tutorial
105
+ Watch this quick video to see how it's done:
106
+
107
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
108
+
109
+ ### Step 1: Download the skill from GitHub
110
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
111
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
112
+ 3. Paste the URL and click **Enter** to download.
113
+
114
+ ### Step 2: Install the Skill in Claude
115
+ 1. Open your **Claude desktop app**.
116
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
117
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
118
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
119
+
120
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -145,3 +145,23 @@ newsletter-digest/
145
145
  ## License
146
146
 
147
147
  MIT
148
+
149
+ ## Installation in Claude Desktop App
150
+
151
+ ### Video Tutorial
152
+ Watch this quick video to see how it's done:
153
+
154
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
155
+
156
+ ### Step 1: Download the skill from GitHub
157
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
158
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
159
+ 3. Paste the URL and click **Enter** to download.
160
+
161
+ ### Step 2: Install the Skill in Claude
162
+ 1. Open your **Claude desktop app**.
163
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
164
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
165
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
166
+
167
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -105,3 +105,23 @@ noise2blog/
105
105
  ## License
106
106
 
107
107
  MIT
108
+
109
+ ## Installation in Claude Desktop App
110
+
111
+ ### Video Tutorial
112
+ Watch this quick video to see how it's done:
113
+
114
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
115
+
116
+ ### Step 1: Download the skill from GitHub
117
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
118
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
119
+ 3. Paste the URL and click **Enter** to download.
120
+
121
+ ### Step 2: Install the Skill in Claude
122
+ 1. Open your **Claude desktop app**.
123
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
124
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
125
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
126
+
127
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -106,3 +106,23 @@ outreach-sequence-builder/
106
106
  ## License
107
107
 
108
108
  MIT
109
+
110
+ ## Installation in Claude Desktop App
111
+
112
+ ### Video Tutorial
113
+ Watch this quick video to see how it's done:
114
+
115
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
116
+
117
+ ### Step 1: Download the skill from GitHub
118
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
119
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
120
+ 3. Paste the URL and click **Enter** to download.
121
+
122
+ ### Step 2: Install the Skill in Claude
123
+ 1. Open your **Claude desktop app**.
124
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
125
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
126
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
127
+
128
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -69,3 +69,23 @@ position-me/
69
69
  ├── EVALUATION_SOP.md # Evaluation frameworks
70
70
  └── REPORT_TEMPLATE.md # Teardown report template
71
71
  ```
72
+
73
+ ## Installation in Claude Desktop App
74
+
75
+ ### Video Tutorial
76
+ Watch this quick video to see how it's done:
77
+
78
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
79
+
80
+ ### Step 1: Download the skill from GitHub
81
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
82
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
83
+ 3. Paste the URL and click **Enter** to download.
84
+
85
+ ### Step 2: Install the Skill in Claude
86
+ 1. Open your **Claude desktop app**.
87
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
88
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
89
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
90
+
91
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -79,3 +79,23 @@ pr-description-writer/
79
79
  ## License
80
80
 
81
81
  MIT
82
+
83
+ ## Installation in Claude Desktop App
84
+
85
+ ### Video Tutorial
86
+ Watch this quick video to see how it's done:
87
+
88
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
89
+
90
+ ### Step 1: Download the skill from GitHub
91
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
92
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
93
+ 3. Paste the URL and click **Enter** to download.
94
+
95
+ ### Step 2: Install the Skill in Claude
96
+ 1. Open your **Claude desktop app**.
97
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
98
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
99
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
100
+
101
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -164,3 +164,23 @@ pricing-page-psychology-audit/
164
164
  ## License
165
165
 
166
166
  MIT — Built by [@ajaycodesitbetter](https://github.com/ajaycodesitbetter)
167
+
168
+ ## Installation in Claude Desktop App
169
+
170
+ ### Video Tutorial
171
+ Watch this quick video to see how it's done:
172
+
173
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
174
+
175
+ ### Step 1: Download the skill from GitHub
176
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
177
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
178
+ 3. Paste the URL and click **Enter** to download.
179
+
180
+ ### Step 2: Install the Skill in Claude
181
+ 1. Open your **Claude desktop app**.
182
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
183
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
184
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
185
+
186
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -93,3 +93,23 @@ producthunt-launch-kit/
93
93
  ## License
94
94
 
95
95
  MIT
96
+
97
+ ## Installation in Claude Desktop App
98
+
99
+ ### Video Tutorial
100
+ Watch this quick video to see how it's done:
101
+
102
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
103
+
104
+ ### Step 1: Download the skill from GitHub
105
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
106
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
107
+ 3. Paste the URL and click **Enter** to download.
108
+
109
+ ### Step 2: Install the Skill in Claude
110
+ 1. Open your **Claude desktop app**.
111
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
112
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
113
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
114
+
115
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -115,3 +115,23 @@ reddit-icp-monitor/
115
115
  ## License
116
116
 
117
117
  MIT
118
+
119
+ ## Installation in Claude Desktop App
120
+
121
+ ### Video Tutorial
122
+ Watch this quick video to see how it's done:
123
+
124
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
125
+
126
+ ### Step 1: Download the skill from GitHub
127
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
128
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
129
+ 3. Paste the URL and click **Enter** to download.
130
+
131
+ ### Step 2: Install the Skill in Claude
132
+ 1. Open your **Claude desktop app**.
133
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
134
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
135
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
136
+
137
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -101,3 +101,23 @@ reddit-post-engine/
101
101
  ## License
102
102
 
103
103
  MIT
104
+
105
+ ## Installation in Claude Desktop App
106
+
107
+ ### Video Tutorial
108
+ Watch this quick video to see how it's done:
109
+
110
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
111
+
112
+ ### Step 1: Download the skill from GitHub
113
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
114
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
115
+ 3. Paste the URL and click **Enter** to download.
116
+
117
+ ### Step 2: Install the Skill in Claude
118
+ 1. Open your **Claude desktop app**.
119
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
120
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
121
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
122
+
123
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -112,3 +112,23 @@ schema-markup-generator/
112
112
  ## License
113
113
 
114
114
  MIT
115
+
116
+ ## Installation in Claude Desktop App
117
+
118
+ ### Video Tutorial
119
+ Watch this quick video to see how it's done:
120
+
121
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
122
+
123
+ ### Step 1: Download the skill from GitHub
124
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
125
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
126
+ 3. Paste the URL and click **Enter** to download.
127
+
128
+ ### Step 2: Install the Skill in Claude
129
+ 1. Open your **Claude desktop app**.
130
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
131
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
132
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
133
+
134
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -86,3 +86,23 @@ show-hn-writer/
86
86
  ## License
87
87
 
88
88
  MIT
89
+
90
+ ## Installation in Claude Desktop App
91
+
92
+ ### Video Tutorial
93
+ Watch this quick video to see how it's done:
94
+
95
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
96
+
97
+ ### Step 1: Download the skill from GitHub
98
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
99
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
100
+ 3. Paste the URL and click **Enter** to download.
101
+
102
+ ### Step 2: Install the Skill in Claude
103
+ 1. Open your **Claude desktop app**.
104
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
105
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
106
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
107
+
108
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -107,3 +107,23 @@ tweet-thread-from-blog/
107
107
  ## License
108
108
 
109
109
  MIT
110
+
111
+ ## Installation in Claude Desktop App
112
+
113
+ ### Video Tutorial
114
+ Watch this quick video to see how it's done:
115
+
116
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
117
+
118
+ ### Step 1: Download the skill from GitHub
119
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
120
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
121
+ 3. Paste the URL and click **Enter** to download.
122
+
123
+ ### Step 2: Install the Skill in Claude
124
+ 1. Open your **Claude desktop app**.
125
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
126
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
127
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
128
+
129
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -41,3 +41,23 @@ To run the pipeline manually or via an agent:
41
41
  The pipeline generates two temporary files at the root of the repository (which are `.gitignore`d to prevent leaking data):
42
42
  - `radar-jobs.json`: The initial raw batch of scraped tech jobs.
43
43
  - `openclaw-icp-jobs.json`: The final, strict ICP-validated list of highly funded, developer-first startups hiring right now.
44
+
45
+ ## Installation in Claude Desktop App
46
+
47
+ ### Video Tutorial
48
+ Watch this quick video to see how it's done:
49
+
50
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
51
+
52
+ ### Step 1: Download the skill from GitHub
53
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
54
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
55
+ 3. Paste the URL and click **Enter** to download.
56
+
57
+ ### Step 2: Install the Skill in Claude
58
+ 1. Open your **Claude desktop app**.
59
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
60
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
61
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
62
+
63
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
@@ -37,3 +37,23 @@ An automated scraper that pulls job listings and company data from YCombinator's
37
37
 
38
38
  ## Note on Sensitive Files
39
39
  The `.gitignore` strictly protects your `state.json` (authentication cookies) and `jobs.db` (local history). Do not commit these files to a public repository.
40
+
41
+ ## Installation in Claude Desktop App
42
+
43
+ ### Video Tutorial
44
+ Watch this quick video to see how it's done:
45
+
46
+ <video src="../../docs/assets/install-skill-on-claude.webm" controls="controls" muted="muted" style="max-width: 100%;"></video>
47
+
48
+ ### Step 1: Download the skill from GitHub
49
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
50
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
51
+ 3. Paste the URL and click **Enter** to download.
52
+
53
+ ### Step 2: Install the Skill in Claude
54
+ 1. Open your **Claude desktop app**.
55
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
56
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
57
+ 4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
58
+
59
+ > **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!