Install
openclaw skills install linkfox-eureka-patent-image-search通过Eureka专利平台进行专利图像检索(以图搜图),上传一张图片URL即可检索外观设计或实用新型的相似专利。当用户提到专利图像检索、以图搜专利、外观设计搜索、图片相似专利、设计专利检索、图像搜索专利、专利视觉搜索、patent image search, search patent by image, desi...
openclaw skills install linkfox-eureka-patent-image-searchThis skill guides you on how to perform patent image search (search-by-image) via the Eureka patent platform. Given a single image URL, it finds visually similar patents in the design or utility patent databases, supporting multiple search models and extensive filtering options.
The Eureka Patent Image Search tool enables visual similarity search across patent databases:
Search Models — Four models are available depending on the patent type and search intent:
Patent Types — Two patent types are supported:
D (Design) — search within design/industrial design patents (use models 1 or 2)U (Utility) — search within utility model patents (use models 3 or 4)Filtering — Extensive optional filters for country/authority, Locarno classification, date ranges, legal status, assignees, and keyword fields.
Scoring — Results include a similarity score and can be sorted by score, application date, publication date, or issue date.
| Parameter | Type | Description |
|---|---|---|
| url | string | The URL of the image to search with. Must be a publicly accessible image URL. |
| model | integer | Search model: 1 = design smart association, 2 = design search this image, 3 = utility match shape, 4 = utility match shape + pattern + color |
| patentType | string | Patent type to search: "D" = design patent, "U" = utility patent |
| Parameter | Type | Default | Description |
|---|---|---|---|
| country | string | — | Patent authority codes, comma-separated (e.g., CN,US,JP,EP,WO) |
| loc | string | — | Locarno classification code. Supports AND/OR/NOT boolean operators. |
| applyStartTime | string | — | Application date range start (format: yyyyMMdd) |
| applyEndTime | string | — | Application date range end (format: yyyyMMdd) |
| publicStartTime | string | — | Publication date range start (format: yyyyMMdd) |
| publicEndTime | string | — | Publication date range end (format: yyyyMMdd) |
| mainField | string | — | Search keyword within specific fields: title, abstract, claims, description, pn, applicant, inventor, IPC, UPC, LOC |
| assignees | string | — | Filter by assignee/rights holder name |
| legalStatus | string | — | Legal status codes, comma-separated. Values: 1=Published, 2=Examining, 3=Granted, 11=Withdrawn, 13=Rejected, 14=Revoked, 15=Expired, etc. |
| simpleLegalStatus | string | — | Simplified legal status: 0=Invalid, 1=Valid, 2=Pending, 220=PCT expired, 221=PCT in period, 999=Undetermined |
| preFilter | integer | 1 | Enable (1) or disable (0) pre-filtering by country and LOC classification |
| scoreExpansion | boolean | — | Enable score expansion for broader results |
| stemming | integer | 0 | Enable (1) or disable (0) word stemming in keyword search |
| includeMachineTranslation | boolean | — | Include machine-translated content in search |
| field | string | SCORE | Sort field: SCORE (similarity), APD (application date), PBD (publication date), ISD (issue date) |
| order | string | desc | Sort order: desc or asc |
| limit | integer | 10 | Results per page, range 1–100 |
| offset | integer | 0 | Pagination offset, range 0–1000 |
| lang | string | — | Title language preference: original, cn, en |
| isHttps | integer | — | Return image URLs with HTTPS (1) or HTTP (0) |
| returnImgId | boolean | — | Include image ID in results |
| Patent Type | Recommended Models | Description |
|---|---|---|
| D (Design) | 1, 2 | Model 1 for smart association, Model 2 for exact visual match |
| U (Utility) | 3, 4 | Model 3 for shape match, Model 4 for shape + pattern + color |
| Field | Description |
|---|---|
| patentId | The patent's internal ID |
| patentPn | Publication number |
| title | Patent title |
| url | URL of the similar image found in the patent |
| score | Similarity score |
| apdt | Application date |
| pbdt | Publication date |
| authority | Patent authority (country code) |
| inventor | Inventor name |
| apno | Application number |
| originalAssignee | Original applicant/assignee |
| currentAssignee | Current rights holder |
| loc | Array of Locarno classification codes |
| imgId | Image ID (when returnImgId is enabled) |
| locMatch | Whether the Locarno classification matched the filter |
| total | Number of results in current page |
| allRecordsCount | Total number of matching results |
| costToken | Token cost for this query |
1. Search for similar design patents using an image
Search for design patents similar to this image: https://example.com/product-image.jpg — look in CN and US patent databases.
→ Use model=1 or 2, patentType="D", country="CN,US"
2. Find utility patents with a similar shape
Find utility patents that have a similar shape to this product image: https://example.com/gadget.png
→ Use model=3, patentType="U"
3. Search with date and legal status filters
Search for valid design patents similar to this image, filed after 2020, in the CN database: https://example.com/design.jpg
→ Use model=2, patentType="D", country="CN", applyStartTime="20200101", simpleLegalStatus="1"
4. Search with Locarno classification
Find design patents in LOC 14-01 similar to this product: https://example.com/phone-case.jpg
→ Use model=1, patentType="D", loc="14-01"
5. Search with keyword and assignee filters
Search for design patents similar to this image from Apple Inc.: https://example.com/device.jpg
→ Use model=2, patentType="D", assignees="Apple"
6. Get more results with pagination
Show me the next 20 design patents similar to this image: https://example.com/product.jpg
→ Use limit=20, offset=20
allRecordsCount to indicate how many total matches were found, and how many are displayed.loc parameter uses Locarno codes; users may need help identifying the correct code for their product category.Applicable — Visual patent search queries:
| User Says | Scenario |
|---|---|
| "Search for patents similar to this image" | Basic image search |
| "Find design patents that look like this" | Design patent visual search |
| "Are there utility patents with this shape" | Utility patent shape match |
| "Search CN and US design patents for this product image" | Filtered image search |
| "Find valid patents similar to this design" | Legal status-filtered search |
| "Show me more results" | Pagination request |
| "Search in Locarno class 14-01" | Classification-filtered search |
Not applicable — Needs beyond image search:
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
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, visit LinkFox Skills.