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