Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-tiktokgit clone --depth 1 https://github.com/nexscope-ai/eCommerce-SkillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/nexscope-ai/ecommerce-skills/brand-protection-tiktok)<a href="https://agentmods.dev/skills/nexscope-ai/ecommerce-skills/brand-protection-tiktok"><img src="https://agentmods.dev/badge/skills/nexscope-ai/ecommerce-skills/brand-protection-tiktok/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/nexscope-ai/ecommerce-skills/brand-protection-tiktok"><img src="https://agentmods.dev/badge/skills/nexscope-ai/ecommerce-skills/brand-protection-tiktok.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 16 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00044 | $0.00732 |
| Opus 5 | $0.00022 | $0.00366 |
| Sonnet 5 | $0.00009 | $0.00146 |
| Haiku 4.5 | $0.00004 | $0.00073 |
Grade A, and why
brand-protection-tiktok scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 13d ago First seen · 130 lines · 44 tokens per session scan A a11314060a5b
brand-protection-tiktok is a skill published in the GitHub repository nexscope-ai/eCommerce-Skills (914 stars, last pushed 17d ago), licensed MIT. It adds 44 tokens to every session and 732 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
amazon-category-ungating
Category and brand ungating — requirements, documentation, appeal process, restricted categories guide.
amazon-product-compliance
Product compliance and safety — certifications, labeling requirements, restricted substances, documentation.
amazon-suspension-appeal
Account suspension prevention and appeal — policy violations, Plan of Action writing, reinstatement process.
eu-ai-act-readiness
Build a preliminary, evidence-based EU AI Act readiness assessment across AI-system inventory, territorial scope, operator roles, prohibited-practice screening, risk classification, transparency, high-risk controls, general-purpose AI obligations, governance, and implementation milestones. Use when an organization…
compliance-checklist-generation
Build evidence-oriented readiness checklists for frameworks such as SOC 2, HIPAA, PCI DSS, and GDPR, with gaps and remediation priorities. Use when the user needs an internal readiness assessment or control-mapping plan; do not use it to certify compliance or replace an auditor or counsel.
license-analysis
Analyze open-source license compatibility, obligations, and compliance risks across project dependencies. Use when the user requests license analysis or provides relevant inputs for this workflow.