Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

linkfox-zhihuiya-simple-bibliographylinkfox 智慧芽简单参考书目

Agent Skill

linkfox-zhihuiya-simple-bibliography 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,546

周安装

104

GitHub Stars

公开资料未说明

下载量

824
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:linkfox-zhihuiya-simple-bibliography(linkfox 智慧芽简单参考书目)
来源仓库:https://github.com/linkfox-ai/linkfox-zhihuiya-simple-bibliography
安装命令:
openclaw skills install linkfox-zhihuiya-simple-bibliography
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install linkfox-zhihuiya-simple-bibliography

简介

从智慧芽数据库查询专利简要著录(书目)数据。linkfox-zhihuiya-simple-bibliography 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合快速获取专利基本信息、发明人、申请人及分类信息。
  • 支持通过专利ID或公开号检索结构化元数据,输出标准化字段。
  • 使用时需确认API密钥有效性及请求频率限制。
  • 建议核对返回数据的完整性,避免依赖缺失关键字段的结果。

SKILL.md

name
linkfox-zhihuiya-simple-bibliography
description
从智慧芽专利数据库查询专利简要著录(书目)数据。当用户提到专利著录信息查询、专利基本信息获取、专利书目数据、专利公开详情、按专利号查询发明人、专利申请人信息、专利摘要获取、专利分类号(IPC/CPC)、专利引用查询或任何通过专利ID、公开号检索结构化元数据的请求、patent brief bibliography, patent basic info, patent number lookup, patent abstract, PatSnap, patent metadata时触发此技能。即使用户未明确提及"智慧芽"或"著录信息",只要其需求涉及查询特定专利的核心著录字段,也应触发此技能。

Zhihuiya Patent Simple Bibliography

This skill guides you on how to query simple bibliographic data for patents using the Zhihuiya patent database, helping users retrieve structured patent metadata efficiently.

Core Concepts

The Zhihuiya Simple Bibliography tool retrieves basic bibliographic (front-page) information for patents. Given one or more patent IDs or publication numbers, it returns structured metadata including title, abstract, applicants, inventors, assignees, classification codes, filing dates, priority claims, and citation references.

Lookup modes: You can look up patents by either patentId (Zhihuiya internal patent ID) or patentNumber (public publication/grant number). If both are supplied, patentId takes priority. Multiple values are separated by commas, with a maximum of 100 per request.

Parameter Guide

ParameterTypeRequiredDescription
patentIdstringConditionallyZhihuiya internal patent ID. Comma-separated for multiple values, max 100. At least one of patentId or patentNumber must be provided.
patentNumberstringConditionallyPublic publication/grant number (e.g., US11234567B2, CN115000000A). Comma-separated for multiple values, max 100. At least one of patentId or patentNumber must be provided.

Priority rule: When both patentId and patentNumber are present, the API uses patentId and ignores patentNumber.

Response Data Fields

FieldAPI NameDescription
Patent IDpatentIdZhihuiya internal patent identifier
TitletitlePatent title
AbstractabstractContentPatent abstract text
Publication NumberpublicationNumberPublication number
Publication/Grant NumberpnFull publication/grant number
Country CodecountryCountry code of the patent
Publication CountrypublicationCountryCountry where the patent was published
Publication DatepublicationDatePublication date
Publication KindpublicationKindKind code of the publication
Patent TypepatentTypeType of patent (e.g., invention, utility model, design)
Kind CodekindPatent kind code
Application NumberapplicationNoApplication number
Application DateapplicationDateApplication filing date
ApplicantsapplicantsList of applicants
InventorsinventorsList of inventors
AssigneesassigneesList of patent assignees/owners
Assignee AddressesassigneeAddressesList of assignee addresses
IPC MainipcMainMain IPC classification code
IPC FurtheripcFurtherAdditional IPC classification codes
CPC MaincpcMainMain CPC classification code
CPC FurthercpcFurtherAdditional CPC classification codes
LOClocLocarno classification codes (design patents)
GBCgbcGBC classification codes
Priority ClaimspriorityClaimsList of priority claim entries
PCT Application NopctApplicationNoPCT international application number
PCT Filing DatepctFilingDatePCT international filing date
PCT Entry DatepctEntryDatePCT national phase entry date
Cited PatentscitedPatentsList of cited patent references
Cited Non-PatentscitedNonPatentsList of cited non-patent literature

