prior-art-search
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePrior Art Search Skill
现有技术检索技能
Systematic 7-step methodology for comprehensive patent prior art searches and patentability assessments.
针对全面专利现有技术检索与可专利性评估的系统化7步方法论。
When to Use
适用场景
Invoke this skill when users ask to:
- Conduct prior art search for an invention
- Assess patentability of an idea
- Perform freedom-to-operate analysis
- Find blocking patents
- Research patent landscapes
- Prepare for patent filing
当用户提出以下需求时可调用本技能:
- 为一项发明开展现有技术检索
- 评估一个创意的可专利性
- 开展自由实施(FTO)分析
- 查找阻碍性专利
- 研究专利格局
- 为专利申请做准备
What This Skill Does
技能功能
Implements a professional 7-step prior art search methodology combining:
- Keyword searches across 76M+ patents (BigQuery)
- CPC classification searches
- USPTO API searches
- Timeline analysis
- Patentability assessment
- IDS (Information Disclosure Statement) preparation
本技能实现了专业的7步现有技术检索方法论,整合了以下能力:
- 覆盖7600万+专利的关键词检索(BigQuery)
- CPC分类检索
- USPTO API检索
- 时间线分析
- 可专利性评估
- IDS(信息披露声明)准备
The 7-Step Methodology
7步方法论
Step 1: Invention Definition (2-3 min)
步骤1:发明定义(2-3分钟)
Goal: Extract key features and define innovation scope
Process:
- Interview user about invention
- Extract core technical elements
- Identify novel features
- List all components/steps
- Define search scope
Output: Structured invention summary with key features
Questions to Ask:
- What problem does this solve?
- What are the key components/steps?
- What makes this different from existing solutions?
- What is the core innovation?
目标:提取核心特征,界定创新范围
流程:
- 与用户沟通了解发明相关信息
- 提取核心技术要素
- 识别创新特征
- 罗列所有组件/步骤
- 界定检索范围
输出:包含核心特征的结构化发明摘要
需向用户确认的问题:
- 这项发明解决了什么问题?
- 核心组件/步骤有哪些?
- 它与现有解决方案的区别是什么?
- 核心创新点是什么?
Step 2: Keyword Strategy (2-3 min)
步骤2:关键词策略制定(2-3分钟)
Goal: Develop comprehensive search keyword list
Process:
- Primary keywords from invention
- Synonyms and variations
- Technical terminology
- Industry-specific terms
- Boolean search strings
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)"目标:搭建全面的检索关键词列表
流程:
- 从发明信息中提取 primary 关键词
- 补充同义词和变体表述
- 补充技术术语
- 补充行业专属术语
- 生成布尔检索字符串
输出:关键词检索策略文档
示例:
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)"Step 3: Broad Keyword Search (3-5 min)
步骤3:宽泛关键词检索(3-5分钟)
Goal: Cast wide net to find relevant patents
Process:
- Run keyword searches on BigQuery
- Review top 20-30 results per query
- Identify most relevant patents
- Refine keyword strategy based on results
- Document relevant patents found
Code:
python
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
目标:广撒网查找相关专利
流程:
- 在BigQuery上运行关键词检索
- 每个查询审阅前20-30条结果
- 识别最相关的专利
- 基于检索结果优化关键词策略
- 记录找到的相关专利
代码:
python
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
)输出:10-20项潜在相关专利列表
Step 4: CPC Code Identification (2-3 min)
步骤4:CPC编码识别(2-3分钟)
Goal: Find relevant classification codes
Process:
- Extract CPC codes from relevant patents found in Step 3
- Analyze CPC code descriptions
- Identify primary classification areas
- Select 3-5 most relevant CPC codes
- Note CPC hierarchies
Common CPC Categories:
- G06F: Computing/data processing
- H04L: Digital communication/networks
- G06Q: Business methods
- H04W: Wireless communication
- G06N: AI/neural networks
- G06T: Image processing
Output: List of relevant CPC codes with descriptions
目标:找到相关的分类编码
流程:
- 从步骤3找到的相关专利中提取CPC编码
- 分析CPC编码描述
- 识别主要分类领域
- 选择3-5个最相关的CPC编码
- 记录CPC层级结构
常见CPC分类:
- G06F:计算/数据处理
- H04L:数字通信/网络
- G06Q:商业方法
- H04W:无线通信
- G06N:AI/神经网络
- G06T:图像处理
输出:带描述的相关CPC编码列表
Step 5: Deep CPC Search (5-10 min)
步骤5:深度CPC检索(5-10分钟)
Goal: Comprehensive search within classifications
Process:
- Search each CPC code identified
- Review 50-100 patents per CPC code
- Read abstracts and claims of top matches
- Document closest prior art
- Note key differences from invention
Code:
python
results = searcher.search_by_cpc(
cpc_code="G06F21/", # Security arrangements
limit=100,
country="US"
)Output: Comprehensive list of potentially blocking patents
目标:在分类范围内开展全面检索
流程:
- 对识别出的每个CPC编码单独检索
- 每个CPC编码审阅50-100项专利
- 阅读高匹配度专利的摘要和权利要求
- 记录最接近的现有技术
- 标注与目标发明的核心差异
代码:
python
results = searcher.search_by_cpc(
cpc_code="G06F21/", # Security arrangements
limit=100,
country="US"
)输出:潜在阻碍性专利的完整列表
Step 6: Timeline Analysis (2-3 min)
步骤6:时间线分析(2-3分钟)
Goal: Understand technology evolution
Process:
- Filter results by date ranges
- Identify filing trends over time
- Find recent developments (last 2 years)
- Check priority dates
- Note technology progression
Code:
python
undefined目标:理解技术演进路径
流程:
- 按日期范围筛选检索结果
- 识别不同时期的申请趋势
- 查找近期(过去2年)的技术进展
- 核对优先权日期
- 记录技术演进脉络
代码:
python
undefinedSearch by year ranges
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
---recent = searcher.search_patents(query, start_year=2022, end_year=2024)
older = searcher.search_patents(query, start_year=2015, end_year=2021)
**输出**:展示技术发展情况的时间线
---Step 7: Patentability Report (5-10 min)
步骤7:可专利性报告生成(5-10分钟)
Goal: Professional assessment and recommendations
Process:
- Analyze top 10 closest prior art
- Assess novelty (35 USC 102)
- Assess non-obviousness (35 USC 103)
- Rank prior art by relevance
- Provide claim strategy recommendations
- Generate IDS list
Output: Comprehensive patentability report
目标:输出专业评估与建议
流程:
- 分析排名前10的最接近现有技术
- 评估新颖性(35 USC 102)
- 评估非显而易见性(35 USC 103)
- 按相关性对现有技术排序
- 提供权利要求策略建议
- 生成IDS清单
输出:完整的可专利性报告
Report Format
报告格式
markdown
undefinedmarkdown
undefinedPRIOR 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]
- 发明:[简要描述]
- 检索日期:[日期]
- 检索方:Claude Patent Creator
- 数据库:BigQuery(7600万+专利)、USPTO API
- 时间范围:[年份区间]
Patentability Assessment
可专利性评估
Novelty (35 USC 102)
新颖性(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]
[针对发明新颖性的评估内容]
得分:[高/中/低]
分析:
- 未找到完全匹配的现有技术
- 最接近现有技术:US10123456
- 核心差异:[列表]
Non-Obviousness (35 USC 103)
非显而易见性(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
前10项最相关现有技术
1. US10123456B2 - [Title] (95% Relevance)
1. US10123456B2 - [标题](95% 相关性)
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...]
专利权人:Example Corp
申请日:2018-03-15
授权日:2019-09-30
CPC:G06F21/31, H04L29/06
摘要:[简要摘要]
相似点:
- 使用区块链做身份验证
- 采用公钥加密技术
- 分布式验证机制
差异点:
- 未使用[创新特征1]
- 缺少[创新特征2]
- [某方面]的实现思路不同
相关性:高 - 核心技术重叠
[剩余前10项专利按以上格式罗列...]
Search Methodology
检索方法论
Keywords Used
使用的关键词
- Primary: blockchain, authentication, distributed ledger
- Synonyms: cryptographic verification, decentralized identity
- Technical: public key infrastructure, digital signature
- 核心词:blockchain, authentication, distributed ledger
- 同义词:cryptographic verification, decentralized identity
- 技术术语:public key infrastructure, digital signature
CPC Codes Searched
检索的CPC编码
- G06F21/31 (Authentication)
- H04L29/06 (Security arrangements)
- G06Q20/40 (Payment authentication)
- G06F21/31(身份验证)
- H04L29/06(安全方案)
- G06Q20/40(支付验证)
Databases
数据库
- Google BigQuery: 247 results reviewed
- USPTO API: 89 results reviewed
- Total patents analyzed: 336
- Relevant patents identified: 47
- Top prior art selected: 10
- Google BigQuery:审阅247条结果
- USPTO API:审阅89条结果
- 累计分析专利:336项
- 识别到相关专利:47项
- 筛选出核心现有技术:10项
Claim Strategy Recommendations
权利要求策略建议
Recommended Approach
推荐方案
- Focus on novel aspects: [Specific features]
- Claim breadth: Start broad, add dependent claims
- Avoid prior art: Distinguish from US10123456 by [...]
- 聚焦创新点:[具体特征]
- 权利要求范围:先写宽范围独立权利要求,再补充从属权利要求
- 规避现有技术:通过[具体方式]与US10123456形成区分
Suggested Independent Claim Language
建议的独立权利要求表述
A system for [invention], comprising:
[novel element 1];
[novel element 2];
wherein [novel relationship/function]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
IDS(信息披露声明)清单
Patents to be disclosed to USPTO:
- US10123456B2 - [Title]
- US10234567A1 - [Title]
- US10345678B1 - [Title]
- US10456789A1 - [Title]
- US10567890B2 - [Title]
- EP3123456A1 - [Title]
- WO2019/123456 - [Title]
- US2020/0123456A1 - [Title]
- US10678901B2 - [Title]
- US10789012A1 - [Title]
需向USPTO披露的专利:
- US10123456B2 - [标题]
- US10234567A1 - [标题]
- US10345678B1 - [标题]
- US10456789A1 - [标题]
- US10567890B2 - [标题]
- EP3123456A1 - [标题]
- WO2019/123456 - [标题]
- US2020/0123456A1 - [标题]
- US10678901B2 - [标题]
- US10789012A1 - [标题]
Conclusion
结论
Patentability: [High/Medium/Low]
Rationale:
[Summary of why invention is or is not patentable]
Recommended Next Steps:
- [Action item 1]
- [Action item 2]
- [Action item 3]
undefined可专利性:[高/中/低]
判断依据:
[关于发明是否具备可专利性的总结说明]
推荐后续步骤:
- [行动项1]
- [行动项2]
- [行动项3]
undefinedIntegration Points
集成点
This skill integrates with:
- BigQuery Patent Search skill (Step 3, 5, 6)
- MPEP Search skill (For legal guidance)
- Patent Claims Analyzer (For claim drafting)
本技能可与以下工具集成:
- BigQuery专利检索技能(步骤3、5、6使用)
- MPEP检索技能(用于获取法律指引)
- 专利权利要求分析器(用于权利要求撰写)
Required Data Access
所需数据访问权限
- Google Cloud BigQuery (76M+ patents)
- USPTO API (optional, for additional coverage)
- Internet access for patent retrieval
- Google Cloud BigQuery(7600万+专利数据)
- USPTO API(可选,用于拓展检索范围)
- 互联网访问权限,用于专利文件获取
Estimated Time
预计耗时
- Quick Search (Steps 1-3): 10-15 minutes
- Thorough Search (Steps 1-6): 25-35 minutes
- Complete Report (All 7 steps): 40-60 minutes
- 快速检索(步骤1-3):10-15分钟
- 全面检索(步骤1-6):25-35分钟
- 完整报告(全7步):40-60分钟
Tools Available
可用工具
- Bash: To run Python searches
- Write: To save report and findings
- Read: To load invention descriptions
- Grep: To search through results
- Bash:运行Python检索脚本
- Write:保存报告与检索结果
- Read:加载发明描述文件
- Grep:在检索结果中做二次查找