Brand Protection โ Amazon ๐ก๏ธ
Unverifiedโ35/40Claude 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-amazonWho 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
Frontmatter โ 4 properties
| name | brand-protection-amazon |
|---|---|
| version | 1.0.0 |
| description | 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. |
| metadata | {"nexscope":{"emoji":"๐ก๏ธ","category":"ecommerce"}} |
| 1 | --- |
| 2 | name: brand-protection-amazon |
| 3 | version: 1.0.0 |
| 4 | description: "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." |
| 5 | metadata: {"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 | |
| 10 | Protect your brand from hijackers, counterfeits, and unauthorized sellers on Amazon. |
| 11 | |
| 12 | ## Installation |
| 13 | |
| 14 | ```bash |
| 15 | npx 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 |
| 62 | python3 scripts/detector.py |
| 63 | ``` |
| 64 | |
| 65 | ### Generate Complaint Templates |
| 66 | |
| 67 | ```bash |
| 68 | # Brand Registry complaint |
| 69 | python3 scripts/templates.py complaint |
| 70 | |
| 71 | # Cease & Desist letter |
| 72 | python3 scripts/templates.py cease-desist |
| 73 | |
| 74 | # Test buy guide |
| 75 | python3 scripts/templates.py testbuy |
| 76 | ``` |
| 77 | |
| 78 | ## Output Example |
| 79 | |
| 80 | ``` |
| 81 | ๐ก๏ธ Brand Protection Report |
| 82 | |
| 83 | Brand: YourBrand |
| 84 | ASINs Monitored: 5 |
| 85 | Analysis Date: 2024-01-15 |
| 86 | |
| 87 | โโโโโโโโโโโโโโโโโโโโโโโโ |
| 88 | |
| 89 | ๐ด HIGH RISK ALERTS |
| 90 | |
| 91 | ASIN: 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 | |
| 100 | Reviews mentioning "fake": 5 |
| 101 | Reviews mentioning "not authentic": 2 |
| 102 | Recommendation: 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 | ``` |
| 117 | Monitor Listings |
| 118 | โ |
| 119 | Detect Violation |
| 120 | โ |
| 121 | Collect Evidence (Test Buy) |
| 122 | โ |
| 123 | Generate Complaint |
| 124 | โ |
| 125 | Submit to Amazon / Send C&D |
| 126 | โ |
| 127 | Track 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.
Alternatives
Brand Protection โ eBay ๐ก๏ธeBay brand protection toolkit. Detect unauthorized sellers, counterfeits, and VeRO violations. Includes price monitoring, trademark abuse detection, VeRO complaint templates, and enforcement guides. No API key required.โยทยทยทยทโ35/40Brand Protection โ Shopify/DTC ๐ก๏ธShopify/DTC brand protection toolkit. Detect counterfeit stores, unauthorized resellers, and trademark violations. Includes DMCA takedown templates, domain monitoring, and social media infringement detection. No API key required.โยทยทยทยทโ35/40Brand Protection โ TikTok Shop ๐ก๏ธTikTok Shop brand protection toolkit. Detect unauthorized sellers, counterfeit products, and affiliate abuse. Includes TikTok IP Protection reporting, influencer misuse detection, and complaint templates. No API key required.โยทยทยทยทโ35/40Brand Protection โ Walmart ๐ก๏ธWalmart brand protection toolkit. Detect unauthorized sellers, counterfeits, and MAP violations. Includes Walmart Brand Portal reporting, WFS seller monitoring, and complaint templates. No API key required.โยทยทยทยทโ35/40