Skills ยท Design & UI

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

Unverifiedโ—35/40

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.

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-ebay

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

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.

The whole source

No sign-in, no blur, nothing truncated
brand-protection-ebay/SKILL.md129 lines3.0 KBRawView on GitHub
Frontmatter โ€” 4 properties
namebrand-protection-ebay
version1.0.0
descriptioneBay 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.
metadata{"nexscope":{"emoji":"๐Ÿ›ก๏ธ","category":"ecommerce"}}
1---
2name: brand-protection-ebay
3version: 1.0.0
4description: "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."
5metadata: {"nexscope":{"emoji":"๐Ÿ›ก๏ธ","category":"ecommerce"}}
6---A5 โ€” No allowed-tools declared โ€” no way to tell what this skill may touch
7 
8# Brand Protection โ€” eBay ๐Ÿ›ก๏ธ
9 
10Protect your brand from unauthorized sellers and counterfeits on eBay.
11 
12## Installation
13 
14```bash
15npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-ebay -g
16```
17 
18## Features
19 
20- **Unauthorized Seller Detection** โ€” Find sellers without authorization
21- **Price Monitoring** โ€” MAP violation alerts
22- **Counterfeit Signals** โ€” Feedback-based fake detection
23- **Trademark Abuse** โ€” Listing title/description infringement
24- **VeRO Complaint Templates** โ€” eBay's rights owner program
25- **Enforcement Guide** โ€” Step-by-step takedown process
26 
27## eBay-Specific Detection
28 
29| Dimension | Method | Risk Level |
30|-----------|--------|------------|
31| Unauthorized Sellers | Seller ID monitoring | ๐Ÿ”ด High |
32| Price Violations | Below MAP detection | ๐Ÿ”ด High |
33| Counterfeit | Feedback keyword analysis | ๐Ÿ”ด High |
34| Trademark | Title pattern matching | โš ๏ธ Medium |
35 
36## Risk Levels
37 
38| Level | Description | Action |
39|-------|-------------|--------|
40| ๐Ÿ”ด High | Immediate threat | File VeRO 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 "vero_enrolled": true,
51 "authorized_sellers": ["seller_id_1", "seller_id_2"],
52 "protected_item_ids": ["123456789012"],
53 "min_price": 29.99
54}
55```
56 
57## Usage
58 
59### Detection
60 
61```bash
62python3 scripts/detector.py
63```
64 
65### Generate Complaint Templates
66 
67```bash
68# VeRO complaint
69python3 scripts/templates.py vero
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๐Ÿ›ก๏ธ eBay Brand Protection Report
82 
83Brand: YourBrand
84Items Monitored: 8
85Analysis Date: 2024-01-15
86 
87โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
88 
89๐Ÿ”ด HIGH RISK ALERTS
90 
91Item: 123456789012
92โ”œโ”€โ”€ Unauthorized seller detected
93โ”œโ”€โ”€ Price: $15.99 (MAP: $29.99)
94โ””โ”€โ”€ Action: File VeRO complaint
95 
96โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
97 
98โš ๏ธ COUNTERFEIT SIGNALS
99 
100Feedback mentioning "fake": 3
101Feedback mentioning "not genuine": 2
102Recommendation: Order test buy
103```
104 
105## VeRO Program
106 
107eBay's Verified Rights Owner Program allows brand owners to:
108- Report counterfeit listings
109- Remove trademark violations
110- Protect intellectual property
111 
112## Action Workflow
113 
114```
115Monitor Listings
116 โ†“
117Detect Violation
118 โ†“
119Collect Evidence
120 โ†“
121File VeRO Complaint
122 โ†“
123Track Removal
124```
125 
126---
127 
128**Part of [Nexscope AI](https://www.nexscope.ai/?co-from=skill) โ€” AI tools for e-commerce sellers.**
129 

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