Brand Protection โ TikTok Shop ๐ก๏ธ
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-tiktokWho is stuck, and on what
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.
The whole source
Frontmatter โ 5 properties
| name | brand-protection-tiktok |
|---|---|
| version | 1.0.0 |
| author | Nexscope AI |
| description | 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. |
| metadata | {"nexscope":{"emoji":"๐ก๏ธ","category":"ecommerce"}} |
| 1 | --- |
| 2 | name: brand-protection-tiktok |
| 3 | version: 1.0.0 |
| 4 | author: Nexscope AI |
| 5 | description: "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." |
| 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 โ TikTok Shop ๐ก๏ธ |
| 10 | |
| 11 | Protect your brand from unauthorized sellers and counterfeit products on TikTok Shop. |
| 12 | |
| 13 | ## Installation |
| 14 | |
| 15 | ```bash |
| 16 | npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-tiktok -g |
| 17 | ``` |
| 18 | |
| 19 | ## Features |
| 20 | |
| 21 | - **Unauthorized Seller Detection** โ Find sellers without authorization |
| 22 | - **Price Monitoring** โ MAP violation alerts |
| 23 | - **Counterfeit Signals** โ Review-based fake detection |
| 24 | - **Affiliate Abuse** โ Unauthorized influencer promotion |
| 25 | - **TikTok IP Protection** โ Official reporting templates |
| 26 | - **Content Takedown** โ Video/post removal requests |
| 27 | |
| 28 | ## TikTok-Specific Detection |
| 29 | |
| 30 | | Dimension | Method | Risk Level | |
| 31 | |-----------|--------|------------| |
| 32 | | Unauthorized Sellers | Shop monitoring | ๐ด High | |
| 33 | | Price Violations | Below MAP detection | ๐ด High | |
| 34 | | Counterfeit | Review/comment analysis | ๐ด High | |
| 35 | | Affiliate Abuse | Creator content scan | โ ๏ธ Medium | |
| 36 | |
| 37 | ## Risk Levels |
| 38 | |
| 39 | | Level | Description | Action | |
| 40 | |-------|-------------|--------| |
| 41 | | ๐ด High | Active infringement | Report 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 | "tiktok_shop_id": "your_shop_id", |
| 51 | "trademark_number": "US12345678", |
| 52 | "authorized_affiliates": ["creator_id_1", "creator_id_2"], |
| 53 | "min_price": 29.99 |
| 54 | } |
| 55 | ``` |
| 56 | |
| 57 | ## Usage |
| 58 | |
| 59 | ### Detection |
| 60 | |
| 61 | ```bash |
| 62 | python3 scripts/detector.py |
| 63 | ``` |
| 64 | |
| 65 | ### Generate Complaint Templates |
| 66 | |
| 67 | ```bash |
| 68 | # TikTok IP Protection report |
| 69 | python3 scripts/templates.py ip-report |
| 70 | |
| 71 | # Seller complaint |
| 72 | python3 scripts/templates.py seller-complaint |
| 73 | |
| 74 | # Content takedown |
| 75 | python3 scripts/templates.py content-takedown |
| 76 | ``` |
| 77 | |
| 78 | ## Output Example |
| 79 | |
| 80 | ``` |
| 81 | ๐ก๏ธ TikTok Shop Brand Protection Report |
| 82 | |
| 83 | Brand: YourBrand |
| 84 | Shops Monitored: 5 |
| 85 | Analysis Date: 2024-01-15 |
| 86 | |
| 87 | โโโโโโโโโโโโโโโโโโโโโโโโ |
| 88 | |
| 89 | ๐ด HIGH RISK ALERTS |
| 90 | |
| 91 | Shop: fake_seller_123 |
| 92 | โโโ Selling counterfeit products |
| 93 | โโโ Price: $9.99 (MAP: $29.99) |
| 94 | โโโ Action: File TikTok IP report |
| 95 | |
| 96 | โโโโโโโโโโโโโโโโโโโโโโโโ |
| 97 | |
| 98 | โ ๏ธ AFFILIATE ABUSE |
| 99 | |
| 100 | Creator: @unauthorized_creator |
| 101 | โโโ Promoting without authorization |
| 102 | โโโ Commission rate: 25% |
| 103 | โโโ Action: Contact creator / Report |
| 104 | ``` |
| 105 | |
| 106 | ## TikTok IP Protection |
| 107 | |
| 108 | TikTok's Intellectual Property Protection program allows brand owners to: |
| 109 | - Report counterfeit listings |
| 110 | - Remove unauthorized content |
| 111 | - Block infringing sellers |
| 112 | |
| 113 | ## Action Workflow |
| 114 | |
| 115 | ``` |
| 116 | Monitor TikTok Shop |
| 117 | โ |
| 118 | Detect Violation |
| 119 | โ |
| 120 | Collect Evidence |
| 121 | โ |
| 122 | File IP Report |
| 123 | โ |
| 124 | Track Removal |
| 125 | ``` |
| 126 | |
| 127 | --- |
| 128 | |
| 129 | **Part of [Nexscope AI](https://www.nexscope.ai/?co-from=skill) โ AI tools for e-commerce sellers.** |
| 130 |
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 โ Shopify/DTC ๐ก๏ธ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.โยทยทยทยทโ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