/ Directory / Playground / eCommerce-Skills
● Community nexscope-ai ⚡ Instant

eCommerce-Skills

by nexscope-ai · nexscope-ai/eCommerce-Skills

E-commerce skills for Amazon, Shopify, Etsy, TikTok Shop — product research, marketing automation, supply chain, and analytics.

eCommerce Skills gives online sellers a cross-platform toolkit: product research, listing optimization, pricing analysis, marketing automation, supply chain decisions, and basic analytics. Platform-aware prompts cover Amazon, Shopify, Etsy, TikTok Shop, and generic stores.

Why use it

Key features

Live Demo

What it looks like in practice

ecommerce-skill.replay ▶ ready
0/0

Install

Pick your client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "ecommerce-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nexscope-ai/eCommerce-Skills",
        "~/.claude/skills/eCommerce-Skills"
      ],
      "_inferred": true
    }
  }
}

Open Claude Desktop → Settings → Developer → Edit Config. Restart after saving.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "ecommerce-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nexscope-ai/eCommerce-Skills",
        "~/.claude/skills/eCommerce-Skills"
      ],
      "_inferred": true
    }
  }
}

Cursor uses the same mcpServers schema as Claude Desktop. Project config wins over global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "ecommerce-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nexscope-ai/eCommerce-Skills",
        "~/.claude/skills/eCommerce-Skills"
      ],
      "_inferred": true
    }
  }
}

Click the MCP Servers icon in the Cline sidebar, then "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ecommerce-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nexscope-ai/eCommerce-Skills",
        "~/.claude/skills/eCommerce-Skills"
      ],
      "_inferred": true
    }
  }
}

Same shape as Claude Desktop. Restart Windsurf to pick up changes.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "ecommerce-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nexscope-ai/eCommerce-Skills",
        "~/.claude/skills/eCommerce-Skills"
      ]
    }
  ]
}

Continue uses an array of server objects rather than a map.

~/.config/zed/settings.json
{
  "context_servers": {
    "ecommerce-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/nexscope-ai/eCommerce-Skills",
          "~/.claude/skills/eCommerce-Skills"
        ]
      }
    }
  }
}

Add to context_servers. Zed hot-reloads on save.

claude mcp add ecommerce-skill -- git clone https://github.com/nexscope-ai/eCommerce-Skills ~/.claude/skills/eCommerce-Skills

One-liner. Verify with claude mcp list. Remove with claude mcp remove.

Use Cases

Real-world ways to use eCommerce-Skills

How to validate a product idea across platforms

👤 Sellers evaluating a new SKU ⏱ ~45 min intermediate

When to use: You have a product idea; you need to sanity-check demand, competition, and margin before ordering inventory.

Prerequisites
  • Skill installed — git clone https://github.com/nexscope-ai/eCommerce-Skills ~/.claude/skills/ecommerce-skills
Flow
  1. Frame the product
    Validate 'reusable silicone food bags' across Amazon + Etsy + TikTok Shop. Want: demand signal, top 5 competitors per platform, typical price, estimated margin.✓ Copied
    → Per-platform table with demand/competition/margin
  2. Gap analysis
    Where's the positioning gap per platform?✓ Copied
    → Platform-specific angle recommendations

Outcome: A go/no-go on the product with platform-specific positioning.

Pitfalls
  • Hallucinated BSR / review counts — Require source URLs; reject numbers without them
Combine with: amazon-skill

Optimize a Shopify or Amazon listing

👤 Sellers with an existing underperforming listing ⏱ ~30 min beginner

When to use: Listing is live but not converting.

Flow
  1. Paste the current listing
    Optimize this listing: [paste title, bullets, description]. Target: 25-40 yo moms buying reusable storage.✓ Copied
    → Rewritten title + bullets with rationale
  2. A+ content draft
    Draft 5 A+ content modules for this product focused on benefits over features.✓ Copied
    → Module-by-module briefs

Outcome: A stronger listing ready to AB-test against current.

Pitfalls
  • Generic copy — Feed 3 of your best existing listings as voice anchors
Combine with: amazon-skill

Price a new SKU with fees and margin in mind

👤 Sellers setting prices that don't lose money ⏱ ~15 min beginner

When to use: New SKU or repricing — you want to know the floor and psychologically optimal price.

Flow
  1. Feed cost structure
    COGS $4.20, FBA fees $5.80, referral 15%, target margin 25%. What's the floor price? Psychological pricing around $14.99 vs $19.99?✓ Copied
    → Floor + sensitivity analysis + recommendation

Outcome: A defensible price anchor with a floor you won't break.

Combine with: amazon-skill

Draft a week of marketing for a launch

👤 Solo sellers launching a SKU across channels ⏱ ~60 min intermediate

When to use: Launch week; email list + 2 social channels to feed.

Flow
  1. Plan
    Plan a 5-day launch: day 1 teaser, day 2 announcement, day 3 social proof, day 4 bundle, day 5 last chance.✓ Copied
    → Day-by-day plan
  2. Draft
    Now draft the email and the 2 social posts for each day.✓ Copied
    → Full 15-piece pack

Outcome: A launch pack ready to schedule.

Combinations

Pair with other MCPs for X10 leverage

ecommerce-skill + amazon-skill

Ecommerce general, Amazon skill for Amazon-specific depth

Use ecommerce-skill for cross-platform research, then amazon-skill for PPC strategy on the winning SKU.✓ Copied

Ecommerce launches drive campaigns

Plan the product launch with ecommerce-skill, then execute campaigns with ai-marketing-skill.✓ Copied
ecommerce-skill + event-tracking-skill

Instrument the Shopify store to track funnel

Set up GA4 events on the launch landing page with event-tracking before driving traffic.✓ Copied

Tools

What this MCP exposes

ToolInputsWhen to callCost
Product research - Before ordering inventory Claude tokens
Listing optimization - Underperforming listings Claude tokens
Pricing analysis - Setting or repricing Claude tokens
Marketing automation - Launches and promos Claude tokens
Supply chain - Reorder decisions Claude tokens

Cost & Limits

What this costs to run

API quota
None
Tokens per call
10-30k for full research
Monetary
Free
Tip
Scope research to 1-2 platforms at a time rather than all four.

Security

Permissions, secrets, blast radius

Credential storage: No credentials
Data egress: Prompts and any pasted listing content go to Claude

Troubleshooting

Common errors and fixes

Numbers look invented

Require URLs for every numeric claim (BSR, review count, price)

Platform-specific conventions ignored (Amazon bullets limit, etc.)

Explicitly invoke the platform: 'Amazon US bullets, 500 chars max each'

Alternatives

eCommerce-Skills vs others

AlternativeWhen to use it insteadTradeoff
amazon-skillYou're Amazon-only and want deeper Amazon-specific patternsLoses cross-platform breadth
Helium 10 / Jungle ScoutYou need deterministic market dataPaid, not in Claude Code

More

Resources

📖 Read the official README on GitHub

🐙 Browse open issues

🔍 Browse all 400+ MCP servers and Skills