Amazon differentiation — competitor weaknesses, negative review pain points, USP generation.
AI 에이전트에 다음 명령을 보냅니다.
npx skills add https://github.com/nexscope-ai/eCommerce-Skills/tree/main/product-differentiation/product-differentiation-amazon --skill product-differentiation-amazon---
name: product-differentiation-amazon
version: 1.0.0
author: Nexscope AI
description: "Amazon product differentiation strategy tool. Analyze competitor weaknesses, extract pain points from negative reviews, identify unique selling points from positive reviews, and generate actionable differentiation strategies. Progressive L1-L4 analysis depth. No API key required."
metadata: {"nexscope":{"emoji":"🎯","category":"ecommerce"}}
---
Develop winning product differentiation strategies by analyzing competitor reviews and market positioning.
npx skills add nexscope-ai/eCommerce-Skills --skill product-differentiation-amazon -g
| Level | Required Data | Unlocked Analysis |
|-------|---------------|-------------------|
| L1 Basic | Product info | Basic comparison matrix |
| L2 Pain Points | + Competitor negative reviews | Pain point analysis |
| L3 USP | + Your positive reviews | Selling point extraction |
| L4 Complete | + Market data | Full strategy & action plan |
| Dimension | Method | Output |
|-----------|--------|--------|
| Feature Gap | Competitor comparison | Missing features list |
| Pain Points | Negative review NLP | Top complaints ranked |
| Selling Points | Positive review NLP | Key USPs identified |
| Price Position | Price-value mapping | Positioning quadrant |
| Quality Signals | Review sentiment | Quality perception score |
python3 scripts/analyzer.py
python3 scripts/analyzer.py '{
"your_asin": "B08XXXXXX1",
"competitor_asins": ["B08XXXXXX2", "B08XXXXXX3"],
"category": "Electronics"
}'
python3 scripts/analyzer.py --demo
{
"your_product": {
"asin": "B08XXXXXX1",
"title": "Wireless Earbuds Pro",
"price": 49.99,
"rating": 4.2,
"features": ["Bluetooth 5.0", "30h battery", "IPX5"]
},
"competitors": [
{
"asin": "B08XXXXXX2",
"title": "Competitor Earbuds A",
"price": 39.99,
"rating": 4.0
}
],
"negative_reviews": [...],
"positive_reviews": [...]
}
🎯 Product Differentiation ReportProduct: Wireless Earbuds Pro
Category: Electronics
Competitors Analyzed: 3
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 COMPETITOR COMPARISON MATRIX
Feature | You | Comp A | Comp B | Comp C
─────────────────────────────────────────────────
Bluetooth | 5.0 | 5.0 | 4.2 | 5.0
Battery Life | 30h | 24h | 20h | 28h
Water Resist | IPX5 | IPX4 | None | IPX5
Noise Cancel | ❌ | ❌ | ❌ | ✅
Price | $50 | $40 | $30 | $70
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
😤 TOP PAIN POINTS (from competitor reviews)
🔴 Battery dies quickly (mentioned 45x)
🔴 Poor Bluetooth connection (mentioned 32x)
🟡 Uncomfortable fit (mentioned 28x)
🟡 Case quality issues (mentioned 15x) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✨ YOUR UNIQUE SELLING POINTS
⭐ Superior battery life (30h vs avg 24h)
⭐ Better water resistance (IPX5)
⭐ Stable connection (highlighted in reviews) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 DIFFERENTIATION OPPORTUNITIES
Add noise cancellation (gap in mid-range)
Improve comfort messaging
Highlight battery advantage in listing ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📋 ACTION PLAN
Priority | Action | Impact
─────────────────────────────────────────────
HIGH | Update listing bullets | +15% CVR
HIGH | Add battery comparison | +10% CVR
MEDIUM | Request comfort reviews | +5% rating
LOW | Consider ANC version | New SKU
Competitor Analysis
↓
Pain Point Mining
↓
USP Identification
↓
Gap Analysis
↓
Positioning Strategy
↓
Action Plan
---
Part of Nexscope AI — AI tools for e-commerce sellers.