product-differentiation-amazon
This Claude Code skill analyzes Amazon product reviews and competitor data to identify differentiation opportunities for eCommerce sellers. Users should deploy it when developing product positioning strategies, needing to understand what differentiates their product from competitors, or seeking to address customer pain points revealed in negative reviews while amplifying unique selling propositions found in positive feedback.
git clone --depth 1 https://github.com/nexscope-ai/eCommerce-Skills /tmp/product-differentiation-amazon && cp -r /tmp/product-differentiation-amazon/product-differentiation/product-differentiation-amazon ~/.claude/skills/product-differentiation-amazonSKILL.md
# Product Differentiation — Amazon 🎯
Develop winning product differentiation strategies by analyzing competitor reviews and market positioning.
## Installation
```bash
npx skills add nexscope-ai/eCommerce-Skills --skill product-differentiation-amazon -g
```
## Features
- **Competitor Matrix** — Side-by-side product comparison
- **Pain Point Mining** — Extract issues from negative reviews
- **USP Extraction** — Identify selling points from positive reviews
- **Differentiation Opportunities** — Find gaps in the market
- **Positioning Strategy** — Market positioning recommendations
- **Action Plan** — Prioritized improvement roadmap
## Progressive Analysis Levels
| 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 |
## Analysis Dimensions
| 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 |
## Usage
### Interactive Mode
```bash
python3 scripts/analyzer.py
```
### With Parameters
```bash
python3 scripts/analyzer.py '{
"your_asin": "B08XXXXXX1",
"competitor_asins": ["B08XXXXXX2", "B08XXXXXX3"],
"category": "Electronics"
}'
```
### Demo Mode
```bash
python3 scripts/analyzer.py --demo
```
## Input Example
```json
{
"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": [...]
}
```
## Output Example
```
🎯 Product Differentiation Report
Product: 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)
1. 🔴 Battery dies quickly (mentioned 45x)
2. 🔴 Poor Bluetooth connection (mentioned 32x)
3. 🟡 Uncomfortable fit (mentioned 28x)
4. 🟡 Case quality issues (mentioned 15x)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✨ YOUR UNIQUE SELLING POINTS
1. ⭐ Superior battery life (30h vs avg 24h)
2. ⭐ Better water resistance (IPX5)
3. ⭐ Stable connection (highlighted in reviews)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 DIFFERENTIATION OPPORTUNITIES
1. Add noise cancellation (gap in mid-range)
2. Improve comfort messaging
3. 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
```
## Strategy Framework
```
Competitor Analysis
↓
Pain Point Mining
↓
USP Identification
↓
Gap Analysis
↓
Positioning Strategy
↓
Action Plan
```
---
**Part of [Nexscope AI](https://www.nexscope.ai/?co-from=skill) — AI tools for e-commerce sellers.**Brand monitoring tool for tracking mentions across social media platforms. Monitor Reddit, Google News, YouTube, and DuckDuckGo for brand mentions. Includes sentiment analysis, trend tracking, crisis detection, and competitor comparison. No API key required for basic monitoring.
Amazon brand protection toolkit. Detect hijackers, counterfeits, and unauthorized sellers. Includes MAP violation monitoring, trademark abuse detection, complaint templates for Brand Registry, and test buy evidence collection guides. No API key required.
eBay brand protection toolkit. Detect unauthorized sellers, counterfeits, and VeRO violations. Includes price monitoring, trademark abuse detection, VeRO complaint templates, and enforcement guides. No API key required.
Shopify/DTC brand protection toolkit. Detect counterfeit stores, unauthorized resellers, and trademark violations. Includes DMCA takedown templates, domain monitoring, and social media infringement detection. No API key required.
TikTok Shop brand protection toolkit. Detect unauthorized sellers, counterfeit products, and affiliate abuse. Includes TikTok IP Protection reporting, influencer misuse detection, and complaint templates. No API key required.
Walmart brand protection toolkit. Detect unauthorized sellers, counterfeits, and MAP violations. Includes Walmart Brand Portal reporting, WFS seller monitoring, and complaint templates. No API key required.