Eureka Abstract Image
/install linkfox-eureka-abstract-image
Eureka Patent Abstract Image
This skill guides you on how to retrieve abstract images (drawings) from the Eureka patent data platform, helping users quickly obtain the illustrative figures associated with specific patents.
Core Concepts
Abstract images (abstract drawings) are the representative figures attached to a patent document's abstract section. They provide a quick visual overview of the invention. This tool queries the Eureka patent platform and returns download paths for these images.
Lookup logic: You must provide at least one of two identifiers -- a patent ID or a publication number. If both are provided, patent ID takes priority. You can query up to 100 patents in a single request by separating values with commas.
Parameter Guide
| Parameter | API Name | Required | Description | Example |
|---|---|---|---|---|
| Patent ID | patentId | Conditionally (one of the two must be provided) | Internal patent identifier; multiple values separated by commas, max 100 | 5e6f7a8b9c |
| Publication Number | patentNumber | Conditionally (one of the two must be provided) | Patent publication/announcement number; multiple values separated by commas, max 100 | CN115059423A, US11234567B2 |
- At least one of
patentIdorpatentNumbermust be supplied. - If both are supplied,
patentIdtakes precedence. - Multiple values are separated by commas (English commas), with an upper limit of 100.
Response Fields
| Field | API Name | Description |
|---|---|---|
| Patent ID | patentId | The internal patent identifier |
| Publication Number | pn | The publication/announcement number |
| Abstract Drawing Path | abstractDrawingPath | URL path to the abstract image file |
| Total | total | Total number of records returned |
| Cost Token | costToken | Tokens consumed by the query |
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/eureka_abstract_image.py directly to run queries.
Usage Examples
1. Single patent lookup by publication number
Retrieve the abstract image for patent CN115059423A.
2. Multiple patents lookup by publication number
Get abstract drawings for patents US11234567B2, EP3456789A1, and CN115059423A.
3. Lookup by patent ID
Fetch the abstract image for patent ID 5e6f7a8b9c.
4. Batch lookup with mixed identifiers
I have the following patent IDs: abc123, def456. Please get their abstract images.
Display Rules
- Show the image: When the response includes an
abstractDrawingPath, display the image directly using Markdown image syntax so the user can see the drawing inline. - Patent identification: Always show the publication number (
pn) alongside each image so the user knows which patent each drawing belongs to. - Missing images: If a patent has no abstract drawing (empty
abstractDrawingPath), explicitly inform the user that no abstract image is available for that patent. - Batch results: When multiple patents are queried, present results in a clear, organized list or table format.
- Error handling: When a query fails, explain the reason based on the response and suggest the user verify their patent IDs or publication numbers.
Important Limitations
- Up to 100 patents per request: The maximum number of patent IDs or publication numbers in a single call is 100.
- At least one identifier required: Either
patentIdorpatentNumbermust be provided; the request will fail if both are empty. - Patent ID priority: When both
patentIdandpatentNumberare provided, the system usespatentIdand ignorespatentNumber. - Data coverage: Results depend on the Eureka patent platform's database coverage; some very recent filings may not yet be reflected.
User Expression & Scenario Quick Reference
Applicable -- Patent abstract image retrieval:
| User Says | Scenario |
|---|---|
| "Show me the abstract image for patent XX" | Single patent image lookup |
| "Get the drawings for these patents" | Batch patent image lookup |
| "What does the patent figure look like" | Abstract drawing retrieval |
| "Retrieve patent illustrations for XX" | Image download path retrieval |
| "I need the abstract drawing for publication number XX" | Lookup by publication number |
Not applicable -- Needs beyond abstract image retrieval:
- Full patent text or claims analysis
- Patent search by keyword or classification
- Patent legal status or family information
- Patent citation or prior art analysis
- Patent valuation or infringement analysis
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 references/api.md. Do not interrupt the user's flow.
For more high-quality, professional cross-border e-commerce skills, visit LinkFox Skills.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install linkfox-eureka-abstract-image - 安装完成后,直接呼叫该 Skill 的名称或使用
/linkfox-eureka-abstract-image触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Eureka Abstract Image 是什么?
通过Eureka专利数据平台获取专利摘要附图。当用户提到专利摘要附图、专利图纸、专利示意图、专利图片、摘要附图检索、专利图片查询、Eureka摘要附图、patent abstract images, patent drawings, patent illustrations, Eureka, abstract i... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。
如何安装 Eureka Abstract Image?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkfox-eureka-abstract-image」即可一键安装,无需额外配置。
Eureka Abstract Image 是免费的吗?
是的,Eureka Abstract Image 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Eureka Abstract Image 支持哪些平台?
Eureka Abstract Image 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Eureka Abstract Image?
由 linkfox-ai(@linkfox-ai)开发并维护,当前版本 v1.0.0。