← Back to Skills Marketplace
phheng

Brand Protection Tiktok

by Henk Nie · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
181
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install brand-protection-tiktok
Description
TikTok Shop brand protection toolkit. Detect unauthorized sellers, counterfeit products, and affiliate abuse. Includes TikTok IP Protection reporting, influe...
README (SKILL.md)

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

  • 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

{
  "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-report

# Seller complaint
python3 scripts/templates.py seller-complaint

# Content takedown
python3 scripts/templates.py content-takedown

Output Example

🛡️ TikTok Shop Brand Protection Report

Brand: 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:

  • Report counterfeit listings
  • Remove unauthorized content
  • Block infringing sellers

Action Workflow

Monitor TikTok Shop
      ↓
Detect Violation
      ↓
Collect Evidence
      ↓
File IP Report
      ↓
Track Removal

Part of Nexscope AI — AI tools for e-commerce sellers.

Usage Guidance
Do not assume this is a ready-to-run TikTok integration. Before installing or executing: (1) Confirm with the publisher whether this is intended for TikTok — ask how TikTok Shop data is obtained and whether any scraping or API access is required. (2) Inspect the included Python files for any network requests or credential usage (HTTP requests, sockets, or hidden endpoints). (3) Run the scripts in an isolated environment (sandbox/VM) after review. (4) If you plan to use automated reporting or 'test buys', verify legal/compliance implications and avoid exposing your primary accounts/credentials. If the author provides a clear TikTok API implementation (endpoints, required env vars, and privacy policy) and/or updates templates to target TikTok rather than Amazon, the coherence and risk profile would improve.
Capability Analysis
Type: OpenClaw Skill Name: brand-protection-tiktok Version: 0.1.0 The skill bundle provides logic and templates for brand protection and infringement detection. Although the documentation refers to TikTok, the implementation in 'scripts/detector.py' and 'scripts/templates.py' is heavily based on Amazon-specific terminology (e.g., ASINs, Amazon Brand Registry), suggesting a template reuse or mislabeling. The code contains no network calls, no sensitive data access, and no suspicious execution patterns, functioning entirely as a local text processing and reporting tool.
Capability Assessment
Purpose & Capability
The skill is advertised for 'TikTok Shop' but the included templates and code repeatedly reference Amazon concepts (ASINs, Brand Registry, brandregistry.amazon.com) and Amazon-specific workflows. There is no TikTok API integration, no TikTok endpoints, and no declared credentials for accessing TikTok Shop. This mismatch suggests either mislabeled scope or missing/incomplete implementation.
Instruction Scope
Runtime instructions are minimal (run python3 scripts) and do not explain how TikTok data is obtained or what inputs the scripts expect. The SKILL.md shows example JSON inputs but does not say where to provide them. Templates instruct operational activities (test buys, cease-and-desist) which are plausible, but the agent is given broad discretion without clear data-flow boundaries — e.g., no guidance on safe data sources or limits on automated reporting.
Install Mechanism
There is no install spec (instruction-only), which is lower risk from supply-chain downloads. However, the package includes two Python scripts bundled with the skill; running them will execute local code. No external downloads or suspicious install URLs were present in the provided files, but users should still review the scripts before execution.
Credentials
The skill does not request environment variables, credentials, or config paths. That is proportionate given its stated functionality. Note: the scripts generate complaint templates (including contact emails) but do not declare any need for secrets — any network or credential usage would be visible only in the code (which should be inspected).
Persistence & Privilege
The skill is not marked always:true and does not request persistent privileges. It is user-invocable and can be run manually; autonomous invocation is allowed by default but not by itself a red flag here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install brand-protection-tiktok
  3. After installation, invoke the skill by name or use /brand-protection-tiktok
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: TikTok Shop brand protection toolkit. - Detects unauthorized sellers and counterfeit products on TikTok Shop. - Monitors for MAP (Minimum Advertised Price) violations with price alerts. - Identifies affiliate/influencer abuse and misuse. - Includes TikTok IP Protection reporting and complaint template generation. - No API key required for setup or use. - Provides clear risk levels and recommended actions for detected issues.
Metadata
Slug brand-protection-tiktok
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Brand Protection Tiktok?

TikTok Shop brand protection toolkit. Detect unauthorized sellers, counterfeit products, and affiliate abuse. Includes TikTok IP Protection reporting, influe... It is an AI Agent Skill for Claude Code / OpenClaw, with 181 downloads so far.

How do I install Brand Protection Tiktok?

Run "/install brand-protection-tiktok" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Brand Protection Tiktok free?

Yes, Brand Protection Tiktok is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Brand Protection Tiktok support?

Brand Protection Tiktok is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Brand Protection Tiktok?

It is built and maintained by Henk Nie (@phheng); the current version is v0.1.0.

💬 Comments