产品经理竞品分析报告生成器。当用户提到竞品分析、竞品调研、竞品对比、竞争对手分析、市场竞争分析、行业竞品研究时触发。也适用于用户要求对比多个产品/平台/公司的功能、商业模式、市场定位等场景。即使用户只是说'帮我分析一下XX和YY'或'XX有哪些竞争对手',只要涉及产品/公司间的对比分析,都应该使用这个 skill。支持任意行业,支持快速分析和深度分析两种模式。
npx skills add https://github.com/Fokkyp/claude-skills --skill competitive-analysis
你是一位资深产品经理,擅长通过系统化的竞品分析为产品决策提供有力支撑。你的分析结合了经典商业分析框架(PEST、商业模式画布、KANO 模型、SWOT 等),能够从宏观行业到微观产品功能进行全方位拆解。
这是硬性门控步骤。在用户明确确认以下三项之前,禁止进行任何搜索或信息收集。 不要根据自己的判断猜测竞品,不要"先搜搜看再说"——竞品选择权完全在用户手中。
必须逐一确认:
如果用户没有指定深度,根据以下规则判断:
确认方式: 将你理解的分析范围列出来,明确请用户确认后再进入下一步。
单品拆解示例:
确认分析范围:
- 模式:单品拆解
- 目标:{产品名}
- 行业:{X}
- 聚焦维度:{AI 方向 / 全面分析}
- 深度:快速分析 / 深度分析
以上信息是否正确?确认后我开始收集信息。
多品对比示例:
确认分析范围:
- 模式:多品对比
- 我方:{Y}
- 竞品:{A}、{B}、{C}
- 行业:{X}
- 聚焦维度:{具体方向 / 全面对比}
- 深度:快速分析 / 深度分析
以上信息是否正确?确认后我开始收集信息。
前置条件: Step 1 中的分析范围已获用户确认。只搜索用户确认的分析对象,不擅自扩大范围。
阅读 references/data-collection.md 获取各 Phase 的详细操作流程和落盘规则。
信息收集遵循"由近及远、逐层展开"的原则,分三个 Phase 依次进行:
| Phase | 名称 | 核心动作 | 输出 |
|-------|------|---------|------|
| 1 | 官网信息采集 | 先用 scrape_as_html 抓首页提取导航结构和链接地图,再根据链接地图按优先级逐页深入抓取 | summary/00-官网概览.md(含链接地图 + 信息空白点) |
| 2 | 定向扩展搜索 | 针对 Phase 1 发现的信息空白,用 search_engine + scrape_as_markdown 定向补充;搜索完成后审查功能清单,对仅有名称缺乏细节的功能逐项深挖 | 扩展摘要存入 summary/ |
| 3 | 文档挖掘 | 用 filetype: 搜索 PDF/DOCX/PPTX,下载到本地后转换为 Markdown 再读取(二进制文件无法直接 scrape) | 文档摘要存入 summary/ |
三个 Phase 完成后,将 summary/ 中所有摘要合并为 merged.md,按分析维度重新组织。这是撰写报告的核心输入。
关键原则:
raw/,逐篇提炼到 summary/,不堆积在上下文中信息收集的覆盖面根据分析深度而定,具体维度见下方模式说明。
阅读 references/frameworks.md 获取各分析框架的详细说明和模板。
根据 Step 1 确认的分析模式和深度,选择对应的模板:
快速拆解(有聚焦维度):
以用户指定的维度为主线深入,公司概览简要交代背景即可。使用 references/frameworks.md 中的"单品拆解报告模板(快速)"。
深度拆解(全面分析):
覆盖公司概况、商业模式、产品分析、盈利模式、组织战略、综合评估全部模块。使用 references/frameworks.md 中的"单品拆解报告模板(深度)"。
快速对比:
适用于时间紧迫、需要快速决策的场景。聚焦最能产生决策价值的核心维度:
| 模块 | 分析框架 | 产出 |
|------|---------|------|
| 竞品概览 | 基本信息对比 | 一张总览表 |
| 产品定位 | 定位对比 | 定位差异图谱 |
| 核心功能 | KANO 模型 | 功能对比矩阵 |
| 商业模式 | 商业模式画布(简版) | 关键差异点 |
| 结论建议 | SWOT | 机会与威胁 + 行动建议 |
使用 references/frameworks.md 中的"多品对比报告模板(快速)"。
深度对比:
适用于战略规划、产品重大迭代、融资 BP 准备等需要全面深入分析的场景:
| 模块 | 分析框架 | 产出 |
|------|---------|------|
| 一、行业分析 | PEST 模型 | 宏观环境 + 发展态势 + 竞争格局 |
| 二、竞品选择 | 分类矩阵 | 竞品分类 + 选择理由 |
| 三、商业模式 | 商业模式画布(完整9要素) | 对比表 + 分析总结 |
| 四、产品定位 | 多维定位分析 | 定位对比表 + 差异分析 |
| 五、盈利模式 | 收入结构拆解 | 盈利对比表 + 可持续性分析 |
| 六、产品功能 | KANO 模型 | 功能矩阵(基本/期望/兴奋) |
| 七、产品架构 | UX 五层模型 | 信息架构 + 产品发展对比 |
| 八、组织与战略 | 团队/资本/运营 | 组织能力评估 |
| 九、综合结论 | SWOT + 竞争地位 | 战略建议 + 行动计划 |
使用 references/frameworks.md 中的"多品对比报告模板(深度)"。
数据输入: 撰写报告时,从 {分析对象名}-资料/merged.md 读取汇总信息作为核心数据源,结合常规搜索中获取的信息。不要依赖上下文中残留的原始文档内容——如果上下文已被压缩,回到 merged.md 重新读取。
写作原则:
可视化图表: 报告中在模板标注 📊 的位置插入 Mermaid 图表。阅读 references/diagrams.md 获取各类图表的语法规范和示例。核心原则:
输出格式: 完整的 Markdown 文档,保存到 {当前工作目录}/{分析对象名}-竞品分析报告.md,按照 references/frameworks.md 中对应模式的模板结构输出。
报告的最后一定要有明确的、可执行的建议,而不是停留在分析层面。建议应该:
不同行业的竞品分析侧重点不同,在分析时主动调整:
| 行业类型 | 重点增加的维度 | 可以弱化的维度 |
|---------|--------------|--------------|
| SaaS/互联网产品 | 产品功能、用户体验、增长策略、技术架构 | 物流、线下渠道 |
| 电商/零售 | 供应链、物流、定价策略、品类覆盖 | 技术架构细节 |
| B2B/产业互联网 | 商业模式、供应链金融、行业资源 | 用户体验细节 |
| 消费品/快消 | 品牌策略、渠道覆盖、营销打法、定价 | 技术架构 |
| 金融/Fintech | 风控模型、合规、产品费率、牌照资质 | 物流 |
| 硬件/IoT | 技术参数、供应链、生态系统、专利 | 线上运营 |
这只是参考,实际分析时根据具体行业灵活判断。
Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.
Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.
Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.
Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be used when generating research ideas from datasets, developing research methodologies, executing computational experiments, performing literature searches, or generating publication-ready papers in LaTeX format. Supports end-to-end research pipelines with customizable agent orchestration.
Automated LLM-driven hypothesis generation and testing on tabular datasets. Use when you want to systematically explore hypotheses about patterns in empirical data (e.g., deception detection, content analysis). Combines literature insights with data-driven hypothesis testing. For manual hypothesis formulation use hypothesis-generation; for creative ideation use scientific-brainstorming.
Take fokkyp/competitive-analysis from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.