Brand Protection โ Shopify/DTC ๐ก๏ธ
Unverifiedโ35/40Claude 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-shopifyWho 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
Frontmatter โ 5 properties
| name | brand-protection-shopify |
|---|---|
| version | 1.0.0 |
| author | Nexscope AI |
| description | 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. |
| metadata | {"nexscope":{"emoji":"๐ก๏ธ","category":"ecommerce"}} |
| 1 | --- |
| 2 | name: brand-protection-shopify |
| 3 | version: 1.0.0 |
| 4 | author: Nexscope AI |
| 5 | description: "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." |
| 6 | metadata: {"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 | |
| 11 | Protect your brand from counterfeit stores and unauthorized resellers in the DTC space. |
| 12 | |
| 13 | ## Installation |
| 14 | |
| 15 | ```bash |
| 16 | npx 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 |
| 66 | python3 scripts/detector.py |
| 67 | ``` |
| 68 | |
| 69 | ### Generate Takedown Templates |
| 70 | |
| 71 | ```bash |
| 72 | # DMCA takedown |
| 73 | python3 scripts/templates.py dmca |
| 74 | |
| 75 | # Cease & Desist letter |
| 76 | python3 scripts/templates.py cease-desist |
| 77 | |
| 78 | # Platform report (Shopify) |
| 79 | python3 scripts/templates.py platform-report |
| 80 | ``` |
| 81 | |
| 82 | ## Output Example |
| 83 | |
| 84 | ``` |
| 85 | ๐ก๏ธ Shopify/DTC Brand Protection Report |
| 86 | |
| 87 | Brand: YourBrand |
| 88 | Official Domain: yourbrand.com |
| 89 | Analysis Date: 2024-01-15 |
| 90 | |
| 91 | โโโโโโโโโโโโโโโโโโโโโโโโ |
| 92 | |
| 93 | ๐ด HIGH RISK ALERTS |
| 94 | |
| 95 | Fake 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 | |
| 104 | Instagram: 2 unauthorized ads detected |
| 105 | Facebook: 1 fake page found |
| 106 | Recommendation: 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 | ``` |
| 122 | Monitor Web/Social |
| 123 | โ |
| 124 | Detect Infringement |
| 125 | โ |
| 126 | Document Evidence |
| 127 | โ |
| 128 | Send DMCA/C&D |
| 129 | โ |
| 130 | Report to Platforms |
| 131 | โ |
| 132 | Track 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.
Alternatives
Brand Protection โ Amazon ๐ก๏ธAmazon brand protection toolkit. Detect hijackers, counterfeits, and unauthorized sellers. Includes MAP violation monitoring, trademark abuse detection, complaint templates for Brand Registry, and test buy evidence collection guides. No API key required.โยทยทยทยทโ35/40Brand Protection โ eBay ๐ก๏ธeBay brand protection toolkit. Detect unauthorized sellers, counterfeits, and VeRO violations. Includes price monitoring, trademark abuse detection, VeRO complaint templates, and enforcement guides. No API key required.โยทยทยทยทโ35/40Brand Protection โ TikTok Shop ๐ก๏ธTikTok Shop brand protection toolkit. Detect unauthorized sellers, counterfeit products, and affiliate abuse. Includes TikTok IP Protection reporting, influencer misuse detection, and complaint templates. No API key required.โยทยทยทยทโ35/40Brand Protection โ Walmart ๐ก๏ธWalmart brand protection toolkit. Detect unauthorized sellers, counterfeits, and MAP violations. Includes Walmart Brand Portal reporting, WFS seller monitoring, and complaint templates. No API key required.โยทยทยทยทโ35/40