← 返回 Skills 市场
linkfox-ai

Ruiguan Patent Design

作者 linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install linkfox-ruiguan-patent-design
功能描述
基于睿观的外观专利侵权检测,支持25+国家/地区的图片专利检索。当用户提到外观专利检测、专利侵权检查、专利风险分析、TRO案件查询、外观设计专利搜索、设计专利相似度、产品专利排查、design patent detection, patent infringement, design patent, TRO ca...
使用说明 (SKILL.md)

Ruiguan Design Patent Detection

This skill guides you on how to perform design patent infringement detection using the Ruiguan engine, helping e-commerce sellers and IP professionals identify potential design patent risks before listing products.

Core Concepts

Design patent detection compares a product image against a global design patent database using visual similarity algorithms. The system returns patents ranked by similarity score, along with TRO (Temporary Restraining Order) litigation history, helping users assess infringement risk.

Similarity score: A value between 0 and 1. Higher values indicate greater visual resemblance to the patent drawing. Patents with similarity >= 0.7 or those flagged with TRO enforcement history deserve special attention and should be reviewed carefully.

Radar analysis: When radar is enabled, each patent result includes a radarResult with a same flag (suspected infringement: true/false) and an exp field (explanation). This provides an AI-powered judgment beyond raw similarity.

LOC classification: The Locarno Classification (LOC) is an international system for categorizing industrial designs. You can optionally specify LOC codes to narrow the search scope, or leave it unset to let the model predict the appropriate categories automatically.

Parameters Guide

Parameter Required Default Description
imageUrl Yes - Product image URL to check against the patent database
queryMode Yes hybrid Search mode: physical (real product photo), line (line drawing), hybrid (combined)
topNumber Yes 100 Number of patent results to return (max 100)
regions No US Country/region codes, comma-separated for multiple (e.g., US,EU,CN)
productTitle No - Product title for supplementary context
productDescription No - Product description for supplementary context
patentStatus No 1 Patent validity: 1 (active), 0 (expired), 1,0 (both)
enableRadar No true Enable AI radar analysis for suspected infringement judgment
topLoc No - LOC level-1 codes to restrict search scope (e.g., 06,07). Omit to use auto-prediction
sourceLanguage No - Source language code for translation (e.g., zh-CN). Leave empty if text is already in English

Supported Regions

US (United States), EU (European Union), CN (China), JP (Japan), KR (South Korea), DE (Germany), GB (United Kingdom), FR (France), IT (Italy), AU (Australia), CA (Canada), BR (Brazil), MX (Mexico), IN (India), TH (Thailand), SE (Sweden), CH (Switzerland), IE (Ireland), IL (Israel), DK (Denmark), NZ (New Zealand), AT (Austria), BX (Bolivia), FI (Finland), WO (WIPO)

Default region is US. Use US when the user does not specify a region.

LOC Level-1 Categories

Code Category
01 Food
02 Clothing, haberdashery and sewing accessories
03 Travel goods, cases, parasols and personal items n.e.c.
04 Brushes
05 Textiles, artificial and natural sheet material
06 Furniture and household goods
07 Household items n.e.c.
08 Tools and hardware
09 Packages and containers for transport or handling of goods
10 Clocks, watches, measuring/checking/signaling instruments
11 Ornamental articles
12 Means of transport or hoisting
13 Equipment for production, distribution or transformation of electricity
14 Recording, telecommunication or data processing equipment
15 Machines n.e.c.
16 Photographic, cinematographic and optical apparatus
17 Musical instruments
18 Printing and office machinery
19 Stationery, office equipment, art materials, teaching materials
20 Sales and advertising equipment, signs
21 Games, toys, tents and sports goods
22 Arms, pyrotechnic articles, hunting/fishing/pest-killing articles
23 Fluid distribution, sanitary, heating, ventilation, air-conditioning equipment, solid fuel
24 Medical and laboratory equipment
25 Building units and construction elements
26 Lighting apparatus
27 Tobacco and smoking supplies
28 Pharmaceutical/cosmetic products, toilet articles and apparatus
29 Devices and equipment against fire, for accident prevention and rescue
30 Articles for care and handling of animals
31 Machines and apparatus for preparing food or drink n.e.c.
32 Graphic symbols, logos, surface patterns, ornamentation, interior/exterior arrangements
ALL All categories

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

Usage Examples

1. Basic patent check for a product image (US market)

{
  "imageUrl": "https://example.com/product.jpg",
  "queryMode": "hybrid",
  "topNumber": 50,
  "regions": "US"
}

2. Multi-region check with product context

{
  "imageUrl": "https://example.com/product.jpg",
  "queryMode": "physical",
  "topNumber": 100,
  "regions": "US,EU,CN",
  "productTitle": "Portable Wireless Charger Stand",
  "productDescription": "A foldable wireless charging stand for smartphones",
  "enableRadar": true
}

3. Narrowed search using LOC classification (furniture)

{
  "imageUrl": "https://example.com/chair.jpg",
  "queryMode": "hybrid",
  "topNumber": 80,
  "regions": "US,DE",
  "topLoc": "06",
  "patentStatus": "1"
}

4. Line drawing mode for sketch-based search

{
  "imageUrl": "https://example.com/sketch.png",
  "queryMode": "line",
  "topNumber": 50,
  "regions": "CN,JP,KR"
}

5. Check both active and expired patents

{
  "imageUrl": "https://example.com/product.jpg",
  "queryMode": "hybrid",
  "topNumber": 100,
  "regions": "US",
  "patentStatus": "1,0"
}

Display Rules

  1. High-risk patent highlighting: When generating summaries or reports, display ALL patents with similarity >= 0.7 or troCase = true in full detail. For each such patent, include: application number, patent title (Chinese), inventors, TRO enforcement history, the most-similar patent drawing, every image in the patent image list, patent abstract, patent specification, LOC info, radar analysis result, and specification text. This detailed presentation is critically important -- do NOT abbreviate or omit these fields.
  2. Disclaimer: Always append a friendly reminder at the end: "This detection result is generated by LinkfoxAgent. It is recommended to consult a professional IP attorney for legal advice."
  3. Similarity interpretation: Clearly explain that higher similarity scores indicate greater visual resemblance and higher infringement risk.
  4. Radar result display: When radarResult.same is true, prominently flag the patent as a suspected infringement match and display the exp explanation.
  5. TRO warning: Patents with troCase = true or troHolder = true should be highlighted with a warning, as they indicate the patent holder has a history of active enforcement via Temporary Restraining Orders.
  6. Image display: Show both patentImageUrl (the most similar patent drawing) and the full images list so users can visually compare their product against all patent drawings.
  7. Error handling: When a request fails, explain the issue and suggest corrective actions (e.g., check image URL accessibility, verify region codes).
  8. Present data faithfully: Show query results as-is without adding subjective legal conclusions beyond the tool's own analysis.

User Expression & Scenario Quick Reference

Applicable -- Design patent risk assessment:

User Says Scenario
"Check if this product infringes any design patents" Basic patent detection
"Patent risk check for this image" Image-based patent search
"Does this product have TRO risk" TRO enforcement history lookup
"Design patent search for US and EU" Multi-region patent detection
"Check appearance patent for this furniture" Category-specific patent search
"Is this product design safe to sell" Pre-listing patent clearance
"Find similar design patents" Similarity-based patent discovery
"Patent infringement analysis" Comprehensive patent risk report

Not applicable -- Needs beyond design patent detection:

  • Utility patent or invention patent searches
  • Trademark infringement checks
  • Copyright/DMCA issues
  • Legal case management or litigation strategy
  • Patent application or filing assistance
  • Product listing optimization or pricing

Boundary judgment: When users mention "patent check" or "IP risk", if the concern is about product appearance/design similarity to existing patents, this skill applies. If they are asking about utility patents, trademarks, copyrights, or need actual legal counsel, this skill does not apply.

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 appears to do what it says (send an image and parameters to LinkFox's Ruiguan detection API) but there are transparency and scope concerns you should address before installing: 1) The package metadata omits the required LINKFOXAGENT_API_KEY environment variable — expect the skill to fail unless you set that key. Confirm the publisher and obtain the API key from a trustworthy source before configuring it. 2) The skill will send product images and descriptions to an external service (tool-gateway.linkfox.com); confirm you are comfortable sharing those images and that doing so doesn't leak private or sensitive data. 3) SKILL.md specifies wide keyword-based triggering; if you don't want this skill to run automatically, restrict when it can be invoked (or disable autonomous invocation). 4) The skill has no homepage or publisher contact in the registry — prefer skills with clear provenance and a privacy/terms page. If you plan to use it, ask the publisher to update the registry metadata to declare LINKFOXAGENT_API_KEY and provide a homepage/privacy policy so you can verify the service's data handling policies.
功能分析
Type: OpenClaw Skill Name: linkfox-ruiguan-patent-design Version: 1.0.0 The skill bundle is a legitimate tool for design patent infringement detection using the Ruiguan engine. The Python script (ruiguan_detection_patent_design.py) correctly implements API calls to a specified gateway (tool-gateway.linkfox.com) using standard libraries, and the instructions in SKILL.md are strictly aligned with the stated purpose of analyzing and reporting patent risks. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
The skill claims to perform Ruiguan design-patent image detection and the code and docs implement exactly that (POST to tool-gateway.linkfox.com). That purpose justifies network calls and an API key. However, the registry metadata declared no required environment variables while the included docs and script require LINKFOXAGENT_API_KEY — a mismatch between claimed requirements and actual capabilities.
Instruction Scope
SKILL.md instructs the agent to trigger whenever users mention a broad set of keywords (including implied cases), which can cause the skill to run more often than a user expects. The instructions and script send user-supplied image URLs and product text to an external API (tool-gateway.linkfox.com) — expected for this service, but the triggering policy is broad and the documentation does not fully disclose data handling or retention. The script only reads LINKFOXAGENT_API_KEY from the environment; it does not read other local files.
Install Mechanism
No install spec — instruction-only with a small helper script. Nothing is downloaded or written during install, lowering install-time risk.
Credentials
Runtime requires an API key (LINKFOXAGENT_API_KEY) used as an Authorization header, but the skill metadata lists no required env vars. The API key is proportionate to the service, but the omission in metadata is a transparency issue that could lead to surprise failures or misconfiguration. No other credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. Autonomous invocation is permitted by default (normal), but combined with the broad trigger rules this increases the chance the skill will be called unexpectedly.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linkfox-ruiguan-patent-design
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linkfox-ruiguan-patent-design 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug linkfox-ruiguan-patent-design
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ruiguan Patent Design 是什么?

基于睿观的外观专利侵权检测,支持25+国家/地区的图片专利检索。当用户提到外观专利检测、专利侵权检查、专利风险分析、TRO案件查询、外观设计专利搜索、设计专利相似度、产品专利排查、design patent detection, patent infringement, design patent, TRO ca... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。

如何安装 Ruiguan Patent Design?

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

Ruiguan Patent Design 是免费的吗?

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

Ruiguan Patent Design 支持哪些平台?

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

谁开发了 Ruiguan Patent Design?

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

💬 留言讨论