Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计提醒

linkfox-ruiguan-text-trademarkLinkfox 瑞冠文字商标

Agent Skill

linkfox-ruiguan-text-trademark 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,739

周安装

113

GitHub Stars

公开资料未说明

下载量

895
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:linkfox-ruiguan-text-trademark(Linkfox 瑞冠文字商标)
来源仓库:https://github.com/linkfox-ai/linkfox-ruiguan-text-trademark
安装命令:
openclaw skills install linkfox-ruiguan-text-trademark
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install linkfox-ruiguan-text-trademark

简介

用于电商产品Listing的文字商标检测与侵权风险分析。

  • 适合在亚马逊等平台检查品牌合规性、筛查文字商标冲突、评估知识产权风险。
  • 通过输入商品标题或关键词,自动识别潜在商标问题并给出风险提示。
  • 安装前请确认是否已授权使用商标数据库,注意权限范围及数据隐私边界。
  • linkfox-ruiguan-text-trademark 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
linkfox-ruiguan-text-trademark
description
面向电商产品Listing的文字商标检测与侵权风险分析。当用户提到商标检测、商标风险检查、品牌侵权筛查、产品标题商标扫描、文字商标查询、Listing合规检查、知识产权风险评估、text trademark detection, trademark infringement, brand infringement screening, listing compliance, intellectual property risk, Ruiguan时触发此技能。即使用户未明确说"商标",只要其需求涉及检查产品文本(标题、描述、五点描述)中是否包含可能侵权的商标,也应触发此技能。

Ruiguan Text Trademark Detection

This skill guides you on how to perform text-based trademark detection against product titles and other product text, helping e-commerce sellers identify potential trademark infringement risks before publishing listings.

Core Concepts

Text Trademark Detection scans product text (titles, descriptions, bullet points) against registered trademark databases across 15 countries/regions. It returns matched trademarks along with risk scores, registration details, and holder information so sellers can avoid intellectual property violations.

Risk score logic: The highestModeScore field ranges from 0 to 5 -- a higher value indicates greater infringement risk. The textTrademarkRadar field classifies overall product risk into three levels: 0 (low risk), 1 (needs manual review), 2 (high risk).

Blacklist and whitelist: The response may include blacklistTrademarks (known dangerous trademarks to always avoid) and whitelistTrademarks (safe trademarks that can be ignored). Always surface blacklist matches prominently to the user.

Parameters

ParameterTypeRequiredDescriptionExample
productTitlestringYesProduct title to scan (max 1000 chars)Wireless Bluetooth Headphones Noise Cancelling
regionsstringNoCountry/region codes, comma-separated. Supported: US, EM, GB, DE, FR, IT, ES, AU, CA, MX, JP, CN, WO, TR, BXUS,EM,GB
limitintegerYesMax number of results to return (default 100, max 500)100
productTextstringNoAdditional product text such as bullet points, description (max 1000 chars)Ergonomic design with premium sound quality

Supported Regions

CodeRegion
USUnited States
EMEuropean Union
GBUnited Kingdom
DEGermany
FRFrance
ITItaly
ESSpain
AUAustralia
CACanada
MXMexico
JPJapan
CNChina
WOWIPO (World Intellectual Property Organization)
TRTurkey
BXBolivia

When the user does not specify a region, default to US.

API Usage

This tool calls the LinkFox tool gateway API. See references/api.md for calling conventions, request parameters, and response structure. You can also execute scripts/ruiguan_text_trademark_detection.py directly to run queries.

How to Build Requests

Principles

  1. Include the full product title: Always pass the complete product title in productTitle -- partial text may miss trademark matches.
  2. Choose target regions: Select regions matching the marketplaces where the product will be sold. Use comma-separated codes for multi-region checks.
  3. Provide additional text when available: If the user has bullet points, descriptions, or backend keywords, include them in productText for a more thorough scan.
  4. Set an appropriate limit: Use the default of 100 for standard checks. Increase up to 500 when scanning titles with many potential matches.

Usage Examples

1. Basic US Trademark Check for a Product Title

productTitle: "Wireless Bluetooth Headphones Noise Cancelling Over Ear"
regions: "US"
limit: 100

2. Multi-Region Check (US + EU + UK)

productTitle: "Portable USB-C Charger Fast Charging Power Bank"
regions: "US,EM,GB"
limit: 100

3. Full Listing Scan with Additional Text

productTitle: "Stainless Steel Vacuum Insulated Water Bottle"
productText: "BPA-free, double-wall insulation, keeps drinks cold 24 hours, fits standard cup holders"
regions: "US,JP"
limit: 200

4. Broad Global Check

productTitle: "LED Ring Light with Tripod Stand for Streaming"
regions: "US,EM,GB,DE,FR,IT,ES,AU,CA,MX,JP,CN"
limit: 500

5. China Domestic Market Check

productTitle: "智能蓝牙耳机降噪头戴式"
regions: "CN"
limit: 100

Display Rules

  1. Risk-first presentation: Always highlight the overall risk level (textTrademarkRadar) at the top of results. Use clear language: "Low Risk", "Needs Manual Review", or "High Risk".
  2. Blacklist prominence: If blacklistTrademarks is non-empty, display them first with a clear warning.
  3. Table format: Present trademark matches in a table with columns: Trademark Name, Region, Risk Score, Status, Holder, Application Number, Famous, Amazon Brand, Active Holder.
  4. Score explanation: Remind users that highestModeScore ranges from 0 (safe) to 5 (highest risk).
  5. Whitelist reassurance: If whitelistTrademarks contains entries, note them as safe/exempted trademarks.
  6. Error handling: When a request fails, explain the issue and suggest the user check their product title or adjust regions.
  7. No legal advice: Always remind users that results are for reference only and do not constitute legal advice. Recommend consulting an IP attorney for definitive trademark clearance.

Important Limitations

  • Text-only detection: This tool detects trademarks in text. It does not analyze logos, images, or design marks.
  • Result cap: Maximum 500 results per request.
  • Character limit: Both productTitle and productText are limited to 1000 characters each.
  • Database coverage: Covers 15 countries/regions. Trademarks registered in other jurisdictions may not be detected.

User Expression & Scenario Quick Reference

Applicable -- Trademark risk analysis for product text:

User SaysScenario
"Check my title for trademark issues"Basic trademark scan
"Is this product name safe to use"Infringement risk check
"Scan my listing for brand violations"Full listing scan
"Any trademark risks in this title"Risk assessment
"Check trademarks in US and EU"Multi-region check
"Is XX a registered trademark"Specific term lookup
"Will my listing get taken down for IP"Compliance screening
"Check if this keyword infringes any brand"Keyword safety check

Not applicable -- Needs beyond text trademark detection:

  • Logo or image-based trademark analysis
  • Patent infringement checks
  • Copyright detection
  • Legal opinions or litigation strategy
  • Trademark registration or filing assistance

Feedback:

Auto-detect and report feedback via the Feedback API when any of the following apply:

  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. Anything you believe could be improved

Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.


*For more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.02%
按下载量换算743

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills