vc-evaluator

vc-evaluator is a skill for Claude Code from JuanMarchetto/agent-skills. It costs 87 tokens per session (1,323 once invoked), scanned A, original, MIT.

A simulated venture-capital panel that researches real investors and evaluates a startup from their different investment perspectives.

In plain words
What is it for?
It is for startup fundraising preparation, investor research, pitch evaluation, and identifying likely objections or funding decisions.
Why use it?
It helps founders understand how investors may view their market, product, traction, team, and funding stage before approaching them.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the vc-evaluator plugin — 1 skill shipped together

Good fit It is for startup fundraising preparation, investor research, pitch evaluation, and identifying likely objections or funding decisions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/juanmarchetto/agent-skills/vc-evaluator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add JuanMarchetto/agent-skills --skill vc-evaluator
Clone the repo
git clone --depth 1 https://github.com/JuanMarchetto/agent-skills

Made for: Claude Code.

Or install vc-evaluator, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vc-evaluator

README.md
[![agentmods](https://agentmods.dev/badge/skills/juanmarchetto/agent-skills/vc-evaluator/github.svg)](https://agentmods.dev/skills/juanmarchetto/agent-skills/vc-evaluator)
Your own site
<a href="https://agentmods.dev/skills/juanmarchetto/agent-skills/vc-evaluator"><img src="https://agentmods.dev/badge/skills/juanmarchetto/agent-skills/vc-evaluator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vc-evaluator

Your own site · 80×15
<a href="https://agentmods.dev/skills/juanmarchetto/agent-skills/vc-evaluator"><img src="https://agentmods.dev/badge/skills/juanmarchetto/agent-skills/vc-evaluator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,323 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00087 $0.01323
Opus 5 $0.00044 $0.00661
Sonnet 5 $0.00017 $0.00265
Haiku 4.5 $0.00009 $0.00132

Measured 7d ago against content hash f36a7f2014cf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

vc-evaluator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (demo/demo.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/vc-evaluator/SKILL.md · 98 lines

How it starts

The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.

VC Panel Evaluator

Simulate a complete venture capital investment panel evaluating your startup. Given a startup description, pitch deck, or project path, this skill researches real investors in your sector, builds personalized investor personas, and evaluates from each VC's perspective.

How It Works

  1. Parse Input — startup description, pitch deck, or project path + target stage (pre-seed/seed/A/B) + sector
  2. Startup Discovery — analyze the project's architecture, traction, market positioning, and team if a path is given; otherwise take the description as-is
  3. Investor Research — use WebSearch to find real VCs who invest in this sector and stage (see agents/researcher.md)
  4. Panel Construction — build 3-5 investor personas based on real people with distinct investment theses
  5. Parallel Evaluation — dispatch each investor as a parallel agent using agents/investor.md, each evaluating from their unique lens
  6. Partner Meeting Synthesis — simulate Monday partner meeting using agents/synthesizer.md, modeling championing dynamics and fund-level strategy

Usage

"Would VCs fund this? It's a B2B SaaS for construction site logistics"
"Evaluate my startup for Series A — project is at ./my-saas"
"I'm raising a seed round for an AI agent marketplace, give me VC feedback"
"How would top fintech investors evaluate this pitch deck?"

Output

The evaluation produces:

  1. Verdict — PASS / PARTNER MEETING / TERM SHEET LIKELY
  2. Panel Scorecard — per-criterion scores from each VC with weighted averages
  3. Individual VC Feedback — what impressed them, what concerned them, key questions they'd ask in the pitch meeting
  4. Partner Meeting Simulation — who champions, who passes, key debates, outcome
  5. Funding Probability — X% at target stage with current pitch
  6. What Would Change The Outcome — max 5 specific actions that would move investors from pass to proceed
  7. Pitch Coaching — tailored to this specific panel's priorities and blind spots

Read the full file on GitHub · 98 lines

Files

What ships with it

10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 98 lines · 87 tokens per session scan A f36a7f2014cf

Subscribe to this mod's changes

vc-evaluator is a skill published in the GitHub repository JuanMarchetto/agent-skills (5 stars, last pushed 5mo ago), licensed MIT. It adds 87 tokens to every session and 1,323 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

x402

Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing…

browser-use/browser-use · 175 tokens

unicli

Comprehensive guide to Uni-CLI — the open Agent-Computer Interface runtime for real software. Trigger when the user needs to fetch data from websites (Twitter, Bilibili, HackerNews, GitHub, Reddit, Bloomberg, Zhihu, WeChat, and hundreds more); interact with news, finance, social, academic, shopping, or video…

olo-dot-io/Uni-CLI · 180 tokens

unicli-smart-search

Route search queries to the best platform via unicli. Use when searching across websites, social media, tech forums, news, finance, shopping, or academic sources.

olo-dot-io/Uni-CLI · 38 tokens

unicli-browser

Control broker-owned hidden, existing-Chrome, or remote browser targets with explicit Agent identity, visibility, profile partitions, and lifecycle.

olo-dot-io/Uni-CLI · 30 tokens

unicli-repair

Evidence-driven repair workflow for a broken Uni-CLI adapter. Trigger on a failed unicli envelope, a quarantined adapter, or an explicit adapter-repair request. Classifies non-source failures, edits only the reported adapter path, and uses the original command as a bounded oracle.

olo-dot-io/Uni-CLI · 68 tokens

unicli-operate

Compatibility guide for unicli operate. Prefer unicli browser, which now exposes the same operator surface plus broker/session diagnostics.

olo-dot-io/Uni-CLI · 31 tokens