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

linkfox-zhihuiya-cited-bylinkfox 智慧芽引用者

Agent Skill

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

总安装

2,352

周安装

71

GitHub Stars

公开资料未说明

下载量

824
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install linkfox-zhihuiya-cited-by

简介

查询专利被其他专利引用的情况与引用次数。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

  • 分析专利影响力与前向引用关系,评估技术价值。
  • 支持专利家族被引频次统计与引用详情导出。
  • 结果为数据库记录,可能存在遗漏,建议交叉验证。
  • linkfox-zhihuiya-cited-by 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
linkfox-zhihuiya-cited-by
description
从智慧芽(PatSnap)查询专利被引用数据,包括被引用次数和引用专利详情。当用户提到专利被引用、被引分析、专利影响力、引用频次、专利家族被引、前向引用、想了解哪些专利引用了某一专利、patent citations, citation count, patent influence, citation analysis, PatSnap时触发此技能。即使用户未明确提及"智慧芽"或"PatSnap",只要其需求涉及查询某专利被引用次数或被哪些专利引用,也应触发此技能。

Zhihuiya Patent Citations Explorer

This skill guides you on how to query patent citation data from Zhihuiya (PatSnap), helping users understand the citation landscape of specific patents.

Core Concepts

Patent citation analysis reveals how influential a patent is within its technology domain. When Patent B references Patent A in its prior art section, Patent A is said to be "cited by" Patent B. A higher citation count generally indicates greater technological significance and broader industry influence.

Key metrics:

  • 3-year citations (citedBy3y): Number of times the patent was cited within 3 years of publication. Indicates early-stage impact.
  • 5-year citations (citedBy5y): Number of times the patent was cited within 5 years. Indicates medium-term influence.
  • Simple family citations (citedBySimpleFamily): Count of simple patent family members that cite the patent.
  • INPADOC family citations (citedByInpadocFamily): Count of INPADOC patent family members that cite the patent.
  • PatSnap family citations (citedByPatsnapFamily): Count of PatSnap-defined patent family members that cite the patent.

Parameter Guide

You must provide at least one of the following identifiers. If both are supplied, patent ID takes priority.

ParameterDescriptionExample
patentIdZhihuiya internal patent ID. Multiple IDs separated by commas (max 100).abc123def456
patentNumberPublication / announcement number. Multiple numbers separated by commas (max 100).US10123456B2, CN112345678A

Important: At least one of patentId or patentNumber is required. When the user provides a publication number (e.g., "US10123456B2"), use patentNumber. When they provide internal IDs, use patentId.

Usage Examples

1. Single patent citation lookup by publication number Query: "How many citations does patent US10123456B2 have?"

{
  "patentNumber": "US10123456B2"
}

2. Multiple patents citation comparison Query: "Compare citations for CN112345678A and CN113456789B"

{
  "patentNumber": "CN112345678A,CN113456789B"
}

3. Lookup by patent ID Query: "Get citation data for patent ID abc123def456"

{
  "patentId": "abc123def456"
}

4. Batch query with multiple IDs Query: "Citation info for these patent IDs: id001, id002, id003"

{
  "patentId": "id001,id002,id003"
}

Display Rules

  1. Present data in tables: Show citation results in clear, structured tables. Include the publication number, 3-year citations, 5-year citations, and family citation counts.
  2. Highlight key metrics: When comparing multiple patents, highlight the one with the highest citation counts.
  3. Explain family types: If the user is unfamiliar with patent families, briefly explain the difference between Simple, INPADOC, and PatSnap family definitions.
  4. Citing patent details: If the response includes a citedByPatents array with details of citing patents, present them in a sub-table or expandable list.
  5. Error handling: When a query fails, explain the reason based on the response and suggest checking whether the patent number or ID is correct.
  6. No subjective advice: Present factual citation data without making judgments about patent value or investment decisions.

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

User Expression & Scenario Quick Reference

Applicable -- Patent citation analysis scenarios:

User SaysScenario
"How many times has this patent been cited"Basic citation count
"Which patents cite this one"Citing patent list
"Patent influence analysis"Citation-based impact
"Compare citations between patents"Multi-patent comparison
"3-year / 5-year citation count"Time-windowed citation metrics
"Patent family citation data"Family-level citation analysis
"Forward citations for patent X"Synonym for cited-by lookup

Not applicable -- Needs beyond patent citation data:

  • Patent full-text search or semantic search
  • Patent legal status or prosecution history
  • Patent valuation or licensing recommendations
  • Backward citations (references *made by* a patent)

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

74.1%
按下载量换算611

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills