Skills ยท Design & UI

Brand Protection โ€” TikTok Shop ๐Ÿ›ก๏ธ

Unverifiedโ—35/40

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.

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

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

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

No sign-in, no blur, nothing truncated
brand-protection-tiktok/SKILL.md130 lines3.1 KBRawView on GitHub
Frontmatter โ€” 5 properties
namebrand-protection-tiktok
version1.0.0
authorNexscope AI
descriptionTikTok 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---
2name: brand-protection-tiktok
3version: 1.0.0
4author: Nexscope AI
5description: "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."
6metadata: {"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 
11Protect your brand from unauthorized sellers and counterfeit products on TikTok Shop.
12 
13## Installation
14 
15```bash
16npx 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
62python3 scripts/detector.py
63```
64 
65### Generate Complaint Templates
66 
67```bash
68# TikTok IP Protection report
69python3 scripts/templates.py ip-report
70 
71# Seller complaint
72python3 scripts/templates.py seller-complaint
73 
74# Content takedown
75python3 scripts/templates.py content-takedown
76```
77 
78## Output Example
79 
80```
81๐Ÿ›ก๏ธ TikTok Shop Brand Protection Report
82 
83Brand: YourBrand
84Shops Monitored: 5
85Analysis Date: 2024-01-15
86 
87โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
88 
89๐Ÿ”ด HIGH RISK ALERTS
90 
91Shop: 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 
100Creator: @unauthorized_creator
101โ”œโ”€โ”€ Promoting without authorization
102โ”œโ”€โ”€ Commission rate: 25%
103โ””โ”€โ”€ Action: Contact creator / Report
104```
105 
106## TikTok IP Protection
107 
108TikTok'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```
116Monitor TikTok Shop
117 โ†“
118Detect Violation
119 โ†“
120Collect Evidence
121 โ†“
122File IP Report
123 โ†“
124Track 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.

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