Brand Protection — Shopify/DTC
A toolkit that detects counterfeit stores and unauthorized resellers for Shopify/DTC brands and drafts DMCA, cease-and-desist, and platform reports.
Marketing & SEOIntermediate★ 963⑂ 124AI score 6/10Last updated: Aug 26, 2026
What it does
- Counterfeit store detection — finds shops copying your brand name, product images, and copy.
- Domain monitoring — tracks typosquatted and look-alike domains.
- Social infringement checks — flags unauthorized ads and fake pages on Instagram, Facebook, and TikTok.
- Risk tiering — classifies findings as 🔴 High / ⚠️ Medium / ✅ Low with recommended actions (High = file DMCA within 24h).
- Takedown paperwork — generates DMCA notices, cease & desist letters, Shopify abuse reports, social platform reports, and registrar complaints.
Who it's for
- DTC brand owners on Shopify losing revenue to copycat storefronts.
- Small brand teams with registered trademarks that need routine infringement monitoring.
- E-commerce marketers who must draft first-response legal documents without an in-house legal team.
Example uses
- Provide brand name, official domain, trademark number, and social handles as JSON, then run
python3 scripts/detector.pyfor an infringement report. - When a fake store surfaces, run
python3 scripts/templates.py dmcato draft a takedown notice for the hosting provider. - For a direct warning to an unauthorized reseller, use
python3 scripts/templates.py cease-desist; useplatform-reportto file with Shopify.
· · · 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-shopify/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-shopify folder from the GitHub repo nexscope-ai/eCommerce-Skills into my ~/.claude/skills/brand-protection-shopify/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/nexscope-ai/eCommerce-Skills.git && mkdir -p ~/.claude/skills && cp -r eCommerce-Skills/brand-protection/brand-protection-shopify ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repo:
git clone https://github.com/nexscope-ai/eCommerce-Skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r eCommerce-Skills/brand-protection/brand-protection-shopify ~/.claude/skills/ - Verify Python 3 is available:
python3 --version - Restart Claude Code and ask something like "Use the brand protection skill to scan for counterfeit stores of my brand."
- (Alternative from the repo)
npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-shopify -g
View source on GitHub ↗License: MIT