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.
npx skills add https://github.com/nexscope-ai/eCommerce-Skills --skill product-differentiation-amazon
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 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
Competitor Analysis
↓
Pain Point Mining
↓
USP Identification
↓
Gap Analysis
↓
Positioning Strategy
↓
Action Plan
Part of Nexscope AI — AI tools for e-commerce sellers.
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.
Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store
NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.
Materials science toolkit. Crystal structures (CIF, POSCAR), phase diagrams, band structure, DOS, Materials Project integration, format conversion, for computational materials science.
Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.
Take nexscope-ai/product-differentiation-amazon from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.