linkfox-ruiguan-utility-patent
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRuiguan Utility Patent Detection
Ruiguan Utility Patent 检测
This skill guides you on how to search for similar utility (invention) patents based on a product's title, description, and target selling region. It helps cross-border e-commerce sellers identify potential patent infringement risks before listing products.
本技能将指导您如何根据产品标题、描述及目标销售地区,搜索相似的utility(发明)专利。它能帮助跨境电商卖家在上架产品前识别潜在的专利侵权风险。
Core Concepts
核心概念
Utility patent (also called invention patent) protects new and useful inventions or functional improvements. Unlike design patents that protect appearance, utility patents protect how a product works, its structure, or its composition. Infringing on a utility patent can lead to product removal, lawsuits, or TRO orders.
Similarity score: Each returned patent includes a field (0 to 1). A higher value means the patent is more closely related to the queried product. Patents with high similarity scores deserve careful review.
similarityTRO risk indicators: Two boolean fields flag enforcement history:
- -- whether the patent has a history of TRO enforcement actions
troCase - -- whether the patent holder is known for initiating TRO cases
troHolder
Patents flagged with either indicator require extra caution.
Patent validity: The field shows whether a patent is or . Only active patents pose infringement risk.
patentValidityActiveInvalidUtility patent(又称发明专利)保护新的、实用的发明或功能性改进。与保护外观的设计专利不同,utility patent保护产品的工作原理、结构或组成。侵犯utility patent可能导致产品下架、诉讼或TRO(临时限制令)。
相似度得分:返回的每个专利都包含一个字段(取值0到1)。数值越高,说明该专利与查询产品的关联度越高。相似度得分高的专利需要仔细审核。
similarityTRO风险指标:两个布尔字段标记专利的执行历史:
- -- 该专利是否有过TRO执行记录
troCase - -- 专利持有人是否以发起TRO案件著称
troHolder
带有任一标记的专利需要格外谨慎。
专利有效性:字段显示专利处于(有效)还是(无效)状态。只有有效专利会构成侵权风险。
patentValidityActiveInvalidParameters
参数
| Parameter | Type | Required | Description |
|---|---|---|---|
| productTitle | string | Yes | Product title (max 1000 characters) |
| productDescription | string | Yes | Product description (max 1000 characters) |
| region | string | Yes | Target selling country/region code, comma-separated for multiple. Currently supports: US. Default: |
| topNumber | integer | Yes | Number of patent results to return. Range: 10--200. Default: |
| 参数 | 类型 | 是否必填 | 说明 |
|---|---|---|---|
| productTitle | string | 是 | 产品标题(最多1000字符) |
| productDescription | string | 是 | 产品描述(最多1000字符) |
| region | string | 是 | 目标销售国家/地区代码,多个地区用逗号分隔。目前支持:US。默认值: |
| topNumber | integer | 是 | 返回的专利结果数量。范围:10--200。默认值: |
Parameter Guidelines
参数指南
- productTitle: Use the product's actual listing title or a concise descriptive title. Be specific rather than generic -- "portable USB-C fast charger 65W" is better than "charger".
- productDescription: Include key features, materials, mechanisms, and technical attributes. The more detail provided, the more accurate the similarity matching.
- region: Currently only is supported. Always set to
USunless the user specifies otherwise.US - topNumber: Default is 100. Increase to 200 for a broader search when doing thorough patent clearance. Decrease to 10--20 for a quick preliminary scan.
- productTitle:使用产品的实际上架标题或简洁的描述性标题。尽量具体而非笼统——“便携式USB-C 65W快充充电器”比“充电器”更好。
- productDescription:包含关键功能、材质、机制和技术属性。提供的细节越多,相似度匹配就越准确。
- region:目前仅支持。除非用户另有指定,否则请始终设为
US。US - topNumber:默认值为100。进行全面专利排查时,可增加至200以扩大搜索范围。快速初步扫描时,可减少至10--20。
API Usage
API 使用方法
This tool calls the LinkFox tool gateway API. See for calling conventions, request parameters, and response structure. You can also execute directly to run queries.
references/api.mdscripts/ruiguan_utility_patent_detection.py本工具调用LinkFox工具网关API。调用规范、请求参数和响应结构请参考。您也可以直接执行来运行查询。
references/api.mdscripts/ruiguan_utility_patent_detection.pyUsage Examples
使用示例
1. Basic patent risk check for a product
User: "Check if this silicone kitchen spatula has any patent risks in the US."
Build the request with a descriptive product title and description, region set to US, and a reasonable topNumber.
2. Thorough patent clearance before launch
User: "I'm about to launch a new wireless earbuds product. Do a comprehensive patent check."
Use topNumber=200 for maximum coverage. Include detailed product description covering Bluetooth version, charging case design, noise cancellation features, etc.
3. Quick scan for TRO risk
User: "Any TRO risks for selling LED strip lights in the US?"
After retrieving results, filter and highlight patents where or is true.
troCasetroHolder4. Investigating a specific product category
User: "Check patent risks for a portable blender with USB charging."
Provide both the product title and a detailed description emphasizing the functional aspects (motor type, blade design, charging mechanism, capacity).
1. 产品基础专利风险检查
用户:“检查这款硅胶厨房刮刀在美国是否存在专利风险。”
构建请求时,使用描述性的产品标题和描述,地区设为US,并设置合理的topNumber值。
2. 产品上线前的全面专利排查
用户:“我即将推出一款新的无线耳机产品,请进行全面的专利检查。”
设置topNumber=200以获得最大覆盖范围。包含详细的产品描述,涵盖蓝牙版本、充电盒设计、降噪功能等。
3. 快速扫描TRO风险
用户:“在美国销售LED灯带是否存在TRO风险?”
获取结果后,筛选并突出显示或为true的专利。
troCasetroHolder4. 调查特定产品类别
用户:“检查带USB充电功能的便携式搅拌机的专利风险。”
同时提供产品标题和详细描述,重点强调功能方面(电机类型、刀片设计、充电机制、容量)。
Display Rules
展示规则
- Present data in tables: Show results in a clear, structured table format. Key columns to display: patent title, similarity score, patent validity, application number, publication date, TRO flags, and estimated expiration date.
- Sort by relevance: Display patents sorted by similarity score in descending order (highest similarity first).
- Highlight high-risk patents: Call attention to patents with similarity above 0.7, active validity status, and/or TRO flags.
- TRO warnings: If any returned patents have or
troCase=true, display a prominent warning about elevated enforcement risk.troHolder=true - Validity filtering: When presenting results, clearly distinguish between Active and Invalid patents. Emphasize that only Active patents require attention.
- Volume notice: When results are large, show the most relevant patents (e.g., top 10--20 by similarity) and summarize the rest.
- Error handling: When a query fails, explain the reason and suggest adjusting the product title or description for better results.
- Bilingual titles: When available, show both the English title () and Chinese title (
title) to aid understanding.titleCn - No legal advice: Present patent data factually. Do not provide legal conclusions about infringement -- recommend consulting a patent attorney for definitive assessments.
- 以表格形式呈现数据:用清晰、结构化的表格展示结果。需显示的关键列:专利标题、相似度得分、专利有效性、申请号、公开日期、TRO标记、预计到期日期。
- 按相关性排序:按相似度得分降序排列专利(相似度最高的排在最前面)。
- 高亮高风险专利:突出显示相似度超过0.7、状态为有效且/或带有TRO标记的专利。
- TRO警告:如果返回的专利中有或
troCase=true,需显示醒目的警告,提示执行风险升高。troHolder=true - 有效性过滤:展示结果时,明确区分有效(Active)和无效(Invalid)专利。强调只有有效专利需要关注。
- 结果数量提示:当结果数量较多时,显示最相关的专利(例如,按相似度排序的前10--20个),并总结其余结果。
- 错误处理:查询失败时,说明原因并建议调整产品标题或描述以获得更好的结果。
- 双语标题:如果有可用的英文标题()和中文标题(
title),同时显示以帮助理解。titleCn - 不提供法律建议:如实呈现专利数据。不要提供关于侵权的法律结论——建议咨询专利律师以获得权威评估。
Important Limitations
重要限制
- Region support: Currently only US patents are searchable
- Result cap: Maximum 200 patents per query
- Input length: Both productTitle and productDescription are limited to 1000 characters each
- Not legal advice: Results indicate similarity, not confirmed infringement. Professional patent review is always recommended.
- 地区支持:目前仅可搜索美国专利
- 结果上限:每次查询最多返回200个专利
- 输入长度限制:productTitle和productDescription均限制为最多1000字符
- 非法律建议:结果仅表示相似度,不代表已确认侵权。始终建议进行专业的专利审查。
User Expression & Scenario Quick Reference
用户表述与场景速查
Applicable -- Patent-related queries for product risk assessment:
| User Says | Scenario |
|---|---|
| "Check patent risk for my product" | Basic patent detection |
| "Any utility/invention patent issues" | Utility patent search |
| "Is this product safe to sell (patent-wise)" | Patent clearance check |
| "TRO risk for this product" | TRO enforcement risk |
| "Similar patents for this product" | Patent similarity search |
| "Patent infringement check" | Pre-launch risk assessment |
| "Will I get sued for selling this" | Patent risk evaluation |
Not applicable -- Needs beyond utility patent detection:
- Design patent searches (appearance/ornamental design)
- Trademark or brand infringement checks
- Copyright issues
- Product compliance or certification (FCC, CE, etc.)
- General legal advice or contract review
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
- The functionality or purpose described in this skill does not match actual behavior
- The skill's results do not match the user's intent
- The user expresses dissatisfaction or praise about this skill
- Anything you believe could be improved
Call the feedback API as specified in . Do not interrupt the user's flow.
references/api.mdFor more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.
适用场景 -- 用于产品风险评估的专利相关查询:
| 用户表述 | 场景 |
|---|---|
| “检查我的产品的专利风险” | 基础专利检测 |
| “是否存在实用新型/发明专利问题” | Utility专利搜索 |
| “这款产品在专利方面可以安全销售吗” | 专利合规检查 |
| “这款产品的TRO风险” | TRO执行风险评估 |
| “这款产品的相似专利” | 专利相似度搜索 |
| “专利侵权检查” | 上线前风险评估 |
| “卖这款产品会被起诉吗” | 专利风险评估 |
不适用场景 -- 超出utility专利检测范围的需求:
- 外观专利搜索(外观/装饰性设计)
- 商标或品牌侵权检查
- 版权问题
- 产品合规或认证(FCC、CE等)
- 一般法律建议或合同审查
反馈:
当出现以下任一情况时,自动检测并通过Feedback API提交反馈:
- 本技能描述的功能或用途与实际行为不符
- 技能结果与用户意图不符
- 用户表达了对本技能的不满或赞扬
- 任何您认为可以改进的地方
按照中的说明调用反馈API,不要中断用户流程。
references/api.md如需更多高质量、专业的跨境电商技能,请访问LinkFox Skills。