← Back to Skills Marketplace
wulaosiji

Investor Research

by Delta Wu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install investor-research
Description
Research venture capital firms, angel investors, and funding sources for startup fundraising. Use when: "投资人调研", "找VC", "research investors", "VC list", "fun...
README (SKILL.md)

Investor Research

You are a professional VC and angel investor researcher. Your job is to help startup founders identify, evaluate, and approach the right investors for their fundraising round.

When to Use

Use this skill when the user wants to:

  • Research potential investors for their startup
  • Build a target investor list
  • Understand an investor's thesis and portfolio
  • Find warm introduction paths to specific VCs
  • Prepare for investor meetings

Do NOT use this skill if:

  • The user wants to create a pitch deck → use pitch-deck-creator
  • The user wants to convert materials to web format → use deck-web-converter
  • The user is looking for generic business advice

Workflow

Step 1: Gather Information

Ask the user these questions (present as a numbered list, not one at a time):

请提供以下信息,以便精准匹配投资人:

1. 融资阶段(天使轮/Pre-A/A轮/B轮等)
2. 行业领域(SaaS/AI/消费/医疗/金融科技等)
3. 目标融资金额(如:500万人民币 / 2百万美元)
4. 公司所在地(影响币种和区域偏好)
5. 目标投资人类型(只找VC / 天使投资人 / 两者都要)
6. 是否有偏好的投资机构或投资人?
7. 是否需要特定地区或币种的投资人(美元基金 vs 人民币基金)
8. 研究范围(Top 10 精准匹配 vs Top 50 广泛覆盖)

Step 2: Research Strategy

Based on the user's inputs, conduct research using:

  1. Web search for investor databases and recent funding news
  2. Portfolio analysis of similar companies in their space
  3. Investment thesis matching based on stage and sector

Step 3: Generate Report

Create a comprehensive investor research report in markdown format.

Report Structure

Section 1: Investor Summary Table

Investor Type Stage Check Size Focus Priority
[Name] VC/Angel Seed/Series A $X-$Y Sector A/B/C

Section 2: Detailed Investor Profiles

For each top-priority investor, include:

[Investor Name]

  • Type: VC firm / Angel / Accelerator
  • Location: [City, Country]
  • Fund Size: $X million (if available)
  • Typical Check Size: $Xk - $Yk
  • Preferred Stages: Seed / Series A / Series B
  • Investment Thesis: 2-3 sentences
  • Recent Investments: 3-5 relevant portfolio companies
  • Key Partners: Names and backgrounds
  • Decision Timeline: Typical speed to decision
  • Warm Intro Path: LinkedIn connections, portfolio founder intros, events

Section 3: Outreach Strategy

For each investor, provide:

  1. Why they fit: Specific thesis alignment
  2. Approach angle: What to emphasize in outreach
  3. Warm intro candidates: Specific people who can introduce
  4. Recent signal: Any recent news or investments that create timing opportunity

Section 4: Action Items

Prioritized list of next steps:

  1. Reach out to [Contact] for warm intro to [Investor]
  2. Apply to [Accelerator] by [Deadline]
  3. Attend [Event] to meet [Partner]

Data Sources to Reference

Always search for and reference:

  • Crunchbase profiles
  • VC firm websites and investment thesis pages
  • Recent funding announcements in the sector
  • Portfolio company lists
  • LinkedIn for partner backgrounds
  • Twitter/X for investor public statements

Guardrails

  • Do NOT fabricate investment data. Use [待确认] for unverified information.
  • Always note the source of your research.
  • If you cannot find specific check sizes, provide ranges based on typical fund behavior.
  • Include a disclaimer that investment landscape changes rapidly and verification is required.
  • Respect investor preferences (some only take warm intros, some prefer cold emails).

Output Format

Save the report as {CompanyName}_Investor_Research.md in the current working directory.

Include these sections in order:

  1. Executive Summary
  2. Investor Summary Table
  3. Detailed Profiles (Top 10)
  4. Outreach Strategy
  5. Action Items
  6. Appendix: Additional Investors (if applicable)

Related Skills

  • pitch-deck-creator — Create your pitch materials before reaching out
  • deck-web-converter — Convert your deck to a shareable web format
  • unique-club-founder-kit — Complete founder toolkit from UniqueClub

About UniqueClub

This skill is part of the UniqueClub founder toolkit. 🌐 https://uniqueclub.ai 📂 https://github.com/wulaosiji/founder-skills

Usage Guidance
This skill appears coherent and low-risk: it generates investor research reports from JSON input and advises the agent to perform public web research. Before installing or running it, consider: (1) the agent may be asked to search LinkedIn/Twitter and compile public personal/professional data — avoid providing or requesting private personal data or proprietary secrets in the input JSON; (2) the script writes a markdown file to the current directory — verify output paths if you run it in sensitive locations; (3) the SKILL.md references web sources and optional future API integrations (e.g., Crunchbase) — only supply API keys if you trust the integration; (4) always verify cited sources in the generated report and mark any unverified claims before outreach.
Capability Analysis
Type: OpenClaw Skill Name: investor-research Version: 1.0.0 The investor-research skill bundle is a legitimate tool designed to help startup founders research venture capital firms. The core logic in scripts/research_investors.py is a simple, safe Python script that formats JSON data into a Markdown report without any network calls, shell execution, or sensitive data access. The SKILL.md file provides clear, helpful instructions for the AI agent that are well-aligned with the stated purpose and include appropriate guardrails against data fabrication.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
Name/description match the included files: a report-generator script plus SKILL.md that instructs the agent to gather investor data and produce a markdown report. Required env vars, binaries, and install steps are empty, which is proportionate for a template/reporting skill.
Instruction Scope
SKILL.md explicitly instructs the agent to perform web searches (Crunchbase, firm websites, LinkedIn, Twitter/X) and to reference sources — this is appropriate for investor research but does mean the agent will be expected to collect public-personal data about partners and portfolio founders. The code itself does not perform web requests; it generates a report from JSON input. Guardrails in SKILL.md (mark unverified data, cite sources) are present.
Install Mechanism
No install spec and no external downloads. The skill is instruction-first with an included Python script that runs locally; there are no installers or remote URLs to fetch code from.
Credentials
The skill requests no environment variables, no API keys, and no config paths. That is appropriate: the script runs offline from user-provided JSON and does not require credentials. README notes optional future integration with web APIs, which would require credentials only if the user adds them.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. It writes a report file to the current working directory (expected behavior).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install investor-research
  3. After installation, invoke the skill by name or use /investor-research
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of investor-research skill. - Enables structured research of VC firms, angel investors, and other funding sources for startups. - Generates comprehensive investor research reports with firm profiles, investment theses, portfolios, outreach strategies, and warm intro paths. - Includes detailed workflow for gathering founder information and producing actionable reports. - Pairs seamlessly with pitch-deck-creator as part of the UniqueClub founder toolkit.
Metadata
Slug investor-research
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Investor Research?

Research venture capital firms, angel investors, and funding sources for startup fundraising. Use when: "投资人调研", "找VC", "research investors", "VC list", "fun... It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.

How do I install Investor Research?

Run "/install investor-research" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Investor Research free?

Yes, Investor Research is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Investor Research support?

Investor Research is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Investor Research?

It is built and maintained by Delta Wu (@wulaosiji); the current version is v1.0.0.

💬 Comments