linkfox-zhihuiya-bibliography

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Zhihuiya 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
patentType
field indicates the type of patent document:
  • APPLICATION
    -- Invention application (published but not yet granted)
  • PATENT
    -- Granted invention patent
  • UTILITY
    -- Utility model
  • DESIGN
    -- Design patent
专利著录数据(又称书目数据)是与专利文档相关的结构化元数据,包括专利名称、申请人、发明人、分类号、优先权主张、引用文献、摘要等。本工具支持通过**Patent ID(专利ID)publication number(公开号)**进行查询,每次请求最多可返回100项专利的完整著录记录。
专利类型
patentType
字段表示专利文档的类型:
  • APPLICATION
    -- 发明专利申请(已公开但未授权)
  • PATENT
    -- 授权发明专利
  • UTILITY
    -- 实用新型专利
  • DESIGN
    -- 外观设计专利

Data Fields

数据字段

FieldAPI NameDescription
Patent IDpatentIdInternal patent identifier
Publication NumberpnPublication/announcement number
Invention TitleinventionTitlePatent title with language info
AbstractsabstractsPatent abstract text
Patent TypepatentTypeAPPLICATION, PATENT, UTILITY, or DESIGN
ApplicantsapplicantsOriginal applicant(s)
AssigneesassigneesCurrent patent holder(s) / assignee(s)
InventorsinventorsInventor(s) listed on the patent
AgentsagentsPatent attorney / agent(s)
AgencyagencyFiling agency / patent firm
ExaminersexaminersPatent examiner(s)
Priority ClaimspriorityClaimsPriority right declarations
Application ReferenceapplicationReferenceApplication filing data
Publication ReferencepublicationReferencePublication data
Dates of Public AvailabilitydatesOfPublicAvailabilityPublic availability dates
IPC ClassificationclassificationIpcrInternational Patent Classification
CPC ClassificationclassificationCpcCooperative Patent Classification
UPC ClassificationclassificationUpcUS Patent Classification
LOC ClassificationclassificationLocLocarno Classification (designs)
FI ClassificationclassificationFiFI classification codes (Japan)
F-term ClassificationclassificationFtermF-term codes (Japan)
GBC ClassificationclassificationGbcGBC classification
Cited PatentsreferenceCitedPatentsPatent documents cited as references
Cited Non-Patent LiteraturereferenceCitedOthersNon-patent literature cited
Related DocumentsrelatedDocumentsDivisional / continuation application info
PCT Filing DatapctOrRegionalFilingDataPCT or regional phase filing data
PCT Publishing DatapctOrRegionalPublishingDataPCT or regional phase publication data
Estimated Expiry DateexdtEstimated patent expiration date (Zhihuiya)
字段名称API名称描述
专利IDpatentId专利内部标识符
公开号pn公开/公告号
发明名称inventionTitle带语言信息的专利名称
摘要abstracts专利摘要文本
专利类型patentTypeAPPLICATION、PATENT、UTILITY或DESIGN
申请人applicants原始申请人
专利权人assignees当前专利持有者/受让人
发明人inventors专利上列出的发明人
代理人agents专利律师/代理人
代理机构agency申请代理机构/专利事务所
审查员examiners专利审查员
优先权主张priorityClaims优先权声明
申请参考信息applicationReference申请提交数据
公开参考信息publicationReference公开数据
公开日期datesOfPublicAvailability公开可用日期
IPC分类classificationIpcr国际专利分类号
CPC分类classificationCpc合作专利分类号
UPC分类classificationUpc美国专利分类号
LOC分类classificationLoc洛迦诺分类(外观设计)
FI分类classificationFiFI分类代码(日本)
F-term分类classificationFtermF-term代码(日本)
GBC分类classificationGbcGBC分类号
被引用专利referenceCitedPatents作为参考文献引用的专利文档
被引用非专利文献referenceCitedOthers引用的非专利文献
相关文档relatedDocuments分案/延续申请信息
PCT申请数据pctOrRegionalFilingDataPCT或地区阶段申请数据
PCT公开数据pctOrRegionalPublishingDataPCT或地区阶段公开数据
预计到期日期exdt专利预计到期日期(智慧芽提供)

API Usage

