Matches startups to relevant VC investors by stage, industry, and niche using a curated dataset. Accepts a product description and URL.
How this skill is triggered — by the user, by Claude, or both
Slash command
/opendirectory-gtm-skills:vc-curated-matchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Identify targeted VC funds based on a product's description and URL.
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).
npx claudepluginhub varnan-tech/opendirectory --plugin opendirectory-gtm-skillsTakes a startup product URL or description, finds comparable funded companies, and returns a ranked list of relevant VCs with outreach hooks. Use for investor research or building a VC target list.
Analyzes startup projects, determines fundraising stage, identifies ideal investor profiles, scores investors, detects portfolio conflicts, and generates personalized outreach emails.
Simulates realistic VC investment committee discussions with three partner archetypes debating startup merits, concerns, deal terms, and scoring 28 dimensions for IC preparation.