@opendirectory.dev/skills 0.1.31 → 0.1.33

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 +24 -20
  3. package/skills/brand-alchemy/README.md +24 -20
  4. package/skills/claude-md-generator/README.md +24 -20
  5. package/skills/cold-email-verifier/README.md +24 -20
  6. package/skills/cook-the-blog/README.md +24 -20
  7. package/skills/dependency-update-bot/README.md +24 -20
  8. package/skills/docs-from-code/README.md +24 -20
  9. package/skills/explain-this-pr/README.md +24 -20
  10. package/skills/google-trends-api-skills/README.md +24 -20
  11. package/skills/hackernews-intel/README.md +24 -20
  12. package/skills/human-tone/README.md +24 -20
  13. package/skills/kill-the-standup/README.md +24 -20
  14. package/skills/linkedin-post-generator/README.md +24 -20
  15. package/skills/llms-txt-generator/README.md +24 -20
  16. package/skills/meeting-brief-generator/README.md +24 -20
  17. package/skills/meta-ads-skill/README.md +24 -20
  18. package/skills/newsletter-digest/README.md +24 -20
  19. package/skills/noise2blog/README.md +24 -20
  20. package/skills/outreach-sequence-builder/README.md +24 -20
  21. package/skills/position-me/README.md +24 -20
  22. package/skills/pr-description-writer/README.md +24 -20
  23. package/skills/pricing-page-psychology-audit/README.md +18 -20
  24. package/skills/producthunt-launch-kit/README.md +24 -20
  25. package/skills/reddit-icp-monitor/README.md +24 -20
  26. package/skills/reddit-post-engine/README.md +24 -20
  27. package/skills/schema-markup-generator/README.md +24 -20
  28. package/skills/show-hn-writer/README.md +24 -20
  29. package/skills/tweet-thread-from-blog/README.md +24 -20
  30. package/skills/twitter-GTM-find-skill/README.md +24 -20
  31. package/skills/yc-intent-radar-skill/README.md +24 -20
@@ -5,6 +5,30 @@
5
5
 
6
6
  Write and optionally post Reddit content that fits the target subreddit's culture. Fetches subreddit rules and top posts before drafting. Follows the 90/10 rule. Optionally posts via Composio Reddit MCP.
7
7
 
8
+ ## Install
9
+
10
+ ```bash
11
+ npx "@opendirectory.dev/skills" install reddit-post-engine --target claude
12
+ ```
13
+
14
+ ### Video Tutorial
15
+ Watch this quick video to see how it's done:
16
+
17
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
18
+
19
+ ### Step 1: Download the skill from GitHub
20
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
21
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
22
+ 3. Paste the URL and click **Enter** to download.
23
+
24
+ ### Step 2: Install the Skill in Claude
25
+ 1. Open your **Claude desktop app**.
26
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
27
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
28
+ 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).
29
+
30
+ > **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!
31
+
8
32
  ## What It Does
9
33
 
10
34
  - Fetches the target subreddit's rules and top posts from Reddit's public API
@@ -101,23 +125,3 @@ reddit-post-engine/
101
125
  ## License
102
126
 
103
127
  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
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
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!
@@ -5,6 +5,30 @@
5
5
 
6
6
  Generate valid JSON-LD structured data for any webpage. The agent crawls the page, detects which schema types apply, and outputs a script tag ready to paste into your HTML. Optionally opens a GitHub PR with the markup injected.
7
7
 
8
+ ## Install
9
+
10
+ ```bash
11
+ npx "@opendirectory.dev/skills" install schema-markup-generator --target claude
12
+ ```
13
+
14
+ ### Video Tutorial
15
+ Watch this quick video to see how it's done:
16
+
17
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
18
+
19
+ ### Step 1: Download the skill from GitHub
20
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
21
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
22
+ 3. Paste the URL and click **Enter** to download.
23
+
24
+ ### Step 2: Install the Skill in Claude
25
+ 1. Open your **Claude desktop app**.
26
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
27
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
28
+ 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).
29
+
30
+ > **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!
31
+
8
32
  ## Schema Types Supported
9
33
 
10
34
  | Type | Use When |
@@ -112,23 +136,3 @@ schema-markup-generator/
112
136
  ## License
113
137
 
114
138
  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
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
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!
@@ -5,6 +5,30 @@
5
5
 
6
6
  Draft a Show HN post (title + body) that follows Hacker News norms: specific, honest, first-person, no marketing. Generates three title variants and a complete body, then runs a Gemini review to catch HN anti-patterns before you post.
7
7
 
8
+ ## Install
9
+
10
+ ```bash
11
+ npx "@opendirectory.dev/skills" install show-hn-writer --target claude
12
+ ```
13
+
14
+ ### Video Tutorial
15
+ Watch this quick video to see how it's done:
16
+
17
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
18
+
19
+ ### Step 1: Download the skill from GitHub
20
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
21
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
22
+ 3. Paste the URL and click **Enter** to download.
23
+
24
+ ### Step 2: Install the Skill in Claude
25
+ 1. Open your **Claude desktop app**.
26
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
27
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
28
+ 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).
29
+
30
+ > **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!
31
+
8
32
  ## What It Does
9
33
 
10
34
  - Reads your project context (from README or your answers)
@@ -86,23 +110,3 @@ show-hn-writer/
86
110
  ## License
87
111
 
88
112
  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
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
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!
@@ -5,6 +5,30 @@
5
5
 
6
6
  Turn any blog post or article into a Twitter/X thread. The agent reads the content, picks the right thread style, and writes 7-10 tweets with a strong hook, one insight per tweet, and a CTA. Optionally posts the full thread to X via Composio using a reply chain.
7
7
 
8
+ ## Install
9
+
10
+ ```bash
11
+ npx "@opendirectory.dev/skills" install tweet-thread-from-blog --target claude
12
+ ```
13
+
14
+ ### Video Tutorial
15
+ Watch this quick video to see how it's done:
16
+
17
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
18
+
19
+ ### Step 1: Download the skill from GitHub
20
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
21
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
22
+ 3. Paste the URL and click **Enter** to download.
23
+
24
+ ### Step 2: Install the Skill in Claude
25
+ 1. Open your **Claude desktop app**.
26
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
27
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
28
+ 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).
29
+
30
+ > **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!
31
+
8
32
  ## Thread Styles
9
33
 
10
34
  | Style | Use When | Example Input |
@@ -107,23 +131,3 @@ tweet-thread-from-blog/
107
131
  ## License
108
132
 
109
133
  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
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
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!
@@ -6,6 +6,30 @@ This repository contains the `twitter-GTM-find/` AI Skill.
6
6
 
7
7
  This pipeline automates the discovery of highly-targeted, Developer-First startups hiring for Go-To-Market (GTM), Developer Relations (DevRel), and Growth roles by scraping Twitter (via Apify) and automatically verifying the startups' funding and product type using Gemini's native Google Search Grounding.
8
8
 
9
+ ## Install
10
+
11
+ ```bash
12
+ npx "@opendirectory.dev/skills" install twitter-GTM-find-skill --target claude
13
+ ```
14
+
15
+ ### Video Tutorial
16
+ Watch this quick video to see how it's done:
17
+
18
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
19
+
20
+ ### Step 1: Download the skill from GitHub
21
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
22
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
23
+ 3. Paste the URL and click **Enter** to download.
24
+
25
+ ### Step 2: Install the Skill in Claude
26
+ 1. Open your **Claude desktop app**.
27
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
28
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
29
+ 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).
30
+
31
+ > **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!
32
+
9
33
  ## The Skill Directory
10
34
 
11
35
  All executable code and documentation are packaged cleanly inside the `twitter-GTM-find/` folder. This is designed to be directly imported and read by AI agents (like OpenClaw or Claude) so they understand how to use the tool.
@@ -41,23 +65,3 @@ To run the pipeline manually or via an agent:
41
65
  The pipeline generates two temporary files at the root of the repository (which are `.gitignore`d to prevent leaking data):
42
66
  - `radar-jobs.json`: The initial raw batch of scraped tech jobs.
43
67
  - `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
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
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!
@@ -4,6 +4,30 @@
4
4
 
5
5
  An automated scraper that pulls job listings and company data from YCombinator's Workatastartup platform. It bypasses login bottlenecks by utilizing authenticated sessions and ensures no duplicates are recorded by saving everything directly to a local SQLite database (`jobs.db`).
6
6
 
7
+ ## Install
8
+
9
+ ```bash
10
+ npx "@opendirectory.dev/skills" install yc-intent-radar-skill --target claude
11
+ ```
12
+
13
+ ### Video Tutorial
14
+ Watch this quick video to see how it's done:
15
+
16
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
17
+
18
+ ### Step 1: Download the skill from GitHub
19
+ 1. Copy the URL of this specific skill folder from your browser's address bar.
20
+ 2. Go to [download-directory.github.io](https://download-directory.github.io/).
21
+ 3. Paste the URL and click **Enter** to download.
22
+
23
+ ### Step 2: Install the Skill in Claude
24
+ 1. Open your **Claude desktop app**.
25
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
26
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
27
+ 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).
28
+
29
+ > **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!
30
+
7
31
  ## Features
8
32
  - **Deduplication:** Utilizes `better-sqlite3` to store state, ensuring you never scrape the same job twice.
9
33
  - **Robust Extraction:** Identifies hidden JSON payloads on YC pages to grab accurate backend `job_id` values.
@@ -37,23 +61,3 @@ An automated scraper that pulls job listings and company data from YCombinator's
37
61
 
38
62
  ## Note on Sensitive Files
39
63
  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
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
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!