API Usage

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_simple_bibliography.py directly to run queries.

Usage Examples

1. Look up a single patent by publication number

User: "Show me the bibliographic info for patent US11234567B2."
Action: Call with patentNumber = "US11234567B2"

2. Look up multiple patents by publication number

User: "Get the basic info for CN115000000A, EP4000000A1, and JP2023100000A."
Action: Call with patentNumber = "CN115000000A,EP4000000A1,JP2023100000A"

3. Look up patents by Zhihuiya patent ID

User: "Retrieve bibliography for patent IDs abc123 and def456."
Action: Call with patentId = "abc123,def456"

4. Retrieve inventor and applicant information

User: "Who are the inventors and applicants for patent US20230001234A1?"
Action: Call with patentNumber = "US20230001234A1", then extract the inventors and applicants fields from the response.

5. Check patent classification codes

User: "What IPC and CPC codes does patent EP3999999B1 have?"
Action: Call with patentNumber = "EP3999999B1", then present ipcMain, ipcFurther, cpcMain, and cpcFurther from the response.

6. Get patent abstract and citation references

User: "Show me the abstract and cited patents for CN114000000B."
Action: Call with patentNumber = "CN114000000B", then display abstractContent and citedPatents.

Display Rules

  1. Present data clearly: Show bibliographic results in well-structured tables or grouped sections. For a single patent, use a key-value layout. For multiple patents, use a table with the most relevant columns.
  2. Selective display: When results contain many fields, prioritize showing title, publication number, applicants, inventors, application date, publication date, IPC/CPC main codes, and abstract. Show additional fields only when the user specifically asks.
  3. List fields: For array fields (inventors, applicants, assignees, classification codes, citations), present them as comma-separated values or bulleted lists depending on length.
  4. Empty fields: Omit fields that are null or empty from the display rather than showing blank entries.
  5. Error handling: When a query fails, explain the reason based on the error message and suggest the user verify the patent number or ID format.
  6. Batch result notice: When querying many patents at once, remind the user that the maximum is 100 per request.

Important Limitations

  • Maximum batch size: Up to 100 patent IDs or publication numbers per request.
  • At least one identifier required: Either patentId or patentNumber must be provided; omitting both will cause an error.
  • patentId takes priority: If both parameters are supplied, only patentId is used.
  • Data scope: This tool returns simple bibliographic data only. It does not return full-text claims, detailed descriptions, legal status, or patent family information.

User Expression & Scenario Quick Reference

Applicable -- Patent bibliographic data retrieval:

User SaysScenario
"Look up patent XX" / "Get info for patent XX"Single patent bibliography lookup
"Who invented patent XX" / "Who is the applicant"Inventor / applicant retrieval
"What's the IPC code for XX" / "Classification of XX"Classification code lookup
"Show me the abstract of XX"Abstract retrieval
"When was patent XX filed" / "Publication date of XX"Date information lookup
"What patents does XX cite"Citation reference lookup
"Get bibliographic data for these patents: A, B, C"Batch bibliography query
"Patent basic info" / "Patent front page data"General bibliography retrieval

Not applicable -- Needs beyond simple bibliographic data:

  • Full-text patent claims or detailed description
  • Patent legal status or prosecution history
  • Patent family / equivalents analysis
  • Patent valuation or landscaping
  • Freedom-to-operate or infringement analysis
  • Patent search by keyword or semantic query (this tool requires specific patent identifiers)

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.*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.33%
按下载量换算588

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills