← 返回 Skills 市场
hyjaixiao

竞品分析神器

作者 Hyjaixiao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
67
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hyjaixiao-competitor-analysis
功能描述
竞品分析神器 v1.0。输入你的产品和竞品列表,自动生成结构化竞品分析报告,含对比矩阵、战略建议、风险预警。
使用说明 (SKILL.md)

📊 竞品分析神器 v1.0 (付费版)

一句话卖点

输入你的产品+竞品,自动输出完整的竞品分析报告。创业、立项、融资前必做。

核心能力

  1. 一键分析 — 输入产品名称和竞品列表,自动生成结构化报告
  2. 完整框架 — 行业概览→竞品逐一分析→对比矩阵→战略建议→风险预警
  3. 双模式 — 有API Key走AI深度分析,无Key走模板框架
  4. 历史管理 — 所有报告自动存档,随时回顾对比
  5. 快速检查 — --quick模式,快速概览竞品格局

使用方式

深度分析(推荐)

python3 competitor_analyzer.py \
  --product "AI短视频生成器" \
  --competitors "剪映,Pika,RunwayML,HeyGen" \
  --strengths "中文支持好,竖屏优化,自动化程度高" \
  --market "国内自媒体创作者" \
  --category "AI视频工具"

快速检查

python3 competitor_analyzer.py \
  --product "我的笔记App" \
  --competitors "Notion,飞书,语雀" \
  --quick

报告结构

一、行业概览          ← 市场规模、玩家格局
二、竞品逐一分析     ← 每个竞品的定位/功能/定价/弱点
三、对比矩阵          ← 多维度评分对比表
四、战略建议          ← 短/中/长期可执行策略
五、风险预警          ← 需要警惕的风险点

环境要求

  • Python 3.8+
  • OpenAI API Key (推荐 gpt-4o-mini,走深度分析)
  • pip install requests

配置

export OPENAI_API_KEY="sk-xxx"
# 可选
export OPENAI_MODEL="gpt-4o-mini"
export CA_OUTPUT_DIR="./ca_output"
export CA_FREE_MODE="false"  # true=强制模板模式

输出

ca_output/20260425/
└── 竞品分析_AI短视频生成器_20260425_153000.md

上架物料

卖点文案

创业第一步:搞清楚你的对手是谁。

市面上100个创业项目,90个死于不了解竞争。

📊 这个工具帮你: ✅ 输入产品,自动分析竞品定位、功能、定价 ✅ 输出多维度对比矩阵,看清差距在哪 ✅ 给出短中长期的战略建议

不管是立项调研、融资准备,还是日常竞争监控 一份清晰的竞品分析报告,就是你的作战地图

💰 ¥39.9,一次购买永久使用 👇 想看清战场的,上车

目标用户

  • 创业者 / 产品经理
  • 投资人做DD
  • 企业战略部门
  • 自由职业者接商业分析单
  • 大学生创业比赛

关键词标签

竞品分析 市场调研 商业分析 产品分析 竞争策略 创业工具 商业计划 融资准备 市场研究 战略分析

安全使用建议
This package appears to do what it advertises: it generates competitive analysis reports and optionally calls an LLM using your OPENAI_API_KEY. Before installing: 1) Only set OPENAI_API_KEY if you trust the code and are willing to have API requests billed to that key. 2) If you change OPENAI_BASE, ensure the endpoint is trusted — the script will send your API key to whatever OPENAI_BASE you configure. 3) Reports are saved to disk (CA_OUTPUT_DIR by default); don't run it with sensitive product secrets you don't want written to files. Otherwise the tool's requirements and behavior are proportionate to its stated purpose.
功能分析
Type: OpenClaw Skill Name: hyjaixiao-competitor-analysis Version: 1.0.0 The skill bundle is a legitimate business tool designed to generate competitor analysis reports using an LLM. The core logic in `competitor_analyzer.py` involves taking user-provided product information, constructing a prompt, and sending it to an OpenAI-compatible API via the `requests` library. It includes a fallback template mode if no API key is provided and saves reports locally in Markdown format. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description promise (generate structured competitor analysis reports) matches the included code and SKILL.md. The script produces markdown reports, supports a quick/template mode when no API key is provided, and calls an LLM when an OpenAI key is set — all are appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs running the included Python script, setting OPENAI_API_KEY for deep analysis, and installing requests. The runtime instructions and the script only read the declared env vars, accept CLI args, call the LLM endpoint, and write report files. There are no instructions to read unrelated system files, credentials, or exfiltrate data to unexpected hosts.
Install Mechanism
This is an instruction-only skill with a bundled Python script. No install spec or remote download is used; required dependency is requests (pip). No network-install of arbitrary code or archive extraction is present.
Credentials
Requested environment variables (OPENAI_API_KEY, OPENAI_BASE, OPENAI_MODEL, CA_OUTPUT_DIR, CA_FREE_MODE) are consistent with an LLM-backed analysis tool. The only secret required is an OpenAI API key, which is expected for deep analysis. No unrelated credentials or broad system config paths are requested.
Persistence & Privilege
The skill does not request permanent platform-level privileges (always:false). It writes report files to a local output directory (configurable via CA_OUTPUT_DIR) which is appropriate for its function. It does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hyjaixiao-competitor-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hyjaixiao-competitor-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初版发布:输入产品和竞品列表,自动输出结构化竞品分析报告
元数据
Slug hyjaixiao-competitor-analysis
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

竞品分析神器 是什么?

竞品分析神器 v1.0。输入你的产品和竞品列表,自动生成结构化竞品分析报告,含对比矩阵、战略建议、风险预警。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。

如何安装 竞品分析神器?

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

竞品分析神器 是免费的吗?

是的,竞品分析神器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

竞品分析神器 支持哪些平台?

竞品分析神器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 竞品分析神器?

由 Hyjaixiao(@hyjaixiao)开发并维护,当前版本 v1.0.0。

💬 留言讨论