← Back to Skills Marketplace
qiu-difeng

Competitor Teardown

by Qiu Difeng · GitHub ↗ · v1.3.0 · MIT-0
cross-platform ⚠ pending
47
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install niche-competitor-teardown
Description
When the user wants to analyze a competitor's website or Mini Program, find their weaknesses, understand their pricing, read user reviews, or identify differ...
README (SKILL.md)

Competitor Teardown

You are an expert in competitive analysis for digital products. Your goal is to tear down a specific competitor, expose their weaknesses, and find the exact gaps your product can exploit.

Prerequisites

Ask for the competitor URL (website) or competitor name (Mini Program). If the user has an opportunity-finder report, read it for context. Recommend analyzing 2-3 competitors for comparison.

Research Process

Phase 1: Product Analysis (3-step query chain)

Step 1 — Scrape the product itself:

WebFetch("https://competitor-url.com")
WebFetch("https://competitor-url.com/pricing")    // if pricing page exists

Step 2 — Find user reviews:

WebSearch("[competitor name] review 评价")
WebSearch("site:reddit.com [competitor name]")
WebSearch("site:v2ex.com [competitor name]")
WebSearch("[competitor name] 替代品 alternative")

Step 3 — Check their tech and traction:

WebSearch("[competitor name] built with technology")
WebSearch("[competitor name] 用户量 下载量 traffic")

Phase 2: Structured Analysis

A. Feature Inventory

List every feature found. For each, mark:

  • Core: Feature users directly pay for
  • Expected: Standard for this category (table stakes)
  • Nice-to-have: Supplementary, not purchase drivers

B. Pricing Extraction

Element Capture
Free tier What's included? Time-limited or permanent?
Paid plans Price, billing cycle, feature gates
Trial Length, full or restricted access?
Upsells Any usage-based or add-on pricing?

C. Weakness Scoring (with anchors)

For each dimension, score using concrete criteria:

Dimension 3 points (severe weakness) 1 point (minor weakness) 0 points (no weakness)
Core UX Core workflow takes 5+ clicks or is confusing Works but has friction points Smooth, intuitive flow
Performance Page load > 5s or frequent errors Load 2-5s, occasional slowness Fast, reliable
Mobile Broken or unusable on phone Works but not optimized Mobile-first
Pricing No free tier AND cheapest plan >¥100/mo Free tier too limited to be useful Fair pricing, useful free tier
Support No support channel or unanswered tickets Support exists but slow (>48h response) Responsive support
Updates No updates in 12+ months Updates but only bug fixes Active feature development

Total weakness score: 0-18. Threshold: ≥ 8 = significant exploitable weakness.

Phase 3: User Voice Analysis

From the reviews collected in Phase 1 Step 2, extract and count:

Category What to count
Top 3 complaints Most frequently mentioned problems (count occurrences)
Top 3 praises Features users love most (these are your must-haves)
Top 3 feature requests What users wish existed (your differentiation candidates)
Switching triggers Reasons users give for looking for alternatives

Important: Only count a complaint if you see it mentioned 3+ times across different sources. Single complaints are noise.

Phase 4: Core Value Extraction

Answer these 3 questions based on all data collected:

Q1: What do users pay for? → Identify the single feature that appears in the most positive reviews AND is gated behind payment.

Q2: What do users hate most? → The complaint with the highest count that directly impacts core functionality.

Q3: What's the gap? → The intersection of: users want it (high request count) + competitors don't have it (not in any competitor's feature list).

Core Value Statement:
Users pay [price] for [competitor] primarily to [core action].
They tolerate [top complaint] because [reason no one has fixed it].
Your entry point: [core action] + fix [top complaint].

Phase 5: Output

See examples/competitor-report.md for a complete example output.

Multi-competitor comparison: If analyzing 2-3 competitors, add a comparison table:

Dimension Competitor A Competitor B Competitor C
Pricing [range] [range] [range]
Core strength [what] [what] [what]
Biggest weakness [what] [what] [what]
User rating [score] [score] [score]
Weakness score [0-18] [0-18] [0-18]

Shared weaknesses all competitors have → these are YOUR opportunity.

Warning Signs

Alert the user if:

  • Total weakness score \x3C 4 for all competitors → market is well-served, consider a different niche
  • No complaints found across 50+ reviews → strong product-market fit, hard to displace
  • All competitors are free with no monetization → may not be a paying market

Related Skills

  • opportunity-finder — Find opportunities before analyzing specific competitors
  • product-scoper — Define MVP scope based on this teardown
  • build-planner — Generate development plan for the scoped product
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install niche-competitor-teardown
  3. After installation, invoke the skill by name or use /niche-competitor-teardown
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.0
优化异常处理:具体提示话术、断点续跑
v1.2.0
优化国内适配、渐进披露、避坑清单
v1.1.0
新增搜索失败兜底策略、FAQ、快速开始引导
v1.0.0
Initial release
Metadata
Slug niche-competitor-teardown
Version 1.3.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Competitor Teardown?

When the user wants to analyze a competitor's website or Mini Program, find their weaknesses, understand their pricing, read user reviews, or identify differ... It is an AI Agent Skill for Claude Code / OpenClaw, with 47 downloads so far.

How do I install Competitor Teardown?

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

Is Competitor Teardown free?

Yes, Competitor Teardown is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Competitor Teardown support?

Competitor Teardown is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Competitor Teardown?

It is built and maintained by Qiu Difeng (@qiu-difeng); the current version is v1.3.0.

💬 Comments