prior-art-search by robthepcguy/claude-patent-creator
npx skills add https://github.com/robthepcguy/claude-patent-creator --skill prior-art-search用于全面专利现有技术检索和可专利性评估的系统化七步法。
当用户提出以下要求时调用此技能:
实施专业的七步现有技术检索方法,结合:
目标:提取关键特征并定义创新范围
流程:
输出:包含关键特征的结构化发明摘要
需提问的问题:
目标:制定全面的检索关键词列表
流程:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
输出:关键词检索策略文档
示例:
Primary: blockchain authentication
Synonyms: distributed ledger verification, cryptographic authentication
Technical: public key infrastructure, digital signature
Related: decentralized identity, trustless verification
Searches:
- "blockchain AND (authentication OR verification)"
- "(distributed ledger) AND (identity OR credential)"
- "cryptographic AND (login OR access control)"
目标:广泛撒网以找到相关专利
流程:
代码:
from python.bigquery_search import BigQueryPatentSearch
searcher = BigQueryPatentSearch()
results = searcher.search_patents(
query="blockchain authentication",
limit=30,
country="US",
start_year=2015 # 回溯 5-10 年
)
输出:10-20 个潜在相关专利的列表
目标:查找相关分类代码
流程:
常见 CPC 类别:
输出:包含描述的 CPC 代码列表
目标:在分类内进行全面检索
流程:
代码:
results = searcher.search_by_cpc(
cpc_code="G06F21/", # 安全装置
limit=100,
country="US"
)
输出:潜在阻碍性专利的全面列表
目标:理解技术演进
流程:
代码:
# 按年份范围检索
recent = searcher.search_patents(query, start_year=2022, end_year=2024)
older = searcher.search_patents(query, start_year=2015, end_year=2021)
输出:显示技术发展的时间线
目标:专业评估和建议
流程:
输出:全面的可专利性报告
# 现有技术检索报告
## 执行摘要
- 发明:[简要描述]
- 检索日期:[日期]
- 检索员:Claude Patent Creator
- 数据库:BigQuery(7600 万+ 专利)、USPTO API
- 时间范围:[年份范围]
## 可专利性评估
### 新颖性(35 USC 102)
[评估发明是否新颖]
评分:[高/中/低]
分析:
- 未找到完全匹配项
- 最接近的现有技术:US10123456
- 关键差异:[列表]
### 非显而易见性(35 USC 103)
[评估发明是否非显而易见]
评分:[高/中/低]
分析:
- 考虑的组合:[列表]
- 组合动机:[分析]
- 意外效果:[如有]
## 前 10 个最相关的现有技术
### 1. US10123456B2 - [标题](95% 相关性)
**专利权人**:Example Corp
**申请日**:2018-03-15
**授权日**:2019-09-30
**CPC**:G06F21/31, H04L29/06
**摘要**:[简要摘要]
**相似之处**:
- 使用区块链进行身份验证
- 采用公钥密码学
- 分布式验证
**差异**:
- 未使用[新颖特征 1]
- 缺少[新颖特征 2]
- 在[方面]采用不同方法
**相关性**:高 - 核心技术重叠
---
[继续列出前 10 个专利...]
## 检索方法
### 使用的关键词
- 主要:blockchain, authentication, distributed ledger
- 同义词:cryptographic verification, decentralized identity
- 技术:public key infrastructure, digital signature
### 检索的 CPC 代码
- G06F21/31(身份验证)
- H04L29/06(安全装置)
- G06Q20/40(支付认证)
### 数据库
- Google BigQuery:审查了 247 条结果
- USPTO API:审查了 89 条结果
- 分析的专利总数:336
- 识别的相关专利:47
- 选出的主要现有技术:10
## 权利要求策略建议
### 推荐方法
1. **聚焦新颖方面**:[具体特征]
2. **权利要求广度**:从宽泛开始,添加从属权利要求
3. **避开现有技术**:通过[...]与 US10123456 区分
### 建议的独立权利要求语言
A system for [invention], comprising: [novel element 1]; [novel element 2]; wherein [novel relationship/function]
### 从属权利要求机会
- [特征]的具体实现
- 与[技术]的组合
- [参数/配置]的变体
## IDS(信息披露声明)列表
需向 USPTO 披露的专利:
1. US10123456B2 - [标题]
2. US10234567A1 - [标题]
3. US10345678B1 - [标题]
4. US10456789A1 - [标题]
5. US10567890B2 - [标题]
6. EP3123456A1 - [标题]
7. WO2019/123456 - [标题]
8. US2020/0123456A1 - [标题]
9. US10678901B2 - [标题]
10. US10789012A1 - [标题]
## 结论
**可专利性**:[高/中/低]
**理由**:
[总结发明为何具有或不具有可专利性]
**建议后续步骤**:
1. [行动项 1]
2. [行动项 2]
3. [行动项 3]
此技能与以下集成:
每周安装次数
95
代码仓库
GitHub 星标数
48
首次出现
Jan 22, 2026
安全审计
安装于
opencode87
gemini-cli83
codex79
cursor77
github-copilot76
kimi-cli73
Systematic 7-step methodology for comprehensive patent prior art searches and patentability assessments.
Invoke this skill when users ask to:
Implements a professional 7-step prior art search methodology combining:
Goal : Extract key features and define innovation scope
Process :
Output : Structured invention summary with key features
Questions to Ask :
Goal : Develop comprehensive search keyword list
Process :
Output : Keyword search strategy document
Example :
Primary: blockchain authentication
Synonyms: distributed ledger verification, cryptographic authentication
Technical: public key infrastructure, digital signature
Related: decentralized identity, trustless verification
Searches:
- "blockchain AND (authentication OR verification)"
- "(distributed ledger) AND (identity OR credential)"
- "cryptographic AND (login OR access control)"
Goal : Cast wide net to find relevant patents
Process :
Code :
from python.bigquery_search import BigQueryPatentSearch
searcher = BigQueryPatentSearch()
results = searcher.search_patents(
query="blockchain authentication",
limit=30,
country="US",
start_year=2015 # Look back 5-10 years
)
Output : List of 10-20 potentially relevant patents
Goal : Find relevant classification codes
Process :
Common CPC Categories :
Output : List of relevant CPC codes with descriptions
Goal : Comprehensive search within classifications
Process :
Code :
results = searcher.search_by_cpc(
cpc_code="G06F21/", # Security arrangements
limit=100,
country="US"
)
Output : Comprehensive list of potentially blocking patents
Goal : Understand technology evolution
Process :
Code :
# Search by year ranges
recent = searcher.search_patents(query, start_year=2022, end_year=2024)
older = searcher.search_patents(query, start_year=2015, end_year=2021)
Output : Timeline showing technology development
Goal : Professional assessment and recommendations
Process :
Output : Comprehensive patentability report
# PRIOR ART SEARCH REPORT
## Executive Summary
- Invention: [Brief description]
- Search Date: [Date]
- Searcher: Claude Patent Creator
- Databases: BigQuery (76M+ patents), USPTO API
- Time Period: [Year range]
## Patentability Assessment
### Novelty (35 USC 102)
[Assessment of whether invention is novel]
Score: [High/Medium/Low]
Analysis:
- No exact matches found
- Closest prior art: US10123456
- Key differences: [List]
### Non-Obviousness (35 USC 103)
[Assessment of whether invention is non-obvious]
Score: [High/Medium/Low]
Analysis:
- Combinations considered: [List]
- Motivation to combine: [Analysis]
- Unexpected results: [If any]
## Top 10 Most Relevant Prior Art
### 1. US10123456B2 - [Title] (95% Relevance)
**Assignee**: Example Corp
**Filed**: 2018-03-15
**Granted**: 2019-09-30
**CPC**: G06F21/31, H04L29/06
**Summary**: [Brief abstract]
**Similarities**:
- Uses blockchain for authentication
- Employs public key cryptography
- Distributed verification
**Differences**:
- Does not use [novel feature 1]
- Lacks [novel feature 2]
- Different approach to [aspect]
**Relevance**: High - core technology overlap
---
[Continue for top 10 patents...]
## Search Methodology
### Keywords Used
- Primary: blockchain, authentication, distributed ledger
- Synonyms: cryptographic verification, decentralized identity
- Technical: public key infrastructure, digital signature
### CPC Codes Searched
- G06F21/31 (Authentication)
- H04L29/06 (Security arrangements)
- G06Q20/40 (Payment authentication)
### Databases
- Google BigQuery: 247 results reviewed
- USPTO API: 89 results reviewed
- Total patents analyzed: 336
- Relevant patents identified: 47
- Top prior art selected: 10
## Claim Strategy Recommendations
### Recommended Approach
1. **Focus on novel aspects**: [Specific features]
2. **Claim breadth**: Start broad, add dependent claims
3. **Avoid prior art**: Distinguish from US10123456 by [...]
### Suggested Independent Claim Language
A system for [invention], comprising: [novel element 1]; [novel element 2]; wherein [novel relationship/function]
### Dependent Claim Opportunities
- Specific implementations of [feature]
- Combinations with [technology]
- Variations in [parameter/configuration]
## IDS (Information Disclosure Statement) List
Patents to be disclosed to USPTO:
1. US10123456B2 - [Title]
2. US10234567A1 - [Title]
3. US10345678B1 - [Title]
4. US10456789A1 - [Title]
5. US10567890B2 - [Title]
6. EP3123456A1 - [Title]
7. WO2019/123456 - [Title]
8. US2020/0123456A1 - [Title]
9. US10678901B2 - [Title]
10. US10789012A1 - [Title]
## Conclusion
**Patentability**: [High/Medium/Low]
**Rationale**:
[Summary of why invention is or is not patentable]
**Recommended Next Steps**:
1. [Action item 1]
2. [Action item 2]
3. [Action item 3]
This skill integrates with:
Weekly Installs
95
Repository
GitHub Stars
48
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode87
gemini-cli83
codex79
cursor77
github-copilot76
kimi-cli73
法律团队简报生成工具 /brief:AI驱动每日、专题、事件简报自动化
450 周安装