Amazon Brand Protection
A seller-side toolkit that spots hijackers, counterfeits and MAP violations on your Amazon listings and drafts the complaint paperwork.
Marketing & SEOIntermediate★ 815⑂ 110AI 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
- Weekly sweep: run
python3 scripts/detector.pyto check protected ASINs for new sellers and below-MAP offers - File a case:
python3 scripts/templates.py complaintdrafts an infringement report for Brand Registry - Go direct: generate a C&D letter with
templates.py cease-desistand follow thetestbuyguide 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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open Terminal (macOS/Linux) or PowerShell (Windows).
- Confirm Node.js and Python 3 are installed: run
node -vandpython3 --version. - Install the skill:
npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-amazon -g - Verify the folder
~/.claude/skills/brand-protection-amazonnow exists. - Edit the config with your brand name, trademark number, authorized seller IDs, protected ASINs and min_price.
- Restart Claude Code and ask something like "Check my brand's ASINs for hijackers and MAP violations".
- If nothing runs, execute
python3 scripts/detector.pyinside the skill folder to read the raw error output.
View source on GitHub ↗License: MIT