Matches product descriptions and URLs to relevant VC investors by stage, industry, and niche using a curated static dataset and Python script. Useful for finding funding for startups or projects.
npx claudepluginhub varnan-tech/opendirectory --plugin opendirectory-gtm-skillsThis skill uses the workspace's default tool permissions.
Identify targeted VC funds based on a product's description and URL.
Finds VCs for startups from product URL/description: detects industry/stage, identifies 5 funded comparables, researches backers (Track A) and thesis publishers (Track B), ranks with sourced deep-dives and outreach hooks.
Analyzes startup websites and pitch decks to assess fundraising stage, identify ideal VC profiles, score investors, detect portfolio conflicts, and generate personalized outreach.
Reviews business plans or product strategies as a smart-money seed/Series-A investor. Outputs verdict in one of four modes: SEED VIABLE, LATER ROUND ONLY, BOOTSTRAP-ONLY, UNFUNDABLE.
Share bugs, ideas, or general feedback.
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).