@opendirectory.dev/skills 0.1.32 → 0.1.34

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 (38) hide show
  1. package/package.json +1 -1
  2. package/registry.json +10 -0
  3. package/skills/blog-cover-image-cli/README.md +18 -20
  4. package/skills/brand-alchemy/README.md +18 -20
  5. package/skills/claude-md-generator/README.md +18 -20
  6. package/skills/cold-email-verifier/README.md +18 -20
  7. package/skills/cook-the-blog/README.md +18 -20
  8. package/skills/dependency-update-bot/README.md +18 -20
  9. package/skills/docs-from-code/README.md +18 -20
  10. package/skills/explain-this-pr/README.md +18 -20
  11. package/skills/google-trends-api-skills/README.md +18 -20
  12. package/skills/hackernews-intel/README.md +18 -20
  13. package/skills/human-tone/README.md +18 -20
  14. package/skills/kill-the-standup/README.md +18 -20
  15. package/skills/linkedin-post-generator/README.md +18 -20
  16. package/skills/llms-txt-generator/README.md +18 -20
  17. package/skills/meeting-brief-generator/README.md +18 -20
  18. package/skills/meta-ads-skill/README.md +18 -20
  19. package/skills/newsletter-digest/README.md +18 -20
  20. package/skills/noise2blog/README.md +18 -20
  21. package/skills/outreach-sequence-builder/README.md +18 -20
  22. package/skills/position-me/README.md +18 -20
  23. package/skills/pr-description-writer/README.md +18 -20
  24. package/skills/pricing-page-psychology-audit/README.md +18 -20
  25. package/skills/producthunt-launch-kit/README.md +18 -20
  26. package/skills/reddit-icp-monitor/README.md +18 -20
  27. package/skills/reddit-post-engine/README.md +18 -20
  28. package/skills/schema-markup-generator/README.md +18 -20
  29. package/skills/show-hn-writer/README.md +18 -20
  30. package/skills/tweet-thread-from-blog/README.md +18 -20
  31. package/skills/twitter-GTM-find-skill/README.md +18 -20
  32. package/skills/vc-finder/.env.example +18 -0
  33. package/skills/vc-finder/README.md +113 -0
  34. package/skills/vc-finder/SKILL.md +663 -0
  35. package/skills/vc-finder/evals/evals.json +125 -0
  36. package/skills/vc-finder/references/stage-signals.md +98 -0
  37. package/skills/vc-finder/references/vc-outreach-guide.md +142 -0
  38. package/skills/yc-intent-radar-skill/README.md +18 -20
@@ -11,6 +11,24 @@ Generate valid JSON-LD structured data for any webpage. The agent crawls the pag
11
11
  npx "@opendirectory.dev/skills" install schema-markup-generator --target claude
12
12
  ```
13
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
+
14
32
  ## Schema Types Supported
15
33
 
16
34
  | Type | Use When |
@@ -118,23 +136,3 @@ schema-markup-generator/
118
136
  ## License
119
137
 
120
138
  MIT
121
-
122
- ## Installation in Claude Desktop App
123
-
124
- ### Video Tutorial
125
- Watch this quick video to see how it's done:
126
-
127
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
128
-
129
- ### Step 1: Download the skill from GitHub
130
- 1. Copy the URL of this specific skill folder from your browser's address bar.
131
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
132
- 3. Paste the URL and click **Enter** to download.
133
-
134
- ### Step 2: Install the Skill in Claude
135
- 1. Open your **Claude desktop app**.
136
- 2. Go to the sidebar on the left side and click on the **Customize** section.
137
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
138
- 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).
139
-
140
- > **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!
@@ -11,6 +11,24 @@ Draft a Show HN post (title + body) that follows Hacker News norms: specific, ho
11
11
  npx "@opendirectory.dev/skills" install show-hn-writer --target claude
12
12
  ```
13
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
+
14
32
  ## What It Does
15
33
 
16
34
  - Reads your project context (from README or your answers)
@@ -92,23 +110,3 @@ show-hn-writer/
92
110
  ## License
93
111
 
94
112
  MIT
95
-
96
- ## Installation in Claude Desktop App
97
-
98
- ### Video Tutorial
99
- Watch this quick video to see how it's done:
100
-
101
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
102
-
103
- ### Step 1: Download the skill from GitHub
104
- 1. Copy the URL of this specific skill folder from your browser's address bar.
105
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
106
- 3. Paste the URL and click **Enter** to download.
107
-
108
- ### Step 2: Install the Skill in Claude
109
- 1. Open your **Claude desktop app**.
110
- 2. Go to the sidebar on the left side and click on the **Customize** section.
111
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
112
- 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).
113
-
114
- > **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!
@@ -11,6 +11,24 @@ Turn any blog post or article into a Twitter/X thread. The agent reads the conte
11
11
  npx "@opendirectory.dev/skills" install tweet-thread-from-blog --target claude
12
12
  ```
13
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
+
14
32
  ## Thread Styles
15
33
 
16
34
  | Style | Use When | Example Input |
@@ -113,23 +131,3 @@ tweet-thread-from-blog/
113
131
  ## License
114
132
 
115
133
  MIT
116
-
117
- ## Installation in Claude Desktop App
118
-
119
- ### Video Tutorial
120
- Watch this quick video to see how it's done:
121
-
122
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
123
-
124
- ### Step 1: Download the skill from GitHub
125
- 1. Copy the URL of this specific skill folder from your browser's address bar.
126
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
127
- 3. Paste the URL and click **Enter** to download.
128
-
129
- ### Step 2: Install the Skill in Claude
130
- 1. Open your **Claude desktop app**.
131
- 2. Go to the sidebar on the left side and click on the **Customize** section.
132
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
133
- 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).
134
-
135
- > **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!
@@ -12,6 +12,24 @@ This pipeline automates the discovery of highly-targeted, Developer-First startu
12
12
  npx "@opendirectory.dev/skills" install twitter-GTM-find-skill --target claude
13
13
  ```
14
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
+
15
33
  ## The Skill Directory
16
34
 
17
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.
@@ -47,23 +65,3 @@ To run the pipeline manually or via an agent:
47
65
  The pipeline generates two temporary files at the root of the repository (which are `.gitignore`d to prevent leaking data):
48
66
  - `radar-jobs.json`: The initial raw batch of scraped tech jobs.
49
67
  - `openclaw-icp-jobs.json`: The final, strict ICP-validated list of highly funded, developer-first startups hiring right now.