API使用说明

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/zhihuiya_bibliography.py
directly to run queries.
本工具调用LinkFox工具网关API。调用规范、请求参数和响应结构请参考
references/api.md
。您也可以直接执行
scripts/zhihuiya_bibliography.py
来运行查询。

Parameter Guide

参数指南

The tool accepts two parameters. At least one must be provided; if both are supplied,
patentId
takes priority.
ParameterWhen to UseFormat
patentId
When the user provides an internal Zhihuiya patent IDComma-separated string, up to 100 IDs
patentNumber
When the user provides a publication/announcement numberComma-separated string, up to 100 numbers
本工具接受两个参数,至少需提供其中一个;若同时提供,
patentId
优先级更高。
参数使用场景格式
patentId
用户提供智慧芽内部专利ID时逗号分隔的字符串,最多100个ID
patentNumber
用户提供公开/公告号时逗号分隔的字符串,最多100个编号

Tips for Identifying Input Type

输入类型识别技巧

  • If the user provides something like
    US10123456B2
    ,
    CN112345678A
    ,
    EP3456789B1
    , or
    WO2023123456A1
    , treat it as a publication number and use
    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

展示规则

  1. 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.
  2. 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.
  3. Patent type labels: Translate
    patentType
    codes into human-readable labels (APPLICATION = Invention Application, PATENT = Granted Invention, UTILITY = Utility Model, DESIGN = Design Patent).
  4. Multi-patent results: When results contain multiple patents, use a summary table first, then expand details per patent if the user wants more.
  5. Error handling: When a query returns an error or empty results, explain clearly and suggest the user verify their patent ID or publication number.
  6. No subjective analysis: Present factual bibliographic data without speculative legal or commercial interpretations.
  1. 清晰呈现数据:使用结构清晰的表格或组织有序的章节展示查询结果。对于每个专利,突出显示最常用的字段:名称、申请人/专利权人、发明人、申请/公开日期、分类号和摘要。
  2. 尊重查询范围:仅展示用户询问的字段。如果用户询问“发明人”,除非另有要求,否则不要输出完整的著录信息。
  3. 专利类型标签:将
    patentType
    代码转换为易读的标签(APPLICATION = 发明专利申请,PATENT = 授权发明专利,UTILITY = 实用新型专利,DESIGN = 外观设计专利)。
  4. 多专利结果:当结果包含多个专利时,先展示汇总表格,若用户需要更多细节,再展开每个专利的详细信息。
  5. 错误处理:当查询返回错误或空结果时,清晰说明原因,并建议用户验证专利ID或公开号。
  6. 无主观分析:仅呈现客观的著录数据,不添加推测性的法律或商业解读。

User Expression & Scenario Quick Reference

用户表述与场景速查

Applicable -- Patent bibliography / metadata lookups:
User SaysScenario
"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:
  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. 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, set LinkFox Skills.
适用场景 -- 专利著录/元数据查询:
用户表述场景
"查询XX专利的信息"单个专利著录信息查询
"XX专利的发明人是谁"发明人查询
"XX专利的持有者是谁"、"当前专利权人"专利权人/申请人查询
"XX专利的IPC/CPC分类号是什么"分类号查询
"展示XX专利的摘要"摘要获取
"XX专利引用了哪些专利"引用分析
"XX专利何时到期"到期日期查询
"查询这些专利的著录信息:A、B、C"批量查询
"专利详情"、"专利元数据"通用著录信息查询
不适用场景 -- 超出专利著录范围的需求:
  • 通过关键词或语义查询专利全文
  • 专利态势/分析报告
  • 专利估值或法律状态跟踪
  • 自由实施或侵权分析
  • 专利家族树探索(除非提供了具体的公开号)
边界判断:当用户说“查找关于X的专利”或“搜索Y领域的专利”时,这属于专利检索任务,而非著录信息查询。本技能仅适用于用户已拥有专利ID或公开号,并希望获取其元数据的场景。
反馈:
当出现以下任一情况时,自动通过Feedback API检测并上报反馈:
  1. 本技能描述的功能或用途与实际行为不符
  2. 技能结果与用户意图不符
  3. 用户表达了对本技能的不满或赞扬
  4. 任何您认为可以改进的内容
按照
references/api.md
中的说明调用反馈API,不要中断用户的操作流程。

如需更多高质量、专业的跨境电商技能,请访问LinkFox Skills