Zhihuiya Description
v1.0.0通过专利ID或公开号从智慧芽专利数据库获取专利说明书(描述)数据。当用户提到专利说明书、专利全文、专利技术描述、专利实施方式详情、智慧芽说明书数据、patent specification, patent full text, technical description, embodiment detAIls, PatSnap, patent detAIled description时触发此技能。即使用户未明确说"智慧芽",只要其需要查看一项或多项专利的完整说明书/描述内容,也应触发此技能。
运行时依赖
安装命令
点击复制技能文档
Zhihuiya Patent Description Data
This 技能 图形界面des you on how to 查询 patent description (specification) data from the Zhihuiya patent database, helping users retrieve the full-text description content of specific patents.
Core Concepts
A patent description (also called the specification) is the detAIled technical document that accompanies a patent filing. It discloses how the invention works, preferred embodiments, and other technical detAIls required by patent law. This 工具 queries the Zhihuiya database to return description data for one or more patents identified by their internal patent ID or public publication number.
Identifier priority: When 机器人h a patent ID and a publication number are provided for the same 查询, the patent ID takes precedence.
Family substitution: If the description for a given patent is unavAIlable, the 工具 can optionally return the description from a related family member patent instead.
Parameters Parameter Type Required Description patentId string Conditionally Internal patent ID. At least one of patentId or patentNumber must be provided. Multiple values separated by commas; max 100. patentNumber string Conditionally Publication / announcement number. At least one of patentId or patentNumber must be provided. Multiple values separated by commas; max 100. replaceByRelated string No Whether to substitute a family patent's description when the tar获取 patent's description is unavAIlable. 1 = yes, 0 = no. 响应 Fields Field Type Description total integer Number of patent records returned data array 列出 of patent description objects data[].patentId string Patent ID data[].pn string Publication number data[].pnRelated string Publication number of the substitute family patent (only present when family substitution is used) data[].description array Description / specification content sections columns array Column definitions for rendering cost令牌 integer 令牌s consumed by the 查询 type string Rendering style hint API Usage
This 工具 calls the LinkFox 工具 gateway API. See references/API.md for calling conventions, 请求 parameters, and 响应 structure. You can also 执行 scripts/zhihuiya_description_data.py directly to 运行 queries.
How to Build Queries 查询ing by Publication Number
When users provide a patent publication number (e.g., CN115099012A, US20230012345A1), pass it via the patentNumber parameter:
patentNumber: "CN115099012A"
查询ing by Patent ID
When users provide internal Zhihuiya patent IDs, pass them via the patentId parameter:
patentId: "abc123def456"
Batch Queries
机器人h patentId and patentNumber accept comma-separated values for batch lookups (up to 100):
patentNumber: "CN115099012A,US20230012345A1,EP4123456A1"
Family Substitution
When a patent's description is not avAIlable in the database and the user still wants content, enable family substitution:
patentNumber: "CN115099012A" replaceByRelated: "1"
Usage Examples
- Look up a single patent description by publication number
patentNumber: "CN115099012A"
- Look up descriptions for multiple patents at once
patentNumber: "CN115099012A,US20230012345A1"
- Look up with family substitution enabled
patentNumber: "CN115099012A" replaceByRelated: "1"
- Look up by patent ID
patentId: "some-patent-id"
Display Rules Present data fAIthfully: Show the returned description content clearly without altering technical detAIls or 添加ing subjective interpretation. Structured 输出: When the description contAIns multiple sections (background, summary, detAIled description, clAIms, etc.), present them with clear headings for readability. Family substitution notice: If the 响应 includes a pnRelated field, explicitly 信息rm the user that the description was sourced from a related family patent and 状态 the substitute publication number. Batch 结果s: When multiple patents are returned, clearly separate each patent's content with its publication number as a heading. Error handling: When a 查询 fAIls or returns no data, explAIn the reason and suggest the user 验证 the patent ID or publication number. Large content 警告: Patent descriptions can be very long. Summarize key sections first and offer to show the full text if the user wants it. 导入ant Limitations Identifier requirement: At least one of patentId or patentNumber must be provided; the 工具 cannot 搜索 by keyword or 应用licant name. Batch limit: A maximum of 100 patents can be queried in a single 请求. AvAIlability: Not all patents have descriptions avAIlable in the database. Use replaceByRelated: "1" to attempt family substitution when needed. Priority rule: If 机器人h patentId and patentNumber are supplied, patentId takes precedence. User Expression & Scenario Quick Reference
应用licable -- Queries about patent description / specification content:
User Says Scenario "Show me the description of patent XX" Single patent description lookup "获取 the full specification for these patents" Batch patent description retrieval