Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

anysite-vc-analyst

verified

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 GitHub

Marketplace

anysite-skills-marketplace

anysiteio/agent-skills

Plugin

anysite-cli

productivity

Repository

anysiteio/agent-skills
10stars

skills/anysite-vc-analyst/SKILL.md

Last Verified

February 3, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/anysiteio/agent-skills/blob/main/skills/anysite-vc-analyst/SKILL.md -a claude-code --skill anysite-vc-analyst

Installation paths:

Claude
.claude/skills/anysite-vc-analyst/
Powered by add-skill CLI

Instructions

# 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

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
6110 chars