Skills ยท Design & UI

Brand Protection โ€” Amazon ๐Ÿ›ก๏ธ

Unverifiedโ—35/40

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.

Originally by nexscope-ai ยท MIT

Claude Codeโ—PartialHas SKILL.md but declares no allowed-tools โ€” Claude Code will ask for permission each time
CursorยทUnknownWe have not crawled the repo tree, so we will not guess
CodexยทUnknownWe have not crawled the repo tree, so we will not guess
Gemini CLIยทUnknownThe spec defines no detection rule for Gemini
CopilotยทUnknownWe have not crawled the repo tree, so we will not guess
npx agentalley add brand-protection-amazon

This command does not work yet โ€” the CLI is still being built. Until then, use Raw in the reader below to take the file.

Who is stuck, and on what

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.

The whole source

No sign-in, no blur, nothing truncated
brand-protection-amazon/SKILL.md133 lines3.2 KBRawView on GitHub
Frontmatter โ€” 4 properties
namebrand-protection-amazon
version1.0.0
descriptionAmazon 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.
metadata{"nexscope":{"emoji":"๐Ÿ›ก๏ธ","category":"ecommerce"}}
1---
2name: brand-protection-amazon
3version: 1.0.0
4description: "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."
5metadata: {"nexscope":{"emoji":"๐Ÿ›ก๏ธ","category":"ecommerce"}}
6---A5 โ€” No allowed-tools declared โ€” no way to tell what this skill may touch
7 
8# Brand Protection โ€” Amazon ๐Ÿ›ก๏ธ
9 
10Protect your brand from hijackers, counterfeits, and unauthorized sellers on Amazon.
11 
12## Installation
13 
14```bash
15npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-amazon -g
16```
17 
18## Features
19 
20- **Hijacker Detection** โ€” Find unauthorized sellers on your listings
21- **Price Monitoring** โ€” MAP violation alerts
22- **Counterfeit Signals** โ€” Review-based fake detection
23- **Trademark Abuse** โ€” Title/keyword infringement detection
24- **Complaint Templates** โ€” Brand Registry, C&D letters
25- **Test Buy Guide** โ€” Evidence collection procedure
26 
27## Detection Dimensions
28 
29| Dimension | Method | Risk Level |
30|-----------|--------|------------|
31| Hijackers | Seller count monitoring | ๐Ÿ”ด High |
32| Price Violations | Below MAP detection | ๐Ÿ”ด High |
33| Counterfeit | Review keyword analysis | ๐Ÿ”ด High |
34| Trademark | Title pattern matching | โš ๏ธ Medium |
35 
36## Risk Levels
37 
38| Level | Description | Action |
39|-------|-------------|--------|
40| ๐Ÿ”ด High | Immediate threat to brand | Take action within 24h |
41| โš ๏ธ Medium | Potential concern | Monitor and investigate |
42| โœ… Low | Normal activity | Continue monitoring |
43 
44## Input Configuration
45 
46```json
47{
48 "brand_name": "YourBrand",
49 "trademark_number": "US12345678",
50 "brand_registry": true,
51 "authorized_sellers": ["A1B2C3D4E5F6G7"],
52 "protected_asins": ["B08XXXXXX1"],
53 "min_price": 29.99
54}
55```
56 
57## Usage
58 
59### Hijacker Detection
60 
61```bash
62python3 scripts/detector.py
63```
64 
65### Generate Complaint Templates
66 
67```bash
68# Brand Registry complaint
69python3 scripts/templates.py complaint
70 
71# Cease & Desist letter
72python3 scripts/templates.py cease-desist
73 
74# Test buy guide
75python3 scripts/templates.py testbuy
76```
77 
78## Output Example
79 
80```
81๐Ÿ›ก๏ธ Brand Protection Report
82 
83Brand: YourBrand
84ASINs Monitored: 5
85Analysis Date: 2024-01-15
86 
87โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
88 
89๐Ÿ”ด HIGH RISK ALERTS
90 
91ASIN: B08XXXXXX1
92โ”œโ”€โ”€ 3 unauthorized sellers detected
93โ”œโ”€โ”€ Lowest price: $19.99 (MAP: $29.99)
94โ””โ”€โ”€ Action: File Brand Registry complaint
95 
96โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
97 
98โš ๏ธ COUNTERFEIT SIGNALS
99 
100Reviews mentioning "fake": 5
101Reviews mentioning "not authentic": 2
102Recommendation: Order test buy
103```
104 
105## Complaint Templates Included
106 
107| Template | Use Case |
108|----------|----------|
109| Brand Registry | Report to Amazon |
110| Cease & Desist | Direct seller contact |
111| Test Buy Report | Evidence documentation |
112| DMCA Takedown | Copyright infringement |
113 
114## Action Workflow
115 
116```
117Monitor Listings
118 โ†“
119Detect Violation
120 โ†“
121Collect Evidence (Test Buy)
122 โ†“
123Generate Complaint
124 โ†“
125Submit to Amazon / Send C&D
126 โ†“
127Track Resolution
128```
129 
130---
131 
132**Part of [Nexscope AI](https://www.nexscope.ai/?co-from=skill) โ€” AI tools for e-commerce sellers.**
133 

Reviews

Installed this one?Write the first review and take the Trailblazer badge.

Reviews only open after a real install, so this is empty โ€” and we leave it empty rather than invent one.

Alternatives

Also in Design & UI