/ Diretório / Playground / eCommerce-Skills
● Comunidade nexscope-ai ⚡ Instantâneo

eCommerce-Skills

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

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

ecommerce-skill.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/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
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.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 usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a 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
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "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
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um 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"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: eCommerce-Skills

How to validate a product idea across platforms

👤 Sellers evaluating a new SKU ⏱ ~45 min intermediate

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

Pré-requisitos
  • Skill installed — git clone https://github.com/nexscope-ai/eCommerce-Skills ~/.claude/skills/ecommerce-skills
Fluxo
  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.✓ Copiado
    → Per-platform table with demand/competition/margin
  2. Gap analysis
    Where's the positioning gap per platform?✓ Copiado
    → Platform-specific angle recommendations

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

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

Optimize a Shopify or Amazon listing

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

Quando usar: Listing is live but not converting.

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

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

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

Price a new SKU with fees and margin in mind

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

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

Fluxo
  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?✓ Copiado
    → Floor + sensitivity analysis + recommendation

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

Combine com: amazon-skill

Draft a week of marketing for a launch

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

Quando usar: Launch week; email list + 2 social channels to feed.

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

Resultado: A launch pack ready to schedule.

Combinações

Combine com outros MCPs para 10× de alavancagem

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

Ecommerce launches drive campaigns

Plan the product launch with ecommerce-skill, then execute campaigns with ai-marketing-skill.✓ Copiado
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.✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
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

Custo e limites

O que custa rodar

Cota de API
None
Tokens por chamada
10-30k for full research
Monetário
Free
Dica
Scope research to 1-2 platforms at a time rather than all four.

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: No credentials
Saída de dados: Prompts and any pasted listing content go to Claude

Solução de problemas

Erros comuns e correções

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'

Alternativas

eCommerce-Skills vs. outros

AlternativaQuando usarTroca
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

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills