← 返回 Skills 市场
phheng

Brand Protection Shopify

作者 Henk Nie · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
174
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install brand-protection-shopify
功能描述
Shopify/DTC brand protection toolkit. Detect counterfeit stores, unauthorized resellers, and trademark violations. Includes DMCA takedown templates, domain m...
使用说明 (SKILL.md)

Brand Protection — Shopify/DTC 🛡️

Protect your brand from counterfeit stores and unauthorized resellers in the DTC space.

Installation

npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-shopify -g

Features

  • Counterfeit Store Detection — Find fake stores copying your brand
  • Domain Monitoring — Track similar/typosquatting domains
  • Social Media Infringement — Detect unauthorized ads/posts
  • Trademark Abuse — Logo and brand name misuse
  • DMCA Takedown Templates — Copyright infringement removal
  • Cease & Desist Letters — Legal notice templates

DTC-Specific Detection

Dimension Method Risk Level
Fake Stores Domain + content matching 🔴 High
Unauthorized Resellers Price/image tracking 🔴 High
Social Ads Ad library monitoring ⚠️ Medium
Trademark Logo/name detection 🔴 High

Risk Levels

Level Description Action
🔴 High Active infringement DMCA within 24h
⚠️ Medium Potential concern Investigate further
✅ Low Normal activity Continue monitoring

Input Configuration

{
  "brand_name": "YourBrand",
  "official_domain": "yourbrand.com",
  "trademark_number": "US12345678",
  "logo_url": "https://yourbrand.com/logo.png",
  "social_handles": {
    "instagram": "@yourbrand",
    "facebook": "yourbrand",
    "tiktok": "@yourbrand"
  }
}

Usage

Detection

python3 scripts/detector.py

Generate Takedown Templates

# DMCA takedown
python3 scripts/templates.py dmca

# Cease & Desist letter
python3 scripts/templates.py cease-desist

# Platform report (Shopify)
python3 scripts/templates.py platform-report

Output Example

🛡️ Shopify/DTC Brand Protection Report

Brand: YourBrand
Official Domain: yourbrand.com
Analysis Date: 2024-01-15

━━━━━━━━━━━━━━━━━━━━━━━━

🔴 HIGH RISK ALERTS

Fake Store Detected:
├── Domain: your-brand-sale.com
├── Copying: Product images, descriptions
└── Action: File DMCA + domain complaint

━━━━━━━━━━━━━━━━━━━━━━━━

⚠️ SOCIAL MEDIA INFRINGEMENT

Instagram: 2 unauthorized ads detected
Facebook: 1 fake page found
Recommendation: Report to platforms

Takedown Templates Included

Template Use Case
DMCA Takedown Hosting provider removal
Cease & Desist Direct legal notice
Platform Report Shopify abuse report
Social Report Instagram/Facebook/TikTok
Domain Complaint Registrar abuse report

Action Workflow

Monitor Web/Social
      ↓
Detect Infringement
      ↓
Document Evidence
      ↓
Send DMCA/C&D
      ↓
Report to Platforms
      ↓
Track Resolution

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

安全使用建议
Before installing or running this skill: (1) Clarify scope — the name/description say 'Shopify/DTC' but the code and templates reference Amazon (ASINs, Brand Registry). Ask the publisher which platforms are supported. (2) Confirm distribution — SKILL.md shows an npx install command but the registry entry has no install spec or homepage; verify the trusted source (npm package, GitHub repo, or official site) before running any install commands. (3) Inspect the full scripts for network calls or credential use (the provided snippets are local-processing and templates but portions were truncated); if network requests exist, verify endpoints and whether any secrets are transmitted. (4) Test in an isolated environment (non‑production machine) and review logs and outbound network traffic if you plan to run it on sensitive systems. (5) If you need Shopify‑specific workflows, ask for confirmation or a Shopify mode; otherwise expect Amazon‑focused behavior. If the publisher cannot explain these inconsistencies, treat the package as untrusted.
功能分析
Type: OpenClaw Skill Name: brand-protection-shopify Version: 0.1.0 The skill bundle provides a framework for brand protection, including infringement detection logic and legal template generation. The Python scripts (scripts/detector.py and scripts/templates.py) are purely functional, focusing on data processing and string formatting without any network calls, file system access, or suspicious execution patterns. The SKILL.md documentation is well-structured and contains no evidence of prompt injection or malicious instructions.
能力评估
Purpose & Capability
The skill is named and described as 'Shopify/DTC' brand protection, but the included scripts and templates are heavily Amazon‑centric (ASINs, Amazon Brand Registry, Brand Registry portal, Amazon-specific complaint steps). That mismatch (Shopify vs Amazon) is unexpected and suggests the package may not do what the name/description promise or may be repurposed from an Amazon tool.
Instruction Scope
SKILL.md tells the agent/user to run local Python scripts and shows an npx install command, but there is no install spec in the registry entry. The runtime instructions include test‑buy guidance and evidence collection (normal for brand protection) but do not document any network endpoints or credential use. The mismatch between installation guidance (npx) and the registry's 'no install spec' is inconsistent and should be clarified.
Install Mechanism
There is no formal install spec in the registry (instruction‑only), but SKILL.md suggests an npx command to add a package from 'nexscope-ai/eCommerce-Skills'. That is not enforced by the registry metadata and the skill currently includes Python scripts only. This is not inherently dangerous, but it's inconsistent and you should confirm the intended distribution method and package source (npm package vs direct code).
Credentials
The skill requests no environment variables, no credentials, and requires only standard Python modules visible in the files. The inputs SKILL.md asks for (brand name, trademark number, logo URL, social handles) are appropriate and not secret. No evidence of requests for unrelated credentials was found in the visible code.
Persistence & Privilege
The skill does not request persistent presence (always=false) and contains no install scripts or modifications to other skills or system-wide settings. Running the included Python scripts is a local, non‑privileged action.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install brand-protection-shopify
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /brand-protection-shopify 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of the Shopify/DTC Brand Protection skill. - Detects counterfeit stores, unauthorized resellers, and trademark violations. - Monitors domains and social media for brand misuse. - Includes DMCA takedown, cease & desist, and platform report templates. - No API key required; customizable input for your brand. - Provides actionable risk levels and response workflow for infringements.
元数据
Slug brand-protection-shopify
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Brand Protection Shopify 是什么?

Shopify/DTC brand protection toolkit. Detect counterfeit stores, unauthorized resellers, and trademark violations. Includes DMCA takedown templates, domain m... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 174 次。

如何安装 Brand Protection Shopify?

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

Brand Protection Shopify 是免费的吗?

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

Brand Protection Shopify 支持哪些平台?

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

谁开发了 Brand Protection Shopify?

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

💬 留言讨论