Agent skill · Testing & QA

brand-protection-amazon

Amazon brand protection toolkit. Detect hijackers, counterfeits, and unauthorized sellers. Includes MAP violation monitoring, trademark abuse detection, complaint templates for Brand Registry, and test buy evidence collection guides. No API key required.

nexscope-aigithub.com/nexscope-aiGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-amazon --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 3 KB
Bundled scripts: yes
Version: 1.0.0
Path: brand-protection/brand-protection-amazon/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 580
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Brand Protection — Amazon 🛡️ Protect your brand from hijackers, counterfeits, and unauthorized sellers on Amazon. ## Installation ```bash npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-amazon -g ``` ## Features - **Hijacker Detection** — Find unauthorized sellers on your listings - **Price Monitoring** — MAP violation alerts - **Counterfeit Signals** — Review-based fake detection - **Trademark Abuse** — Title/keyword infringement detection - **Complaint Templates** — Brand Registry, C&D letters - **Test Buy Guide** — Evidence collection procedure ## Detection Dimensions | Dimension | Method | Risk Level | |-----------|--------|------------| | Hijackers | Seller count monitoring | 🔴 High | | Price Violations | Below MAP detection | 🔴 High | | Counterfeit | Review keyword analysis | 🔴 High | | Trademark | Title pattern matching | ⚠️ Medium | ## Risk Levels | Level | Description | Action | |-------|-------------|--------| | 🔴 High | Immediate threat to brand | Take action within 24h | | ⚠️ Medium | Potential concern | Monitor and investigate | | ✅ Low | Normal activity | Continue monitoring | ## Input Configuration ```json { "brand_name": "YourBrand", "tra

What's inside
Steps it walks through
  1. Installation
  2. Features
  3. Detection Dimensions
  4. Risk Levels
  5. Input Configuration
  6. Usage
  7. Hijacker Detection
  8. Generate Complaint Templates
  9. Output Example
  10. Complaint Templates Included
  11. Action Workflow
Ships with 2 files
  • scripts/detector.py
  • scripts/templates.py
Commands it runs
npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-amazon -g
python3 scripts/detector.py
Brand Registry complaint
python3 scripts/templates.py complaint
Cease & Desist letter
python3 scripts/templates.py cease-desist
Test buy guide
python3 scripts/templates.py testbuy
More from eCommerce-Skills
All skills →
About this skill
What does the brand-protection-amazon skill do?

Amazon brand protection toolkit. Detect hijackers, counterfeits, and unauthorized sellers. Includes MAP violation monitoring, trademark abuse detection, complaint templates for Brand Registry, and test buy evidence collection guides. No API key required.

How do I install it?

Run `npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-amazon --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nexscope-ai/eCommerce-Skills, a repository with 580 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going