/ 디렉터리 / 플레이그라운드 / eCommerce-Skills
● 커뮤니티 nexscope-ai ⚡ 바로 사용

eCommerce-Skills

제작: 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.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

ecommerce-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

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

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.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는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

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

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "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
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

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

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

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

context_servers에 추가. 저장 시 Zed가 핫 리로드.

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

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: eCommerce-Skills

How to validate a product idea across platforms

👤 Sellers evaluating a new SKU ⏱ ~45 min intermediate

언제 쓸까: You have a product idea; you need to sanity-check demand, competition, and margin before ordering inventory.

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

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

함정
  • Hallucinated BSR / review counts — Require source URLs; reject numbers without them
함께 쓰기: amazon-skill

Optimize a Shopify or Amazon listing

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

언제 쓸까: Listing is live but not converting.

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

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

함정
  • Generic copy — Feed 3 of your best existing listings as voice anchors
함께 쓰기: amazon-skill

Price a new SKU with fees and margin in mind

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

언제 쓸까: New SKU or repricing — you want to know the floor and psychologically optimal price.

흐름
  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?✓ 복사됨
    → Floor + sensitivity analysis + recommendation

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

함께 쓰기: amazon-skill

Draft a week of marketing for a launch

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

언제 쓸까: Launch week; email list + 2 social channels to feed.

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

결과: A launch pack ready to schedule.

조합

다른 MCP와 조합해 10배 효율

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.✓ 복사됨

Ecommerce launches drive campaigns

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

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
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

비용 및 제한

운영 비용

API 쿼터
None
호출당 토큰
10-30k for full research
금액
Free
Scope research to 1-2 platforms at a time rather than all four.

보안

권한, 시크릿, 파급범위

자격 증명 저장: No credentials
데이터 외부 송신: Prompts and any pasted listing content go to Claude

문제 해결

자주 발생하는 오류와 해결

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'

대안

eCommerce-Skills 다른 것과 비교

대안언제 쓰나단점/장점
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

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기