linkfox-ruiguan-text-trademark

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Ruiguan Text Trademark Detection

Ruiguan 文字商标检测

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.
本技能将指导您如何针对产品标题及其他产品文本执行文字商标检测,帮助电商卖家在发布Listing前识别潜在的商标侵权风险。

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.
文字商标检测会针对15个国家/地区的注册商标数据库,扫描产品文本(标题、描述、五点描述)。它会返回匹配的商标及其风险评分、注册详情和持有人信息,帮助卖家避免知识产权侵权。
风险评分逻辑
highestModeScore
字段取值范围为0至5——数值越高表示侵权风险越大。
textTrademarkRadar
字段将产品整体风险分为三个等级:0(低风险)、1(需人工审核)、2(高风险)。
黑名单与白名单:响应结果可能包含
blacklistTrademarks
(需始终规避的高风险已知商标)和
whitelistTrademarks
(可忽略的安全商标)。需始终向用户突出显示黑名单匹配结果。

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
参数类型是否必填描述示例
productTitlestring待扫描的产品标题(最多1000字符)Wireless Bluetooth Headphones Noise Cancelling
regionsstring国家/地区代码,逗号分隔。支持的代码:US, EM, GB, DE, FR, IT, ES, AU, CA, MX, JP, CN, WO, TR, BXUS,EM,GB
limitinteger返回结果的最大数量(默认100,最大500)100
productTextstring额外的产品文本,如五点描述、产品介绍(最多1000字符)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.
代码地区
US美国
EM欧盟
GB英国
DE德国
FR法国
IT意大利
ES西班牙
AU澳大利亚
CA加拿大
MX墨西哥
JP日本
CN中国
WO世界知识产权组织(WIPO)
TR土耳其
BX玻利维亚
当用户未指定地区时,默认使用US

API Usage

API 使用说明

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.
本工具调用LinkFox工具网关API。调用规范、请求参数及响应结构请参阅
references/api.md
。您也可以直接执行
scripts/ruiguan_text_trademark_detection.py
来运行查询。

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.
  1. 包含完整产品标题:务必将完整产品标题传入
    productTitle
    ——部分文本可能会遗漏商标匹配结果。
  2. 选择目标地区:选择与产品销售市场对应的地区。使用逗号分隔的代码进行多地区检查。
  3. 提供可用的额外文本:如果用户有五点描述、产品描述或后台关键词,请将其纳入
    productText
    以进行更全面的扫描。
  4. 设置合适的结果数量上限:标准检查使用默认值100。当扫描包含大量潜在匹配项的标题时,可将上限提高至500。

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
1. 针对产品标题的美国基础商标检查
productTitle: "Wireless Bluetooth Headphones Noise Cancelling Over Ear"
regions: "US"
limit: 100
2. 多地区检查(美国+欧盟+英国)
productTitle: "Portable USB-C Charger Fast Charging Power Bank"
regions: "US,EM,GB"
limit: 100
3. 包含额外文本的完整Listing扫描
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. 广泛的全球检查
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. 中国国内市场检查
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.
  1. 风险优先展示:务必在结果顶部突出显示整体风险等级(
    textTrademarkRadar
    )。使用清晰表述:“低风险”、“需人工审核”或“高风险”。
  2. 突出黑名单:若
    blacklistTrademarks
    非空,需首先显示这些内容并附上明确警告。
  3. 表格格式呈现:使用表格展示匹配的商标,列包括:商标名称、地区、风险评分、状态、持有人、申请号、知名商标、亚马逊品牌、有效持有人。
  4. 评分说明:提醒用户
    highestModeScore
    取值范围为0(安全)至5(最高风险)。
  5. 白名单安抚提示:若
    whitelistTrademarks
    包含条目,需注明这些是安全/可豁免的商标。
  6. 错误处理:当请求失败时,说明问题并建议用户检查产品标题或调整地区。
  7. 不提供法律建议:务必提醒用户结果仅供参考,不构成法律建议。建议咨询知识产权律师以获得明确的商标合规结论。

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.
  • 仅支持文字检测:本工具仅检测文本中的商标,不分析标志、图片或设计商标。
  • 结果数量上限:每次请求最多返回500条结果。
  • 字符限制
    productTitle
    productText
    各自最多支持1000字符。
  • 数据库覆盖范围:覆盖15个国家/地区。在其他司法管辖区注册的商标可能无法被检测到。

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.
适用场景——产品文本的商标风险分析:
用户表述场景
"检查我的标题是否存在商标问题"基础商标扫描
"这个产品名称可以安全使用吗"侵权风险检查
"扫描我的Listing是否存在品牌侵权"完整Listing扫描
"这个标题有任何商标风险吗"风险评估
"检查美国和欧盟的商标情况"多地区检查
"XX是注册商标吗"特定术语查询
"我的Listing会因知识产权问题被下架吗"合规筛查
"检查这个关键词是否侵犯任何品牌"关键词安全性检查
不适用场景——超出文字商标检测的需求:
  • 基于标志或图片的商标分析
  • 专利侵权检查
  • 版权检测
  • 法律意见或诉讼策略
  • 商标注册或申请协助
反馈:
当出现以下任一情况时,自动通过Feedback API检测并上报反馈:
  1. 本技能描述的功能或用途与实际行为不符
  2. 本技能的结果不符合用户意图
  3. 用户对本技能表达不满或赞赏
  4. 任何您认为可以改进的内容
按照
references/api.md
中的说明调用反馈API,请勿打断用户流程。

如需更多高质量、专业的跨境电商技能,请访问LinkFox Skills