Agent skill · Backend & API

brand-protection-tiktok

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.

nexscope-aigithub.com/nexscope-aiGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-tiktok --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 3 KB
Bundled scripts: yes
Version: 1.0.0
Declared author: Nexscope AI
Path: brand-protection/brand-protection-tiktok/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 580
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Brand Protection — TikTok Shop 🛡️ Protect your brand from unauthorized sellers and counterfeit products on TikTok Shop. ## Installation ```bash npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-tiktok -g ``` ## Features - **Unauthorized Seller Detection** — Find sellers without authorization - **Price Monitoring** — MAP violation alerts - **Counterfeit Signals** — Review-based fake detection - **Affiliate Abuse** — Unauthorized influencer promotion - **TikTok IP Protection** — Official reporting templates - **Content Takedown** — Video/post removal requests ## 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 ```json { "brand_name": "YourBrand",

What's inside
Steps it walks through
  1. Installation
  2. Features
  3. TikTok-Specific Detection
  4. Risk Levels
  5. Input Configuration
  6. Usage
  7. Detection
  8. Generate Complaint Templates
  9. Output Example
  10. TikTok IP Protection
  11. Action Workflow
Ships with 2 files
  • scripts/detector.py
  • scripts/templates.py
Commands it runs
npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-tiktok -g
python3 scripts/detector.py
TikTok IP Protection report
python3 scripts/templates.py ip-report
Seller complaint
python3 scripts/templates.py seller-complaint
Content takedown
python3 scripts/templates.py content-takedown
More from eCommerce-Skills
All skills →
About this skill
What does the brand-protection-tiktok skill do?

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.

How do I install it?

Run `npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-tiktok --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nexscope-ai/eCommerce-Skills, a repository with 580 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going