← 返回 Skills 市场
linkfox-ai

Ruiguan Utility Patent

作者 linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install linkfox-ruiguan-utility-patent
功能描述
基于产品信息检测和搜索相似的实用新型/发明专利。当用户提到实用新型专利检测、专利侵权风险、专利相似度搜索、专利排查、发明专利查询、专利风险评估、TRO(临时限制令)风险分析、utility patent, invention patent detection, patent infringement risk,...
使用说明 (SKILL.md)

Ruiguan Utility Patent Detection

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.

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 similarity 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.

TRO risk indicators: Two boolean fields flag enforcement history:

  • troCase -- whether the patent has a history of TRO enforcement actions
  • troHolder -- whether the patent holder is known for initiating TRO cases

Patents flagged with either indicator require extra caution.

Patent validity: The patentValidity field shows whether a patent is Active or Invalid. Only active patents pose infringement risk.

Parameters

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: US
topNumber integer Yes Number of patent results to return. Range: 10--200. Default: 100

Parameter Guidelines

  1. 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".
  2. productDescription: Include key features, materials, mechanisms, and technical attributes. The more detail provided, the more accurate the similarity matching.
  3. region: Currently only US is supported. Always set to US unless the user specifies otherwise.
  4. 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.

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_utility_patent_detection.py directly to run queries.

Usage 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 troCase or troHolder is true.

4. 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).

Display Rules

  1. 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.
  2. Sort by relevance: Display patents sorted by similarity score in descending order (highest similarity first).
  3. Highlight high-risk patents: Call attention to patents with similarity above 0.7, active validity status, and/or TRO flags.
  4. TRO warnings: If any returned patents have troCase=true or troHolder=true, display a prominent warning about elevated enforcement risk.
  5. Validity filtering: When presenting results, clearly distinguish between Active and Invalid patents. Emphasize that only Active patents require attention.
  6. Volume notice: When results are large, show the most relevant patents (e.g., top 10--20 by similarity) and summarize the rest.
  7. Error handling: When a query fails, explain the reason and suggest adjusting the product title or description for better results.
  8. Bilingual titles: When available, show both the English title (title) and Chinese title (titleCn) to aid understanding.
  9. No legal advice: Present patent data factually. Do not provide legal conclusions about infringement -- recommend consulting a patent attorney for definitive assessments.

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.

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:

  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.

安全使用建议
This skill generally does what it says (calls LinkFox's patent-detection API), but it expects an API key in the environment (LINKFOXAGENT_API_KEY) even though the skill metadata doesn't declare that requirement. Before installing or using it: 1) Do not place any highly sensitive or private proprietary technical details in the productDescription unless you trust the LinkFox endpoint (tool-gateway.linkfox.com). 2) Verify where the API key comes from and whether it's tied to your account — avoid reusing high-privilege keys. 3) Ask the publisher to update the skill metadata to declare LINKFOXAGENT_API_KEY as a required env var and provide a privacy/data-handling policy that explains how submitted product descriptions and results are stored or logged. 4) If you need legal conclusions, consult a qualified patent attorney — the skill returns similarity data, not legal advice. If you cannot verify the endpoint or the publisher, treat the missing env-var declaration as a red flag and avoid providing secrets or confidential product details.
功能分析
Type: OpenClaw Skill Name: linkfox-ruiguan-utility-patent Version: 1.0.0 The skill bundle is a legitimate tool for searching utility patents to assess infringement risks. The Python script (ruiguan_utility_patent_detection.py) uses standard libraries to communicate with a specific API endpoint (tool-gateway.linkfox.com) and follows secure practices by retrieving the API key from environment variables rather than hardcoding it.
能力评估
Purpose & Capability
Name, description, SKILL.md, references/api.md, and the Python script all consistently implement a utility-patent similarity/search tool that calls a LinkFox API endpoint. The requested inputs (product title/description, region, topNumber) and outputs align with the stated purpose.
Instruction Scope
SKILL.md and references/api.md describe calling an external API and running the included script — which is appropriate — but the instructions rely on an environment API key (LINKFOXAGENT_API_KEY) that is not declared in the skill's registry metadata (required env vars = none). The agent instructions do not request unrelated system files, but they do instruct network calls to external endpoints; that is expected for this purpose.
Install Mechanism
No install spec (instruction-only plus a small Python helper). The script uses only standard Python libraries and makes HTTPS requests. There are no downloads from untrusted URLs, no extracted archives, and nothing writes installation artifacts to non-standard locations.
Credentials
The code and API reference require an API key via the environment variable LINKFOXAGENT_API_KEY. Requiring a single API key for the remote patent API is proportionate to the skill's function, but the skill's declared requirements do not list this env var — a metadata omission that can mislead users about what secrets are needed and sent to the external service.
Persistence & Privilege
The skill does not request persistent or elevated privileges (always is false, no system config paths, no modification of other skills). Autonomous invocation is allowed (default) but is not combined with other high-risk factors here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linkfox-ruiguan-utility-patent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linkfox-ruiguan-utility-patent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug linkfox-ruiguan-utility-patent
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ruiguan Utility Patent 是什么?

基于产品信息检测和搜索相似的实用新型/发明专利。当用户提到实用新型专利检测、专利侵权风险、专利相似度搜索、专利排查、发明专利查询、专利风险评估、TRO(临时限制令)风险分析、utility patent, invention patent detection, patent infringement risk,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。

如何安装 Ruiguan Utility Patent?

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

Ruiguan Utility Patent 是免费的吗?

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

Ruiguan Utility Patent 支持哪些平台?

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

谁开发了 Ruiguan Utility Patent?

由 linkfox-ai(@linkfox-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论