‹ 首页

product-differentiation-amazon

@nexscope-ai · 收录于 1 周前

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.

适合你,如果在亚马逊上卖货但找不到差异化卖点

/ 下载安装
product-differentiation-amazon.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add nexscope-ai/ecommerce-skills/product-differentiation-amazon
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- nexscope-ai/ecommerce-skills/product-differentiation-amazon
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify nexscope-ai/ecommerce-skills/product-differentiation-amazon
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
339GitHub stars
~869最小装载
~5.5K含声明引用
~5.5K文本包总量
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · 3ff915d

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

| 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
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.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。