Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
investment-research logo

investment-research

iriould-investment-research

researchClaude Codeby Iriould

Summary

一级市场私募股权投资研究:行业研究、公司尽调、关键问题识别、竞对分析

Install to Claude Code

/plugin install investment-research@iriould-investment-research

Run in Claude Code. Add the marketplace first with /plugin marketplace add iriould/investment-research if you haven't already.

README.md

Investment-Research Plugin

一级市场私募股权/风险投资投研辅助插件,帮助投资人完成从行业研究到投资决策的完整投研流程。

功能概览

| Skill | 触发词 | 工作流 | |-------|--------|--------| | 行业研究 | "研究XX行业"、"行业分析"、"市场格局" | 8步:行业定义→市场规模→竞争格局→核心技术拆解→价值链→政策→技术趋势→投资逻辑 | | 公司研究 | "分析XX公司"、"对XX做投研"、"尽调" | 6步:协作模式→加载文档→精炼→业务与技术深度分析→回答问题→报告 | | 关键问题 | "识别盲区"、"提出关键问题"、"交叉验证" | 4步:加载文档→盲区识别→交叉验证→关键问题提出 | | 竞对分析 | "对比XX和YY"、"XX的竞品"、"竞对分析" | 6步:分析范围→行业特征→信息搜索→六维画像→对比与威胁评估→报告 |

投研流程链

行业研究 → 公司研究 → 关键问题 → 竞对分析

每个 Skill 的输出可直接作为后续 Skill 的输入,形成完整的投研闭环。

技术分析特色

本插件特别强化了技术维度的分析能力,适合科技领域投资研究:

  • 行业研究:新增"核心技术拆解"步骤,分析技术栈、架构模式、关键挑战、成熟度、开源vs专有
  • 公司研究:新增"核心技术深度分析"子步骤,拆解技术架构、评估技术护城河、研发能力、技术差异化、技术风险
  • 关键问题:技术问题权重30%,覆盖架构验证、性能核实、壁垒真实性、路线风险、研发评估
  • 竞对分析:技术维度扩展为6个子维度(架构、技术栈、开源vs专有、研发投入、成熟度、路线图)

飞书协作

所有 Skill 均支持可选飞书协作模式:

  • 输入:从飞书云文档读取参考资料
  • 输出:将报告写入飞书云文档,并发送链接

协作模式可在启用插件时通过 userConfig 配置,也可在首次运行时选择并保存到插件持久配置。详细规则见:

  • shared/references/collaboration-policy.md
  • shared/references/lark-collaboration.md

如果飞书工具不可用或权限不足,插件应回退到本地 Markdown 输出,不中断研究流程。

搜索工具配置

搜索工具不绑定固定 MCP 或固定 Skill。插件会优先使用用户配置的搜索工具:

  • primary_search_tools:通用搜索,覆盖行业、公司、融资、政策、竞对等信息
  • technical_search_tools:技术搜索,覆盖技术文档、开源项目、代码仓库、API、benchmark 等信息
  • search_language_bias:搜索语言偏好,支持 zh-firsten-firstauto

配置可来自 plugin userConfig,也可在首次运行后保存到 ${CLAUDE_PLUGIN_DATA}/investment-research-config.json。详细规则见 shared/references/search-policy.md

行业支持

竞对分析 Skill 支持任意行业的动态对比框架:

  • 内置 8 个常见行业模式(AI、SaaS、半导体、消费、制造、医疗、新能源、金融科技)
  • 未覆盖的行业通过"行业特征发现协议"自动构建对比维度

安装

通过 Marketplace 安装(推荐)

# 1. 添加 Marketplace
claude plugin marketplace add iriould/investment-research

# 2. 安装插件
claude plugin install investment-research@iriould-investment-research

或在 Claude Code 交互模式中:

/plugin marketplace add iriould/investment-research
/plugin install investment-research@iriould-investment-research

前置条件

  • Python 3.8+ — 用于文档加载和盲区识别脚本
  • lark-cli(可选)— 启用飞书协作模式后可读写飞书云文档
  • Tesseract OCR(可选)— 用于 PDF OCR 识别
  • 搜索工具 / MCP 服务器(可选)— 用户可配置任意已安装、已授权的搜索工具

首次运行时,Python 依赖(pymupdf、pillow、openpyxl、pytesseract)会自动安装。

许可证

MIT

Related plugins

Browse all →