linkfox-zhihuiya-cited-by
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseZhihuiya Patent Citations Explorer
智慧芽(PatSnap)专利引用查询技能指南
This skill guides you on how to query patent citation data from Zhihuiya (PatSnap), helping users understand the citation landscape of specific patents.
本技能将指导您如何从智慧芽(PatSnap)查询专利引用数据,帮助用户了解特定专利的引用格局。
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 (): Number of times the patent was cited within 3 years of publication. Indicates early-stage impact.
citedBy3y - 5-year citations (): Number of times the patent was cited within 5 years. Indicates medium-term influence.
citedBy5y - Simple family citations (): Count of simple patent family members that cite the patent.
citedBySimpleFamily - INPADOC family citations (): Count of INPADOC patent family members that cite the patent.
citedByInpadocFamily - PatSnap family citations (): Count of PatSnap-defined patent family members that cite the patent.
citedByPatsnapFamily
专利引用分析可揭示某一专利在其技术领域内的影响力。当专利B在其现有技术部分引用专利A时,专利A即被称为“被专利B引用”。引用次数越高,通常表明该专利的技术重要性越高,行业影响力越广。
关键指标:
- 3年引用量 (): 专利公开后3年内被引用的次数,体现早期影响力。
citedBy3y - 5年引用量 (): 专利公开后5年内被引用的次数,体现中期影响力。
citedBy5y - 简单专利家族引用量 (): 引用该专利的简单专利家族成员数量。
citedBySimpleFamily - INPADOC专利家族引用量 (): 引用该专利的INPADOC专利家族成员数量。
citedByInpadocFamily - 智慧芽专利家族引用量 (): 引用该专利的PatSnap定义专利家族成员数量。
citedByPatsnapFamily
Parameter Guide
参数指南
You must provide at least one of the following identifiers. If both are supplied, patent ID takes priority.
| Parameter | Description | Example |
|---|---|---|
| patentId | Zhihuiya internal patent ID. Multiple IDs separated by commas (max 100). | abc123def456 |
| patentNumber | Publication / announcement number. Multiple numbers separated by commas (max 100). | US10123456B2, CN112345678A |
Important: At least one of or is required. When the user provides a publication number (e.g., "US10123456B2"), use . When they provide internal IDs, use .
patentIdpatentNumberpatentNumberpatentId您必须提供以下标识符中的至少一个。若同时提供两种,优先级更高。
patentId| 参数 | 描述 | 示例 |
|---|---|---|
| patentId | 智慧芽内部专利ID,多个ID用逗号分隔(最多100个) | abc123def456 |
| patentNumber | 公开/公告号,多个编号用逗号分隔(最多100个) | US10123456B2, CN112345678A |
重要提示: 必须提供或中的至少一个。当用户提供公开号(如"US10123456B2")时,使用参数;当用户提供内部ID时,使用参数。
patentIdpatentNumberpatentNumberpatentIdUsage Examples
使用示例
1. Single patent citation lookup by publication number
Query: "How many citations does patent US10123456B2 have?"
json
{
"patentNumber": "US10123456B2"
}2. Multiple patents citation comparison
Query: "Compare citations for CN112345678A and CN113456789B"
json
{
"patentNumber": "CN112345678A,CN113456789B"
}3. Lookup by patent ID
Query: "Get citation data for patent ID abc123def456"
json
{
"patentId": "abc123def456"
}4. Batch query with multiple IDs
Query: "Citation info for these patent IDs: id001, id002, id003"
json
{
"patentId": "id001,id002,id003"
}1. 通过公开号查询单个专利的引用情况
查询语句: "专利US10123456B2被引用了多少次?"
json
{
"patentNumber": "US10123456B2"
}2. 多个专利引用情况对比
查询语句: "对比CN112345678A和CN113456789B的引用情况"
json
{
"patentNumber": "CN112345678A,CN113456789B"
}3. 通过专利ID查询
查询语句: "获取专利ID abc123def456的引用数据"
json
{
"patentId": "abc123def456"
}4. 批量查询多个ID
查询语句: "获取这些专利ID的引用信息:id001, id002, id003"
json
{
"patentId": "id001,id002,id003"
}Display Rules
展示规则
- 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.
- Highlight key metrics: When comparing multiple patents, highlight the one with the highest citation counts.
- Explain family types: If the user is unfamiliar with patent families, briefly explain the difference between Simple, INPADOC, and PatSnap family definitions.
- Citing patent details: If the response includes a array with details of citing patents, present them in a sub-table or expandable list.
citedByPatents - Error handling: When a query fails, explain the reason based on the response and suggest checking whether the patent number or ID is correct.
- No subjective advice: Present factual citation data without making judgments about patent value or investment decisions.
- 表格展示数据: 将引用结果以清晰结构化的表格呈现,包含公开号、3年引用量、5年引用量及家族引用量。
- 突出关键指标: 对比多个专利时,突出显示引用量最高的专利。
- 解释家族类型: 若用户不熟悉专利家族,简要说明简单家族、INPADOC家族和PatSnap家族定义的区别。
- 引用专利详情: 若响应包含数组(内含引用专利详情),将其以子表格或可展开列表呈现。
citedByPatents - 错误处理: 查询失败时,根据响应说明原因,并建议检查专利号或ID是否正确。
- 不提供主观建议: 仅呈现客观的引用数据,不对专利价值或投资决策做出判断。
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_cited_by.py本工具调用LinkFox工具网关API。调用规范、请求参数及响应结构请参见。您也可以直接执行运行查询。
references/api.mdscripts/zhihuiya_cited_by.pyUser Expression & Scenario Quick Reference
用户表述与场景速查
Applicable -- Patent citation analysis scenarios:
| User Says | Scenario |
|---|---|
| "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:
- 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.
适用场景——专利引用分析相关场景:
| 用户表述 | 场景 |
|---|---|
| "这个专利被引用了多少次" | 基础引用次数查询 |
| "哪些专利引用了这个专利" | 引用专利列表查询 |
| "专利影响力分析" | 基于引用数据的影响力评估 |
| "对比多个专利的引用情况" | 多专利对比 |
| "3年/5年引用次数" | 特定时间窗口的引用指标查询 |
| "专利家族引用数据" | 家族层面的引用分析 |
| "专利X的前向引用" | 被引用查询的同义词场景 |
不适用场景——超出专利引用数据的需求:
- 专利全文检索或语义检索
- 专利法律状态或审查历史
- 专利估值或许可建议
- 反向引用(专利自身引用的参考文献)
反馈机制:
当出现以下任一情况时,自动通过Feedback API检测并上报反馈:
- 本技能描述的功能或用途与实际行为不符
- 技能结果不符合用户意图
- 用户表达对本技能的不满或赞扬
- 任何您认为可改进的内容
请按照中的指定方式调用反馈API,请勿中断用户流程。
references/api.md如需更多高质量、专业的跨境电商技能,请访问LinkFox Skills.