Brand Protection Tiktok
by @phheng
TikTok Shop brand protection toolkit. Detect unauthorized sellers, counterfeit products, and affiliate abuse. Includes TikTok IP Protection reporting, influe...
clawhub install brand-protection-tiktokπ About This Skill
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"}}
Brand Protection β TikTok Shop π‘οΈ
Protect your brand from unauthorized sellers and counterfeit products on TikTok Shop.
Installation
npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-tiktok -g
Features
TikTok-Specific Detection
| Dimension | Method | Risk Level | |-----------|--------|------------| | Unauthorized Sellers | Shop monitoring | π΄ High | | Price Violations | Below MAP detection | π΄ High | | Counterfeit | Review/comment analysis | π΄ High | | Affiliate Abuse | Creator content scan | β οΈ Medium |
Risk Levels
| Level | Description | Action | |-------|-------------|--------| | π΄ High | Active infringement | Report within 24h | | β οΈ Medium | Potential concern | Investigate further | | β Low | Normal activity | Continue monitoring |
Input Configuration
{
"brand_name": "YourBrand",
"tiktok_shop_id": "your_shop_id",
"trademark_number": "US12345678",
"authorized_affiliates": ["creator_id_1", "creator_id_2"],
"min_price": 29.99
}
Usage
Detection
python3 scripts/detector.py
Generate Complaint Templates
# TikTok IP Protection report
python3 scripts/templates.py ip-reportSeller complaint
python3 scripts/templates.py seller-complaintContent takedown
python3 scripts/templates.py content-takedown
Output Example
π‘οΈ TikTok Shop Brand Protection ReportBrand: YourBrand
Shops Monitored: 5
Analysis Date: 2024-01-15
ββββββββββββββββββββββββ
π΄ HIGH RISK ALERTS
Shop: fake_seller_123
βββ Selling counterfeit products
βββ Price: $9.99 (MAP: $29.99)
βββ Action: File TikTok IP report
ββββββββββββββββββββββββ
β οΈ AFFILIATE ABUSE
Creator: @unauthorized_creator
βββ Promoting without authorization
βββ Commission rate: 25%
βββ Action: Contact creator / Report
TikTok IP Protection
TikTok's Intellectual Property Protection program allows brand owners to:
Action Workflow
Monitor TikTok Shop
β
Detect Violation
β
Collect Evidence
β
File IP Report
β
Track Removal
Part of Nexscope AI β AI tools for e-commerce sellers.
π‘ Examples
Detection
python3 scripts/detector.py
Generate Complaint Templates
# TikTok IP Protection report
python3 scripts/templates.py ip-reportSeller complaint
python3 scripts/templates.py seller-complaintContent takedown
python3 scripts/templates.py content-takedown