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.
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 | 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 |
patentId or patentNumber must be supplied.patentId takes precedence.| 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 |
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.
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.
abstractDrawingPath, display the image directly using Markdown image syntax so the user can see the drawing inline.pn) alongside each image so the user knows which patent each drawing belongs to.abstractDrawingPath), explicitly inform the user that no abstract image is available for that patent.patentId or patentNumber must be provided; the request will fail if both are empty.patentId and patentNumber are provided, the system uses patentId and ignores patentNumber.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:
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.
共 2 个版本