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

linkfox-zhihuiya-cited-referenceslinkfox 智慧芽引用参考文献

Agent Skill

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

总安装

2,258

周安装

97

GitHub Stars

公开资料未说明

下载量

792
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install linkfox-zhihuiya-cited-references

简介

获取专利的前向引用文献,包括专利与非专利引用。

  • 用于了解在先技术与专利审查背景。
  • 支持引用来源分类与时间轴分析。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 数据覆盖范围有限,请以官方审查记录为准。
  • linkfox-zhihuiya-cited-references 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
linkfox-zhihuiya-cited-references
description
从智慧芽专利数据库查询专利的前向引用详情。当用户询问专利引用、被引用专利、引用文献、专利参考文献、前向引用、在先技术引用或想查看特定专利在申请过程中引用了哪些专利、非专利文献、patent cited references, forward citations, patent references, citation analysis, PatSnap时触发此技能。当用户提供专利ID或公开号并需要引用信息时,即使未明确说"前向引用",任何关于专利引用了哪些参考文献的请求都适用。

Zhihuiya Patent Forward Citation

This skill guides you on how to query patent forward citation data from the Zhihuiya patent database, helping users discover the patents and non-patent literature cited by specific patents during their application process.

Core Concepts

Forward citation refers to the patents and non-patent literature that a given patent has cited in its application documents. This is a fundamental aspect of patent analysis — understanding what prior art a patent references helps assess its novelty, scope, and technological lineage.

  • Patent citations (citedPatents): Other patents referenced by the queried patent.
  • Non-patent literature citations (citedOthers): Academic papers, technical reports, and other non-patent documents referenced by the queried patent.

Parameter Guide

You must provide at least one of the following two parameters. If both are provided, patentId takes priority.

ParameterTypeRequiredDescription
patentIdstringConditionallyPatent ID(s). Multiple values separated by commas. Maximum 100 entries.
patentNumberstringConditionallyPublication/announcement number(s). Multiple values separated by commas. Maximum 100 entries.

Rules:

  1. At least one of patentId or patentNumber must be provided.
  2. If both are present, patentId is used preferentially.
  3. Multiple values are separated by commas (English commas).
  4. Each parameter supports up to 100 entries per request.

Response Fields

FieldTypeDescription
totalintegerTotal number of records returned
dataarrayList of patent citation results
data[].patentIdstringPatent ID of the queried patent
data[].pnstringPublication/announcement number
data[].citedPatentsarrayList of cited patent documents
data[].citedOthersarrayList of cited non-patent literature
columnsarrayColumn definitions for rendering
costTokenintegerTokens consumed by the query
typestringRendering style hint

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

Usage Examples

1. Query forward citations by publication number

Look up the forward citations for patent US10000000B2.

Parameters: {"patentNumber": "US10000000B2"}

2. Query forward citations for multiple patents

Find all citations for patents US10000000B2, US9876543B1, and EP3456789A1.

Parameters: {"patentNumber": "US10000000B2,US9876543B1,EP3456789A1"}

3. Query forward citations by patent ID

Retrieve the cited references for patent ID 12345678.

Parameters: {"patentId": "12345678"}

4. Query forward citations using both identifiers

Look up citations for patent ID 12345678 (publication number US10000000B2).

Parameters: {"patentId": "12345678", "patentNumber": "US10000000B2"} (patentId takes priority)

Display Rules

  1. Present data clearly: Show citation results in well-structured tables, separating patent citations from non-patent literature citations.
  2. Summarize counts: Always state the total number of cited patents and cited non-patent literature items.
  3. No fabrication: Only display data returned by the API. Do not infer or fabricate citation details.
  4. Error handling: When a query fails, explain the reason based on the error response and suggest the user verify their patent ID or publication number.
  5. Batch results: When querying multiple patents, organize results by patent so each patent's citations are clearly grouped.
  6. Empty results: If a patent has no citations, explicitly inform the user rather than showing an empty table.

User Expression & Scenario Quick Reference

Applicable -- Patent citation queries:

User SaysScenario
"What patents does XX cite"Forward citation lookup
"Show me the references for patent XX"Citation detail retrieval
"What prior art is cited by XX"Prior art reference query
"List the cited literature for XX"Non-patent literature lookup
"Citation analysis for patent XX"Combined patent + literature citation
"What documents does patent XX reference"General citation query

Not applicable -- Needs beyond forward citation data:

  • Backward/reverse citations (who cites this patent)
  • Patent validity or legal status
  • Patent family analysis
  • Patent full-text search
  • Patent classification or landscape analysis

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

90.38%
按下载量换算716

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills