Agent skill · Data & Analytics

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.

Varnan-Techgithub.com/Varnan-TechGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add Varnan-Tech/opendirectory --skill vc-curated-match --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 12
SKILL.md size: 1 KB
Bundled scripts: yes
Version: 1.0.0
Declared author: OpenDirectory
Path: skills/vc-curated-match/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 571
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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. ```bash python scripts/run.py --description "A fast rust-based web framework" --url "https://example.com" ``` For custom requests, append overrides: ```bash 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 packag

What's inside
Steps it walks through
  1. When to Trigger This Skill
  2. Step 1: Confirm Input
  3. Step 2: Fetch Matches & Generate Report
  4. Step 3: Present Results
  5. Dependencies
Ships with 11 files
  • README.md
  • data/vc_funds.json
  • evals/ai-b2b-saas-seed.md
  • evals/devtool-oss-seed.md
  • evals/evals.json
  • evals/fintech-india-preseed.md
  • evals/varnan-seed.md
  • scripts/fetch_product_context.py
  • scripts/generate_report.py
  • scripts/match_vcs.py
  • scripts/run.py
Commands it runs
python scripts/run.py --description "A fast rust-based web framework" --url "https://example.com"
python scripts/run.py \
More from opendirectory
All skills →
About this skill
What does the vc-curated-match skill do?

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.

How do I install it?

Run `npx skills add Varnan-Tech/opendirectory --skill vc-curated-match --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Varnan-Tech/opendirectory, a repository with 571 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going