Systems Lab

Agent skill

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.

activeReaches the webActs undeclared182 words

Filed under CRM and RevOps.

From Varnan-Tech/opendirectory · 57 skills · 626 · pushed 2026-08-16

What it does when it runs

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.

Read from the skill and the 11 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.

Keys and connectors you must supply
None found.
Hosts it reaches
  • a16z.com
  • blume.vc
  • boldstart.vc
  • crane.vc
  • download-directory.github.io
  • elevationcapital.com
  • example-ai-sales.com
  • example-fintech.in
  • firstround.com
  • greylock.com
  • lsvp.com
  • manus.im
  • nexusvp.com
  • opendirectory.dev
  • oss.capital
  • trymylandingpage.com
  • varnan.tech
  • www.accel.com
  • www.amplifypartners.com
  • www.baincapitalventures.com
  • www.benchmark.com
  • www.bvp.com
  • www.cherry.vc
  • www.foundercollective.com
  • www.heavybit.com
  • www.indexventures.com
  • www.peakxv.com
  • www.pointnine.com
  • www.sequoiacap.com
  • www.unusual.vc
  • www.ycombinator.com
Tool permissions it declares
No allowed-tools in the frontmatter. It does act, so it runs under whatever permissions your session already grants.
Actions present in the files
shellwrites files

Ask about vc-curated-match

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
git clone --depth 1 --filter=blob:none --sparse https://github.com/Varnan-Tech/opendirectory.git /tmp/opendirectory
git -C /tmp/opendirectory sparse-checkout set "skills/vc-curated-match"
mkdir -p ~/.claude/skills/vc-curated-match
cp -R "/tmp/opendirectory/skills/vc-curated-match/." ~/.claude/skills/vc-curated-match/

Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗

Or take the whole library

This repo ships a .claude-plugin manifest, so Claude Code can install all 57 skills at once. Plugin skills are invoked as /<plugin>:<skill>, so they never collide with your own.

/plugin marketplace add Varnan-Tech/opendirectory
/plugin

The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.

Reproduced in full from Varnan-Tech/opendirectory/blob/62e437ab13408171805a87d16f5cb0151f96ea3c/skills/vc-curated-match/SKILL.md, which is licensed MIT (repository). 182 words, 6 headings.

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).

Files bundled with it

These load only when the skill asks for them, so they cost nothing until it runs.

Need help setting it up?

This page tells you what vc-curated-match does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.

Book a call →

The directory stays free. There is nothing gated behind this.