50
-
51
- ## Installation in Claude Desktop App
52
-
53
- ### Video Tutorial
54
- Watch this quick video to see how it's done:
55
-
56
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
57
-
58
- ### Step 1: Download the skill from GitHub
59
- 1. Copy the URL of this specific skill folder from your browser's address bar.
60
- 2. Go to [download-directory.github.io](https://download-directory.github.io/).
61
- 3. Paste the URL and click **Enter** to download.
62
-
63
- ### Step 2: Install the Skill in Claude
64
- 1. Open your **Claude desktop app**.
65
- 2. Go to the sidebar on the left side and click on the **Customize** section.
66
- 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
67
- 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).
68
-
69
- > **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!
@@ -0,0 +1,18 @@
1
+ # vc-finder: Environment Variables
2
+ # ===================================
3
+ # Gemini and Tavily are required. Firecrawl is recommended.
4
+
5
+ # Required: Google Gemini API key for product analysis and VC synthesis
6
+ # Get it: aistudio.google.com > Get API key
7
+ GEMINI_API_KEY=your_gemini_api_key_here
8
+
9
+ # Required: Tavily API key for VC investment research (Track A and Track B searches)
10
+ # Get it: app.tavily.com > API Keys
11
+ # Free tier: 1000 credits/month (~125 full runs at 8 searches per run)
12
+ TAVILY_API_KEY=your_tavily_api_key_here
13
+
14
+ # Recommended: Firecrawl API key for fetching JS-rendered product pages
15
+ # Get it: firecrawl.dev > Get API key
16
+ # Free tier: 500 credits/month
17
+ # If not set: Tavily extract is used as fallback (may miss content on React/Next.js sites)
18
+ FIRECRAWL_API_KEY=your_firecrawl_api_key_here
@@ -0,0 +1,113 @@
1
+ # vc-finder
2
+
3
+ Give the skill a product URL or description. It detects the industry and funding stage, identifies 5 comparable funded companies, searches who backed those companies (Track A), finds VCs who publish investment theses about this space (Track B), and returns a ranked sourced investor list with deep-dives and outreach hooks.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npx "@opendirectory.dev/skills" install vc-finder --target claude
9
+ ```
10
+
11
+ ### Video Tutorial
12
+ Watch this quick video to see how it's done:
13
+
14
+ https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
15
+
16
+ ### Step 1: Download the skill from GitHub
17
+ 1. Click the **Code** button on this repo's GitHub page.
18
+ 2. Select **Download ZIP** to download the repository.
19
+ 3. Extract the ZIP file on your computer.
20
+
21
+ ### Step 2: Install the Skill in Claude
22
+ 1. Open your **Claude desktop app**.
23
+ 2. Go to the sidebar on the left side and click on the **Customize** section.
24
+ 3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
25
+ 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).
26
+
27
+ > **Note:** Make sure you are uploading the folder that contains the `SKILL.md` file!
28
+
29
+ ## What It Does
30
+
31
+ - Fetches the product URL via Firecrawl (handles JS-rendered SPAs) or Tavily extract as fallback
32
+ - Detects funding stage from CTA signals on the page (waitlist, free trial, pricing, sales CTAs)
33
+ - Uses Gemini to map a 3-level industry taxonomy (L1 > L2 > L3) and identify 5 comparable funded companies
34
+ - Track A: 5 Tavily searches to find who invested in each comparable company
35
+ - Track B: 3 Tavily searches to find VCs who publish investment theses about this specific niche
36
+ - Gemini synthesizes and ranks all found VCs by stage fit and space fit (1-10 scores)
37
+ - Produces top 5 deep-dives with fund overview, portfolio evidence, how-to-approach, and outreach hook
38
+ - Generates 3 product-specific outreach hooks (not generic advice)
39
+ - Saves output to `docs/vc-intel/[product]-[date].md`
40
+
41
+ ## Requirements
42
+
43
+ | Requirement | Purpose | How to Set Up |
44
+ |---|---|---|
45
+ | Gemini API key | Product analysis and VC synthesis | aistudio.google.com, Get API key |
46
+ | Tavily API key | VC investment research (Track A and Track B) | app.tavily.com, free tier: 1000 credits/month |
47
+ | Firecrawl API key | Fetching JS-rendered product pages | firecrawl.dev, free tier: 500 credits/month |
48
+
49
+ Gemini and Tavily are required. Firecrawl is recommended -- without it, Tavily extract is used as fallback (may miss JS-rendered content).
50
+
51
+ ## Setup
52
+
53
+ ```bash
54
+ cp .env.example .env
55
+ # Add GEMINI_API_KEY and TAVILY_API_KEY (required)
56
+ # Add FIRECRAWL_API_KEY (recommended)
57
+ ```
58
+
59
+ ## How to Use
60
+
61
+ ```
62
+ "Find VCs for my startup: https://example.com"
63
+ "Who invests in developer tools at seed stage?"
64
+ "Build me a VC target list for https://example.com"
65
+ "Which funds should I pitch? https://example.com"
66
+ "Find investors for my product: [paste description]"
67
+ "Who backed companies like mine? https://example.com"
68
+ ```
69
+
70
+ Or paste a product description directly if the URL is behind a login or returns no readable content.
71
+
72
+ ## Why Two Tracks
73
+
74
+ **Track A (portfolio mapping):** VCs who already wrote a check in your space. These investors have proven they understand the category, the risks, and the buyer. They need less convincing than a generalist fund.
75
+
76
+ **Track B (thesis matching):** VCs who are actively publishing about your space. An investor who wrote a 2,000-word blog post about why they want to invest in CI/CD tooling is actively looking for deals. Your cold email lands in a much warmer inbox.
77
+
78
+ Generic "VCs in B2B SaaS" lists skip both signals. This skill produces only VCs with named evidence for each entry.
79
+
80
+ ## Output
81
+
82
+ Each run produces:
83
+
84
+ 1. **Product analysis**: detected industry taxonomy, stage, ICP, comparable companies used
85
+ 2. **Track A table**: VCs who backed comparable companies (with evidence)
86
+ 3. **Track B table**: VCs with published theses about this space (with source)
87
+ 4. **Top 5 deep-dives**: fund overview, why it fits, portfolio in space, how to approach, outreach hook
88
+ 5. **3 outreach hooks**: product-specific openers for cold outreach
89
+
90
+ ## Cost per Run
91
+
92
+ - Firecrawl: ~$0.001 per fetch
93
+ - Tavily: 8 searches at ~$0.01 each = ~$0.08
94
+ - Gemini: 2 calls at ~$0.015 each = ~$0.03
95
+ - Total: ~$0.12 per run
96
+
97
+ ## Project Structure
98
+
99
+ ```
100
+ vc-finder/
101
+ ├── SKILL.md
102
+ ├── README.md
103
+ ├── .env.example
104
+ ├── evals/
105
+ │ └── evals.json
106
+ └── references/
107
+ ├── stage-signals.md
108
+ └── vc-outreach-guide.md
109
+ ```
110
+
111
+ ## License
112
+
113
+ MIT