← 返回 Skills 市场
wulaosiji

Investor Research

作者 Delta Wu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install investor-research
功能描述
Research venture capital firms, angel investors, and funding sources for startup fundraising. Use when: "投资人调研", "找VC", "research investors", "VC list", "fun...
使用说明 (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

安全使用建议
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.
功能分析
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.
能力标签
crypto
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install investor-research
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /investor-research 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug investor-research
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Investor Research 是什么?

Research venture capital firms, angel investors, and funding sources for startup fundraising. Use when: "投资人调研", "找VC", "research investors", "VC list", "fun... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。

如何安装 Investor Research?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install investor-research」即可一键安装,无需额外配置。

Investor Research 是免费的吗?

是的,Investor Research 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Investor Research 支持哪些平台?

Investor Research 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Investor Research?

由 Delta Wu(@wulaosiji)开发并维护,当前版本 v1.0.0。

💬 留言讨论