Product Differentiation Amazon

Amazon product differentiation strategy tool. Analyze competitor weaknesses, extract pain points from negative reviews, identify unique selling points from p...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 35 · 0 current installs · 0 all-time installs
byHenk Nie@phheng
MIT-0
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Amazon product differentiation from reviews) matches what the files do: the included analyzer operates on product info and lists of positive/negative reviews to extract pain points, USPs, gaps, and action items. There are no credentials, unrelated binaries, or cloud APIs declared that would be out of scope.
Instruction Scope
SKILL.md instructs running the local Python script with product/review JSON or demo mode. The shown analyzer functions operate only on input strings and produce structured outputs. The instructions do not direct the agent to read unrelated system files or to exfiltrate data to external endpoints. Note: SKILL.md references a --demo mode; review the demo code path before running if you want to be certain it does not fetch remote data.
Install Mechanism
There is no provided install spec that downloads or executes remote code beyond an optional npx command to add the skill (installation is instruction-only and a local Python script is bundled). No high-risk downloads, archive extraction, or non-standard installation locations are present.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The analyzer shown uses only local inputs. There are no indications it expects AWS/other API keys or secrets.
Persistence & Privilege
The skill is not always-enabled and uses the platform default for autonomous invocation. It does not request elevated persistence or modify other skills/configuration. This privilege level is appropriate for its purpose.
Assessment
This skill appears coherent: it analyzes review text you provide and does not request credentials. Before running, (1) optionally inspect the remainder of scripts/analyzer.py (especially the demo mode) to confirm it does not make network calls you don't expect; (2) avoid feeding sensitive personal data into the analyzer; and (3) run it in a sandbox or virtual environment if you want extra safety. If you plan to have the agent fetch reviews from Amazon automatically, require confirming what network calls are made and whether any scraping or API use complies with Terms of Service.

Like a lobster shell, security has layers — review code before you run it.

Current versionv0.1.0
Download zip
latestvk9764t3zqx84x5b3ev73cmdmc583btss

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Product Differentiation — Amazon 🎯

Develop winning product differentiation strategies by analyzing competitor reviews and market positioning.

Installation

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

LevelRequired DataUnlocked Analysis
L1 BasicProduct infoBasic comparison matrix
L2 Pain Points+ Competitor negative reviewsPain point analysis
L3 USP+ Your positive reviewsSelling point extraction
L4 Complete+ Market dataFull strategy & action plan

Analysis Dimensions

DimensionMethodOutput
Feature GapCompetitor comparisonMissing features list
Pain PointsNegative review NLPTop complaints ranked
Selling PointsPositive review NLPKey USPs identified
Price PositionPrice-value mappingPositioning quadrant
Quality SignalsReview sentimentQuality perception score

Usage

Interactive Mode

python3 scripts/analyzer.py

With Parameters

python3 scripts/analyzer.py '{
  "your_asin": "B08XXXXXX1",
  "competitor_asins": ["B08XXXXXX2", "B08XXXXXX3"],
  "category": "Electronics"
}'

Demo Mode

python3 scripts/analyzer.py --demo

Input Example

{
  "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 — AI tools for e-commerce sellers.

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…