/vc-curated-match
Accepts a product description and URL to algorithmically identify relevant Venture Capital investors targeting exactly that stage, industry, and niche based on a curated static dataset.
$ npx -y skills add Varnan-Tech/opendirectory --skill vc-curated-match --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/vc-curated-match
Context preview
The summary Claude sees to decide when to auto-load this skill.
Accepts a product description and URL to algorithmically identify relevant Venture Capital investors targeting exactly that stage, industry, and niche based on a curated static dataset.
SKILL.md
vc-curated-match.SKILL.mdname: vc-curated-match
description: Accepts a product description and URL to algorithmically identify relevant Venture Capital investors targeting exactly that stage, industry, and niche based on a curated static dataset.
author: OpenDirectory
version: 1.0.0
VC Curated Match Skill
Identify targeted VC funds based on a product's description and URL.
---
When to Trigger This Skill
Use this skill when the user asks to:
- Find investors for their startup or open-source project.
- Get a list of relevant VC funds by stage, industry, or space.
- Match their product built with specific technologies to investor theses.
---
Step 1: Confirm Input
Ask the user for the product description and the URL. Optional parameters:
- Stage: `Pre-Seed`, `Seed`, `Series A` (`--stage`)
- Output: e.g., `vc-matches.md` (`--output`)
---
Step 2: Fetch Matches & Generate Report
Run the orchestrator script to handle context fetching, VC matching, and Markdown generation in one command.
python scripts/run.py --description "A fast rust-based web framework" --url "https://example.com"
For custom requests, append overrides:
python scripts/run.py \
--description "..." \
--url "..." \
[--stage Seed] \
[--output matched-investors.md]
---
Step 3: Present Results
Summarize the closest matches returned. Mention high-confidence matches explicitly. Provide the output path.
---
Dependencies
Standard Python 3.10+ library (no external packages required).
Read more
name: vc-curated-match description: Accepts a product description and URL to algorithmically identify relevant Venture Capital investors targeting exactly that stage, industry, and niche based on a curated static dataset. author: OpenDirectory version: 1.0.0
VC Curated Match Skill
Identify targeted VC funds based on a product's description and URL.
---
When to Trigger This Skill
Use this skill when the user asks to:
- Find investors for their startup or open-source project.
- Get a list of relevant VC funds by stage, industry, or space.
- Match their product built with specific technologies to investor theses.
---
Step 1: Confirm Input
Ask the user for the product description and the URL. Optional parameters:
- Stage: `Pre-Seed`, `Seed`, `Series A` (`--stage`)
- Output: e.g., `vc-matches.md` (`--output`)
---
Step 2: Fetch Matches & Generate Report
Run the orchestrator script to handle context fetching, VC matching, and Markdown generation in one command.
python scripts/run.py --description "A fast rust-based web framework" --url "https://example.com"
For custom requests, append overrides:
python scripts/run.py \ --description "..." \ --url "..." \ [--stage Seed] \ [--output matched-investors.md]
---
Step 3: Present Results
Summarize the closest matches returned. Mention high-confidence matches explicitly. Provide the output path.
---
Dependencies
Standard Python 3.10+ library (no external packages required).
AI Agent Skills built for Founders who hate Marketing
Repo: Varnan-Tech/opendirectory
Other skills on opendirectory-gtm-skills.
- /app-store-review-arbitrage
Fetches low-star App Store and Google Play reviews, clusters them into broken-promise patterns, and generates a ranked copy brief with positioning opportunities.
Open skill - /blog-cover-image-cli
Use when the user asks to generate a blog cover image, thumbnail, or article header. Automatically uses modern typography, brand logos, and Google Search grounding to create beautiful 16:9 images with Gemini 3.1 Flash Image Preview.
Open skill - /brand-alchemy
World-class brand strategist and naming expert. Uses an interrogation-led discovery phase to extract your brand's DNA, then applies scientific naming frameworks (Phonosemantics) and automated multi-TLD domain checking.
Open skill - /claude-md-generator
Use when the user asks to generate or update a project's CLAUDE or AGENTS context file from a codebase scan. Writes a focused file under 100 lines containing only the non-obvious build commands, conventions, and gotchas Claude Code needs.
Open skill - /cold-email-verifier
Use when the user wants to verify cold emails, enrich a lead list, or autonomously guess email addresses from a CSV using ValidEmail.co or the open-source Reacher engine.
Open skill - /company-radar
Competitive intelligence orchestrator tracking companies across 8+ platforms (GitHub, Twitter, Reddit, HN, PH, YC Jobs) with heat scores and AI briefings.
Open skill

