← 返回 Skills 市场
phheng

Brand Protection Tiktok

作者 Henk Nie · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
181
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install brand-protection-tiktok
功能描述
TikTok Shop brand protection toolkit. Detect unauthorized sellers, counterfeit products, and affiliate abuse. Includes TikTok IP Protection reporting, influe...
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install brand-protection-tiktok
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /brand-protection-tiktok 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug brand-protection-tiktok
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Brand Protection Tiktok 是什么?

TikTok Shop brand protection toolkit. Detect unauthorized sellers, counterfeit products, and affiliate abuse. Includes TikTok IP Protection reporting, influe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 181 次。

如何安装 Brand Protection Tiktok?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install brand-protection-tiktok」即可一键安装,无需额外配置。

Brand Protection Tiktok 是免费的吗?

是的,Brand Protection Tiktok 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Brand Protection Tiktok 支持哪些平台?

Brand Protection Tiktok 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Brand Protection Tiktok?

由 Henk Nie(@phheng)开发并维护,当前版本 v0.1.0。

💬 留言讨论