varnan-tech/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 skills add https://github.com/Varnan-Tech/opendirectory --skill vc-curated-match
Identify targeted VC funds based on a product's description and URL.
Use this skill when the user asks to:
Ask the user for the product description and the URL.
Optional parameters:
Pre-Seed, Seed, Series A (--stage)vc-matches.md (--output)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]
Summarize the closest matches returned. Mention high-confidence matches explicitly. Provide the output path.
Standard Python 3.10+ library (no external packages required).
Take varnan-tech/vc-curated-match from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.