Skills competitor-analysis

Comprehensive competitor analysis framework. Research competitors, compare products, identify gaps, and find positioning opportunities. Used by startups, investors, and product teams.

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/1477009639zw-blip/betacompetit" ~/.claude/skills/openclaw-skills-competitor-analysis && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/1477009639zw-blip/betacompetit" ~/.openclaw/skills/openclaw-skills-competitor-analysis && rm -rf "$T"
manifest: skills/1477009639zw-blip/betacompetit/SKILL.md
source content

Competitor Analysis Framework

Systematic competitor research and analysis tool.

What It Delivers

Competitor Profiles

  • Company overview and history
  • Product features matrix
  • Pricing strategy
  • Target customers
  • Go-to-market approach
  • Strengths and weaknesses

Positioning Map

  • 2D positioning visualization
  • Identify whitespace opportunities
  • differentiation strategies

Comparison Tables

  • Feature-by-feature comparison
  • Pricing comparison
  • Market segment overlap

Usage

python3 analysis.py --competitors "Stripe,Square,PayPal" --category payments
python3 analysis.py --report full --output markdown

Analysis Framework

Porter's Five Forces

  • Competitive rivalry
  • Threat of new entrants
  • Threat of substitutes
  • Buyer power
  • Supplier power

SWOT Analysis

  • Strengths
  • Weaknesses
  • Opportunities
  • Threats

Built by Beta