eBay Brand Protection
A brand-protection skill that flags unauthorized eBay sellers, counterfeits and trademark abuse, then drafts VeRO complaints.
Marketing & SEOIntermediate★ 860⑂ 112AI score 5/10Last updated: Aug 26, 2026
What it does
- Unauthorized seller detection by comparing listings against your authorized seller IDs.
- MAP price monitoring that alerts on listings sold below your minimum price.
- Counterfeit signal analysis counting buyer-feedback keywords like "fake" or "not genuine".
- Trademark abuse checks via title/description pattern matching.
- Document generation: VeRO complaint, cease & desist letter, and test-buy guide templates.
- Risk tiering: 🔴 High (file VeRO within 24h) / ⚠️ Medium (monitor) / ✅ Low.
Who it's for
- Brand owners and manufacturers selling on eBay
- D2C teams whose pricing is undercut by unauthorized resellers
- IP/legal staff handling marketplace counterfeit enforcement
Example uses
- Configure
brand_name, trademark number, authorized seller IDs and a $29.99 floor, then run detection to get a list of MAP-violating listings. - For an item with 3+ feedback comments mentioning "fake", generate the test-buy guide and gather evidence.
- For high-risk items, produce a VeRO complaint draft, file within 24 hours, and track removal.
· · · 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-ebay/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-ebay folder from the GitHub repo nexscope-ai/eCommerce-Skills into my ~/.claude/skills/brand-protection-ebay/. 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-ebay -g⚠ This is a third-party skill. Check the source repository before installing.
- Confirm Node.js and Python 3 are installed (
node -v,python3 --version). - Run:
npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-ebay -g - If that fails, clone the repo:
git clone https://github.com/nexscope-ai/eCommerce-Skills.git - Copy the skill folder:
cp -r eCommerce-Skills/brand-protection/brand-protection-ebay ~/.claude/skills/ - Restart Claude Code and ask: "Use the eBay brand protection skill to check for unauthorized sellers."
- Prepare your config JSON (brand name, trademark number, authorized sellers, min price) up front so detection can run immediately.
View source on GitHub ↗License: MIT