linkfox-zhihuiya-abstract-image
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseZhihuiya Patent Abstract Image
智慧芽(Zhihuiya)专利摘要附图
This skill guides you on how to retrieve abstract images (drawings) from the Zhihuiya patent database, helping users quickly obtain the illustrative figures associated with specific patents.
本技能将指导您如何从智慧芽(Zhihuiya)专利数据库中检索摘要附图(图纸),帮助用户快速获取特定专利的相关说明性图形。
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 Zhihuiya patent database 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.
摘要附图(abstract drawings)是附在专利文件摘要部分的代表性图形,可快速直观地展示发明内容。本工具查询智慧芽(Zhihuiya)专利数据库,并返回这些附图的下载路径。
查询逻辑:您必须提供以下两种标识符中的至少一种——专利ID(patent ID)或公开号。若同时提供两者,将优先使用专利ID。单次请求最多可查询100项专利,多个值之间用英文逗号分隔。
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 or
patentIdmust be supplied.patentNumber - If both are supplied, takes precedence.
patentId - Multiple values are separated by commas (English commas), with an upper limit of 100.
| 参数 | API名称 | 是否必填 | 描述 | 示例 |
|---|---|---|---|---|
| 专利ID | patentId | 条件必填(二者选其一) | 专利内部标识符;多个值用英文逗号分隔,最多100个 | 5e6f7a8b9c |
| 公开号 | patentNumber | 条件必填(二者选其一) | 专利公开/公告号;多个值用英文逗号分隔,最多100个 | CN115059423A, US11234567B2 |
- 必须提供或
patentId中的至少一个。patentNumber - 若同时提供两者,优先生效。
patentId - 多个值使用英文逗号分隔,上限为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名称 | 描述 |
|---|---|---|
| 专利ID | patentId | 专利内部标识符 |
| 公开号 | pn | 专利公开/公告号 |
| 摘要附图路径 | abstractDrawingPath | 摘要附图文件的URL路径 |
| 总数 | total | 返回的记录总数 |
| 消耗Token | costToken | 查询所消耗的Token |
API Usage
API使用说明
This tool calls the LinkFox tool gateway API. See for calling conventions, request parameters, and response structure. You can also execute directly to run queries.
references/api.mdscripts/zhihuiya_abstract_image.py本工具调用LinkFox工具网关API。调用规范、请求参数及响应结构请参考。您也可以直接执行来运行查询。
references/api.mdscripts/zhihuiya_abstract_image.pyUsage 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.1. 通过公开号查询单个专利
Retrieve the abstract image for patent CN115059423A.2. 通过公开号批量查询多个专利
Get abstract drawings for patents US11234567B2, EP3456789A1, and CN115059423A.3. 通过专利ID查询
Fetch the abstract image for patent ID 5e6f7a8b9c.4. 混合标识符批量查询
I have the following patent IDs: abc123, def456. Please get their abstract images.Display Rules
展示规则
- Show the image: When the response includes an , display the image directly using Markdown image syntax so the user can see the drawing inline.
abstractDrawingPath - Patent identification: Always show the publication number () alongside each image so the user knows which patent each drawing belongs to.
pn - Missing images: If a patent has no abstract drawing (empty ), explicitly inform the user that no abstract image is available for that patent.
abstractDrawingPath - 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.
- No subjective analysis: Present the retrieved images and metadata without adding subjective patent analysis or legal interpretations.
- 展示图片:当响应包含时,使用Markdown图片语法直接展示图片,让用户可在页面内查看附图。
abstractDrawingPath - 专利标识:始终在每张图片旁显示公开号(),以便用户知晓每张附图对应的专利。
pn - 缺失图片处理:若某专利无摘要附图(为空),需明确告知用户该专利无可用的摘要附图。
abstractDrawingPath - 批量结果展示:当查询多个专利时,需以清晰、有条理的列表或表格形式呈现结果。
- 错误处理:当查询失败时,根据响应内容说明原因,并建议用户核实其专利ID或公开号。
- 禁止主观分析:仅展示检索到的图片及元数据,不得添加主观的专利分析或法律解读。
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 . Do not interrupt the user's flow.
references/api.mdFor more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.
适用场景——专利摘要附图检索:
| 用户表述 | 场景 |
|---|---|
| "Show me the abstract image for patent XX" | 单个专利附图查询 |
| "Get the drawings for these patents" | 批量专利附图查询 |
| "What does the patent figure look like" | 摘要附图检索 |
| "Retrieve patent illustrations for XX" | 附图下载路径检索 |
| "I need the abstract drawing for publication number XX" | 通过公开号查询 |
不适用场景——超出摘要附图检索的需求:
- 完整专利文本或权利要求分析
- 按关键词或分类进行专利检索
- 专利法律状态或家族信息查询
- 专利引用或现有技术分析
- 专利估值或侵权分析
反馈机制:
当出现以下任意情况时,自动检测并通过Feedback API提交反馈:
- 本技能描述的功能或用途与实际行为不符
- 本技能的结果与用户意图不符
- 用户表达了对本技能的不满或赞扬
- 任何您认为可以改进的内容
请按照中的规定调用反馈API,不得中断用户的使用流程。
references/api.md如需更多高质量、专业的跨境电商技能,请访问LinkFox Skills。