← Back to Skills Marketplace
hyjaixiao

竞品分析神器

by Hyjaixiao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
67
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install hyjaixiao-competitor-analysis
Description
竞品分析神器 v1.0。输入你的产品和竞品列表,自动生成结构化竞品分析报告,含对比矩阵、战略建议、风险预警。
README (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
  • 企业战略部门
  • 自由职业者接商业分析单
  • 大学生创业比赛

关键词标签

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

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hyjaixiao-competitor-analysis
  3. After installation, invoke the skill by name or use /hyjaixiao-competitor-analysis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初版发布:输入产品和竞品列表,自动输出结构化竞品分析报告
Metadata
Slug hyjaixiao-competitor-analysis
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 竞品分析神器?

竞品分析神器 v1.0。输入你的产品和竞品列表,自动生成结构化竞品分析报告,含对比矩阵、战略建议、风险预警。 It is an AI Agent Skill for Claude Code / OpenClaw, with 67 downloads so far.

How do I install 竞品分析神器?

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

Is 竞品分析神器 free?

Yes, 竞品分析神器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 竞品分析神器 support?

竞品分析神器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 竞品分析神器?

It is built and maintained by Hyjaixiao (@hyjaixiao); the current version is v1.0.0.

💬 Comments