Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

eBay Brand Protection

A brand-protection skill that flags unauthorized eBay sellers, counterfeits and trademark abuse, then drafts VeRO complaints.

Marketing & SEOIntermediate860112AI 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

  1. Configure brand_name, trademark number, authorized seller IDs and a $29.99 floor, then run detection to get a list of MAP-violating listings.
  2. For an item with 3+ feedback comments mentioning "fake", generate the test-buy guide and gather evidence.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Confirm Node.js and Python 3 are installed (node -v, python3 --version).
  2. Run: npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-ebay -g
  3. If that fails, clone the repo: git clone https://github.com/nexscope-ai/eCommerce-Skills.git
  4. Copy the skill folder: cp -r eCommerce-Skills/brand-protection/brand-protection-ebay ~/.claude/skills/
  5. Restart Claude Code and ask: "Use the eBay brand protection skill to check for unauthorized sellers."
  6. Prepare your config JSON (brand name, trademark number, authorized sellers, min price) up front so detection can run immediately.