linkfox-zhihuiya-bibliography
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseZhihuiya Patent Bibliography
智慧芽(PatSnap)专利著录信息
This skill guides you on how to query patent bibliography (bibliographic) data from the Zhihuiya patent database, helping users retrieve detailed metadata for specific patents.
本技能将指导您如何从智慧芽专利数据库中查询专利著录(书目)数据,帮助用户获取特定专利的详细元数据。
Core Concepts
核心概念
Patent bibliography data (also called bibliographic data) is the structured metadata associated with a patent document. It includes the patent title, applicants, inventors, classification codes, priority claims, cited references, abstracts, and more. This tool allows querying by patent ID or publication number, returning comprehensive bibliographic records for up to 100 patents per request.
Patent types: The field indicates the type of patent document:
patentType- -- Invention application (published but not yet granted)
APPLICATION - -- Granted invention patent
PATENT - -- Utility model
UTILITY - -- Design patent
DESIGN
专利著录数据(又称书目数据)是与专利文档相关的结构化元数据,包括专利名称、申请人、发明人、分类号、优先权主张、引用文献、摘要等。本工具支持通过**Patent ID(专利ID)或publication number(公开号)**进行查询,每次请求最多可返回100项专利的完整著录记录。
专利类型:字段表示专利文档的类型:
patentType- -- 发明专利申请(已公开但未授权)
APPLICATION - -- 授权发明专利
PATENT - -- 实用新型专利
UTILITY - -- 外观设计专利
DESIGN
Data Fields
数据字段
| Field | API Name | Description |
|---|---|---|
| Patent ID | patentId | Internal patent identifier |
| Publication Number | pn | Publication/announcement number |
| Invention Title | inventionTitle | Patent title with language info |
| Abstracts | abstracts | Patent abstract text |
| Patent Type | patentType | APPLICATION, PATENT, UTILITY, or DESIGN |
| Applicants | applicants | Original applicant(s) |
| Assignees | assignees | Current patent holder(s) / assignee(s) |
| Inventors | inventors | Inventor(s) listed on the patent |
| Agents | agents | Patent attorney / agent(s) |
| Agency | agency | Filing agency / patent firm |
| Examiners | examiners | Patent examiner(s) |
| Priority Claims | priorityClaims | Priority right declarations |
| Application Reference | applicationReference | Application filing data |
| Publication Reference | publicationReference | Publication data |
| Dates of Public Availability | datesOfPublicAvailability | Public availability dates |
| IPC Classification | classificationIpcr | International Patent Classification |
| CPC Classification | classificationCpc | Cooperative Patent Classification |
| UPC Classification | classificationUpc | US Patent Classification |
| LOC Classification | classificationLoc | Locarno Classification (designs) |
| FI Classification | classificationFi | FI classification codes (Japan) |
| F-term Classification | classificationFterm | F-term codes (Japan) |
| GBC Classification | classificationGbc | GBC classification |
| Cited Patents | referenceCitedPatents | Patent documents cited as references |
| Cited Non-Patent Literature | referenceCitedOthers | Non-patent literature cited |
| Related Documents | relatedDocuments | Divisional / continuation application info |
| PCT Filing Data | pctOrRegionalFilingData | PCT or regional phase filing data |
| PCT Publishing Data | pctOrRegionalPublishingData | PCT or regional phase publication data |
| Estimated Expiry Date | exdt | Estimated patent expiration date (Zhihuiya) |
| 字段名称 | API名称 | 描述 |
|---|---|---|
| 专利ID | patentId | 专利内部标识符 |
| 公开号 | pn | 公开/公告号 |
| 发明名称 | inventionTitle | 带语言信息的专利名称 |
| 摘要 | abstracts | 专利摘要文本 |
| 专利类型 | patentType | APPLICATION、PATENT、UTILITY或DESIGN |
| 申请人 | applicants | 原始申请人 |
| 专利权人 | assignees | 当前专利持有者/受让人 |
| 发明人 | inventors | 专利上列出的发明人 |
| 代理人 | agents | 专利律师/代理人 |
| 代理机构 | agency | 申请代理机构/专利事务所 |
| 审查员 | examiners | 专利审查员 |
| 优先权主张 | priorityClaims | 优先权声明 |
| 申请参考信息 | applicationReference | 申请提交数据 |
| 公开参考信息 | publicationReference | 公开数据 |
| 公开日期 | datesOfPublicAvailability | 公开可用日期 |
| IPC分类 | classificationIpcr | 国际专利分类号 |
| CPC分类 | classificationCpc | 合作专利分类号 |
| UPC分类 | classificationUpc | 美国专利分类号 |
| LOC分类 | classificationLoc | 洛迦诺分类(外观设计) |
| FI分类 | classificationFi | FI分类代码(日本) |
| F-term分类 | classificationFterm | F-term代码(日本) |
| GBC分类 | classificationGbc | GBC分类号 |
| 被引用专利 | referenceCitedPatents | 作为参考文献引用的专利文档 |
| 被引用非专利文献 | referenceCitedOthers | 引用的非专利文献 |
| 相关文档 | relatedDocuments | 分案/延续申请信息 |
| PCT申请数据 | pctOrRegionalFilingData | PCT或地区阶段申请数据 |
| PCT公开数据 | pctOrRegionalPublishingData | PCT或地区阶段公开数据 |
| 预计到期日期 | exdt | 专利预计到期日期(智慧芽提供) |
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_bibliography.py本工具调用LinkFox工具网关API。调用规范、请求参数和响应结构请参考。您也可以直接执行来运行查询。
references/api.mdscripts/zhihuiya_bibliography.pyParameter Guide
参数指南
The tool accepts two parameters. At least one must be provided; if both are supplied, takes priority.
patentId| Parameter | When to Use | Format |
|---|---|---|
| When the user provides an internal Zhihuiya patent ID | Comma-separated string, up to 100 IDs |
| When the user provides a publication/announcement number | Comma-separated string, up to 100 numbers |
本工具接受两个参数,至少需提供其中一个;若同时提供,优先级更高。
patentId| 参数 | 使用场景 | 格式 |
|---|---|---|
| 用户提供智慧芽内部专利ID时 | 逗号分隔的字符串,最多100个ID |
| 用户提供公开/公告号时 | 逗号分隔的字符串,最多100个编号 |
Tips for Identifying Input Type
输入类型识别技巧
- If the user provides something like ,
US10123456B2,CN112345678A, orEP3456789B1, treat it as a publication number and useWO2023123456A1.patentNumber - If the user provides a purely numeric or opaque identifier that does not match standard publication number patterns, treat it as a patent ID and use .
patentId - When the user provides multiple patents, join them with commas (no spaces around commas).
- 如果用户提供类似、
US10123456B2、CN112345678A或EP3456789B1的内容,将其视为公开号,使用WO2023123456A1参数。patentNumber - 如果用户提供纯数字或不匹配标准公开号格式的不透明标识符,将其视为专利ID,使用参数。
patentId - 当用户提供多个专利时,用逗号连接(逗号前后无空格)。
Usage Examples
使用示例
1. Look up a single patent by publication number
User: "Show me the bibliography for US10123456B2"
Action: Call with patentNumber = "US10123456B2"2. Look up multiple patents by publication number
User: "Get bibliographic data for CN112345678A, EP3456789B1, and US20210012345A1"
Action: Call with patentNumber = "CN112345678A,EP3456789B1,US20210012345A1"3. Look up a patent by internal ID
User: "Query bibliography for patent ID 8fa3b2c1-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Action: Call with patentId = "8fa3b2c1-xxxx-xxxx-xxxx-xxxxxxxxxxxx"4. Batch lookup of patents
User: "I have a list of 20 publication numbers, look up all their inventors and assignees"
Action: Call with patentNumber = "<comma-separated list>"
Then extract and present inventors and assignees from the results.1. 通过公开号查询单个专利
User: "Show me the bibliography for US10123456B2"
Action: Call with patentNumber = "US10123456B2"2. 通过公开号查询多个专利
User: "Get bibliographic data for CN112345678A, EP3456789B1, and US20210012345A1"
Action: Call with patentNumber = "CN112345678A,EP3456789B1,US20210012345A1"3. 通过内部ID查询专利
User: "Query bibliography for patent ID 8fa3b2c1-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Action: Call with patentId = "8fa3b2c1-xxxx-xxxx-xxxx-xxxxxxxxxxxx"4. 批量查询专利
User: "I have a list of 20 publication numbers, look up all their inventors and assignees"
Action: Call with patentNumber = "<comma-separated list>"
Then extract and present inventors and assignees from the results.Display Rules
展示规则
- Present data clearly: Show query results in well-structured tables or organized sections. For each patent, highlight the most commonly needed fields: title, applicants/assignees, inventors, filing/publication dates, classification codes, and abstract.
- Respect the query scope: Only display the fields the user asked about. If they asked for "inventors", do not dump the entire bibliography unless requested.
- Patent type labels: Translate codes into human-readable labels (APPLICATION = Invention Application, PATENT = Granted Invention, UTILITY = Utility Model, DESIGN = Design Patent).
patentType - Multi-patent results: When results contain multiple patents, use a summary table first, then expand details per patent if the user wants more.
- Error handling: When a query returns an error or empty results, explain clearly and suggest the user verify their patent ID or publication number.
- No subjective analysis: Present factual bibliographic data without speculative legal or commercial interpretations.
- 清晰呈现数据:使用结构清晰的表格或组织有序的章节展示查询结果。对于每个专利,突出显示最常用的字段:名称、申请人/专利权人、发明人、申请/公开日期、分类号和摘要。
- 尊重查询范围:仅展示用户询问的字段。如果用户询问“发明人”,除非另有要求,否则不要输出完整的著录信息。
- 专利类型标签:将代码转换为易读的标签(APPLICATION = 发明专利申请,PATENT = 授权发明专利,UTILITY = 实用新型专利,DESIGN = 外观设计专利)。
patentType - 多专利结果:当结果包含多个专利时,先展示汇总表格,若用户需要更多细节,再展开每个专利的详细信息。
- 错误处理:当查询返回错误或空结果时,清晰说明原因,并建议用户验证专利ID或公开号。
- 无主观分析:仅呈现客观的著录数据,不添加推测性的法律或商业解读。
User Expression & Scenario Quick Reference
用户表述与场景速查
Applicable -- Patent bibliography / metadata lookups:
| User Says | Scenario |
|---|---|
| "Look up patent info for XX" | Single patent bibliography |
| "Who are the inventors of patent XX" | Inventor lookup |
| "Who owns patent XX", "current assignee" | Assignee / applicant query |
| "What IPC/CPC class is patent XX" | Classification lookup |
| "Show me the abstract of patent XX" | Abstract retrieval |
| "What patents does XX cite" | Citation analysis |
| "When does patent XX expire" | Expiry date query |
| "Get bibliography for these patents: A, B, C" | Batch lookup |
| "Patent details", "patent metadata" | General bibliography |
Not applicable -- Needs beyond patent bibliography:
- Full-text patent search by keyword or semantic query
- Patent landscape / analytics reports
- Patent valuation or legal status tracking
- Freedom-to-operate or infringement analysis
- Patent family tree exploration (unless specific publication numbers are given)
Boundary judgment: When users say "find patents about X" or "search for patents in field Y", that is a patent search task, not a bibliography lookup. This skill only applies when the user already has a patent ID or publication number and wants to retrieve its metadata.
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.
适用场景 -- 专利著录/元数据查询:
| 用户表述 | 场景 |
|---|---|
| "查询XX专利的信息" | 单个专利著录信息查询 |
| "XX专利的发明人是谁" | 发明人查询 |
| "XX专利的持有者是谁"、"当前专利权人" | 专利权人/申请人查询 |
| "XX专利的IPC/CPC分类号是什么" | 分类号查询 |
| "展示XX专利的摘要" | 摘要获取 |
| "XX专利引用了哪些专利" | 引用分析 |
| "XX专利何时到期" | 到期日期查询 |
| "查询这些专利的著录信息:A、B、C" | 批量查询 |
| "专利详情"、"专利元数据" | 通用著录信息查询 |
不适用场景 -- 超出专利著录范围的需求:
- 通过关键词或语义查询专利全文
- 专利态势/分析报告
- 专利估值或法律状态跟踪
- 自由实施或侵权分析
- 专利家族树探索(除非提供了具体的公开号)
边界判断:当用户说“查找关于X的专利”或“搜索Y领域的专利”时,这属于专利检索任务,而非著录信息查询。本技能仅适用于用户已拥有专利ID或公开号,并希望获取其元数据的场景。
反馈:
当出现以下任一情况时,自动通过Feedback API检测并上报反馈:
- 本技能描述的功能或用途与实际行为不符
- 技能结果与用户意图不符
- 用户表达了对本技能的不满或赞扬
- 任何您认为可以改进的内容
按照中的说明调用反馈API,不要中断用户的操作流程。
references/api.md如需更多高质量、专业的跨境电商技能,请访问LinkFox Skills。