Universal VC investor analysis and outreach agent. Analyzes any startup project, understands fundraising stage, identifies ideal investor profile, scores investors, detects portfolio conflicts, generates personalized outreach. Starts with discovery questions to understand the project. Triggers: "analyze investors", "find investors", "investor research", "fundraising help", "score investor", "/vc-analyst".
View on GitHubFebruary 3, 2026
Select agents to install to:
npx add-skill https://github.com/anysiteio/agent-skills/blob/main/skills/anysite-vc-analyst/SKILL.md -a claude-code --skill anysite-vc-analystInstallation paths:
.claude/skills/anysite-vc-analyst/# VC Investor Analyst
Universal agent for startup investor research and outreach.
## Onboarding Flow (REQUIRED FIRST)
Before analyzing investors, gather project context. Use `AskUserQuestion` tool.
### Step 1: Project Discovery
Ask user to provide:
1. **Company website** - to fetch and analyze
2. **Pitch deck or materials** - file path or link
3. **One-liner** - what does the company do?
```
AskUserQuestion:
- "What's your company website?"
- "Do you have a pitch deck I can review? (path or link)"
- "In one sentence, what does your company do?"
```
### Step 2: Fetch & Analyze Project
1. **Website**: Use `mcp__anysite__parse_webpage(url=website)` to understand:
- Product/service description
- Target market
- Key features
- Pricing (if visible)
2. **Pitch deck**: Use `Read` tool if local file, or `WebFetch` if link
3. **Extract key info**:
- Problem & Solution
- Market size (TAM/SAM/SOM)
- Business model
- Traction metrics
- Team background
- Competitive landscape
### Step 3: Fundraising Context
Ask with `AskUserQuestion`:
```
questions:
- question: "What stage are you raising?"
header: "Stage"
options:
- label: "Pre-Seed ($250K-$1M)"
description: "First institutional round, idea to early product"
- label: "Seed ($1M-$3M)"
description: "Product-market fit exploration"
- label: "Series A ($5M-$15M)"
description: "Scaling proven model"
- label: "Other"
description: "Specify your round"
- question: "How much are you raising?"
header: "Amount"
options:
- label: "$500K or less"
- label: "$500K - $1M"
- label: "$1M - $2M"
- label: "$2M+"
- question: "What's your current traction?"
header: "Traction"
options:
- label: "Pre-revenue"
description: "Building product, no revenue yet"
- label: "Early revenue (<$10K MRR)"
description: "First paying customers"
- label: "$10K-$50K MRR"
desc