Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Amazon Brand Protection

A seller-side toolkit that spots hijackers, counterfeits and MAP violations on your Amazon listings and drafts the complaint paperwork.

Marketing & SEOIntermediate815110AI score 6/10Last updated: Aug 26, 2026

What it does

Bundles the core brand-defense tasks for Amazon sellers:

  • Hijacker detection — flags unauthorized sellers on your ASINs
  • MAP monitoring — alerts when offers drop below your minimum price
  • Counterfeit signals — counts review keywords like "fake" / "not authentic"
  • Trademark abuse — title and keyword pattern matching
  • Document templates — Brand Registry complaint, Cease & Desist, DMCA takedown, test-buy report
  • Risk tiers (🔴 High / ⚠️ Medium / ✅ Low) with a 24-hour action guideline

You supply brand name, trademark number, authorized seller IDs, protected ASINs and min price as JSON; it returns a structured alert report.

Who it's for

  • Private-label sellers enrolled in Amazon Brand Registry
  • Brands repeatedly hit by listing hijacking or knockoffs
  • Agencies and ops staff managing seller accounts for brand clients

Examples

  1. Weekly sweep: run python3 scripts/detector.py to check protected ASINs for new sellers and below-MAP offers
  2. File a case: python3 scripts/templates.py complaint drafts an infringement report for Brand Registry
  3. Go direct: generate a C&D letter with templates.py cease-desist and follow the testbuy guide to document evidence first

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/nexscope-ai/eCommerce-Skills/HEAD/brand-protection/brand-protection-amazon/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the brand-protection/brand-protection-amazon folder from the GitHub repo nexscope-ai/eCommerce-Skills into my ~/.claude/skills/brand-protection-amazon/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-amazon -g

This is a third-party skill. Check the source repository before installing.

  1. Open Terminal (macOS/Linux) or PowerShell (Windows).
  2. Confirm Node.js and Python 3 are installed: run node -v and python3 --version.
  3. Install the skill:
    npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-amazon -g
    
  4. Verify the folder ~/.claude/skills/brand-protection-amazon now exists.
  5. Edit the config with your brand name, trademark number, authorized seller IDs, protected ASINs and min_price.
  6. Restart Claude Code and ask something like "Check my brand's ASINs for hijackers and MAP violations".
  7. If nothing runs, execute python3 scripts/detector.py inside the skill folder to read the raw error output.