Skills Β· Design & UI

Brand Protection β€” Shopify/DTC πŸ›‘οΈ

Unverified●35/40

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.

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

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

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.

The whole source

No sign-in, no blur, nothing truncated
brand-protection-shopify/SKILL.md138 lines3.3 KBRawView on GitHub
Frontmatter β€” 5 properties
namebrand-protection-shopify
version1.0.0
authorNexscope AI
descriptionShopify/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.
metadata{"nexscope":{"emoji":"πŸ›‘οΈ","category":"ecommerce"}}
1---
2name: brand-protection-shopify
3version: 1.0.0
4author: Nexscope AI
5description: "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."
6metadata: {"nexscope":{"emoji":"πŸ›‘οΈ","category":"ecommerce"}}
7---A5 β€” No allowed-tools declared β€” no way to tell what this skill may touch
8 
9# Brand Protection β€” Shopify/DTC πŸ›‘οΈ
10 
11Protect your brand from counterfeit stores and unauthorized resellers in the DTC space.
12 
13## Installation
14 
15```bash
16npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-shopify -g
17```
18 
19## Features
20 
21- **Counterfeit Store Detection** β€” Find fake stores copying your brand
22- **Domain Monitoring** β€” Track similar/typosquatting domains
23- **Social Media Infringement** β€” Detect unauthorized ads/posts
24- **Trademark Abuse** β€” Logo and brand name misuse
25- **DMCA Takedown Templates** β€” Copyright infringement removal
26- **Cease & Desist Letters** β€” Legal notice templates
27 
28## DTC-Specific Detection
29 
30| Dimension | Method | Risk Level |
31|-----------|--------|------------|
32| Fake Stores | Domain + content matching | πŸ”΄ High |
33| Unauthorized Resellers | Price/image tracking | πŸ”΄ High |
34| Social Ads | Ad library monitoring | ⚠️ Medium |
35| Trademark | Logo/name detection | πŸ”΄ High |
36 
37## Risk Levels
38 
39| Level | Description | Action |
40|-------|-------------|--------|
41| πŸ”΄ High | Active infringement | DMCA within 24h |
42| ⚠️ Medium | Potential concern | Investigate further |
43| βœ… Low | Normal activity | Continue monitoring |
44 
45## Input Configuration
46 
47```json
48{
49 "brand_name": "YourBrand",
50 "official_domain": "yourbrand.com",
51 "trademark_number": "US12345678",
52 "logo_url": "https://yourbrand.com/logo.png",
53 "social_handles": {
54 "instagram": "@yourbrand",
55 "facebook": "yourbrand",
56 "tiktok": "@yourbrand"
57 }
58}
59```
60 
61## Usage
62 
63### Detection
64 
65```bash
66python3 scripts/detector.py
67```
68 
69### Generate Takedown Templates
70 
71```bash
72# DMCA takedown
73python3 scripts/templates.py dmca
74 
75# Cease & Desist letter
76python3 scripts/templates.py cease-desist
77 
78# Platform report (Shopify)
79python3 scripts/templates.py platform-report
80```
81 
82## Output Example
83 
84```
85πŸ›‘οΈ Shopify/DTC Brand Protection Report
86 
87Brand: YourBrand
88Official Domain: yourbrand.com
89Analysis Date: 2024-01-15
90 
91━━━━━━━━━━━━━━━━━━━━━━━━
92 
93πŸ”΄ HIGH RISK ALERTS
94 
95Fake Store Detected:
96β”œβ”€β”€ Domain: your-brand-sale.com
97β”œβ”€β”€ Copying: Product images, descriptions
98└── Action: File DMCA + domain complaint
99 
100━━━━━━━━━━━━━━━━━━━━━━━━
101 
102⚠️ SOCIAL MEDIA INFRINGEMENT
103 
104Instagram: 2 unauthorized ads detected
105Facebook: 1 fake page found
106Recommendation: Report to platforms
107```
108 
109## Takedown Templates Included
110 
111| Template | Use Case |
112|----------|----------|
113| DMCA Takedown | Hosting provider removal |
114| Cease & Desist | Direct legal notice |
115| Platform Report | Shopify abuse report |
116| Social Report | Instagram/Facebook/TikTok |
117| Domain Complaint | Registrar abuse report |
118 
119## Action Workflow
120 
121```
122Monitor Web/Social
123 ↓
124Detect Infringement
125 ↓
126Document Evidence
127 ↓
128Send DMCA/C&D
129 ↓
130Report to Platforms
131 ↓
132Track Resolution
133```
134 
135---
136 
137**Part of [Nexscope AI](https://www.nexscope.ai/?co-from=skill) β€” AI tools for e-commerce sellers.**
138 

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