patent-claims-analyzer by robthepcguy/claude-patent-creator
npx skills add https://github.com/robthepcguy/claude-patent-creator --skill patent-claims-analyzer自动分析专利权利要求是否符合美国专利商标局(USPTO)35 USC 112(b) 条款的要求。
当用户提出以下要求时,可调用此技能:
执行全面的自动化分析:
先行基础检查 :
明确性分析 (35 USC 112(b)):
权利要求结构验证 :
问题分类 :
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
此技能使用来自以下位置的自动权利要求分析器:位置 :${CLAUDE_PLUGIN_ROOT}/python\claims_analyzer.py
调用此技能时:
加载权利要求分析器 :
import sys
sys.path.insert(0, os.path.join(os.environ.get('CLAUDE_PLUGIN_ROOT', '.'), 'python'))
from python.claims_analyzer import ClaimsAnalyzer
analyzer = ClaimsAnalyzer()
分析权利要求 :
claims_text = """
1. A system comprising:
a processor;
a memory; and
said processor configured to...
"""
results = analyzer.analyze_claims(claims_text)
呈现分析结果 :
{
"claim_count": 20,
"independent_count": 3,
"dependent_count": 17,
"compliance_score": 85, # 0-100
"total_issues": 12,
"critical_issues": 2,
"important_issues": 7,
"minor_issues": 3,
"issues": [
{
"category": "antecedent_basis",
"severity": "critical",
"claim_number": 1,
"term": "said processor",
"description": "Term 'processor' used with 'said' before first introduction",
"mpep_cite": "MPEP 2173.05(e)",
"suggestion": "Change 'said processor' to 'the processor' or introduce with 'a processor' first"
},
# ... more issues
]
}
先行基础错误 :
明确性问题 :
结构问题 :
按以下格式呈现分析结果:
CLAIMS ANALYSIS REPORT
======================
Summary:
- Total Claims: 20 (3 independent, 17 dependent)
- Compliance Score: 85/100
- Issues Found: 12 (2 critical, 7 important, 3 minor)
CRITICAL ISSUES (Must Fix):
[Claim 1] Antecedent Basis Error
Issue: Term 'processor' used with 'said' before introduction
Location: "said processor configured to..."
MPEP: 2173.05(e)
Fix: Change to 'the processor' or introduce with 'a processor' first
[Claim 5] Indefinite Term
Issue: Subjective term 'substantially' without definition
Location: "substantially similar to..."
MPEP: 2173.05(b)
Fix: Define 'substantially' in specification or use objective criteria
IMPORTANT ISSUES:
...
MINOR ISSUES:
...
对于每个问题,此技能可以:
每周安装量
111
代码仓库
GitHub 星标数
47
首次出现
Jan 22, 2026
安全审计
安装于
opencode102
gemini-cli98
codex95
cursor93
github-copilot92
kimi-cli89
Automated analysis of patent claims for USPTO compliance with 35 USC 112(b) requirements.
Invoke this skill when users ask to:
Performs comprehensive automated analysis:
Antecedent Basis Checking :
Definiteness Analysis (35 USC 112(b)):
Claim Structure Validation :
Issue Categorization :
This skill uses the automated claims analyzer from: Location : ${CLAUDE_PLUGIN_ROOT}/python\claims_analyzer.py
When this skill is invoked:
Load the claims analyzer :
import sys
sys.path.insert(0, os.path.join(os.environ.get('CLAUDE_PLUGIN_ROOT', '.'), 'python'))
from python.claims_analyzer import ClaimsAnalyzer
analyzer = ClaimsAnalyzer()
Analyze claims :
claims_text = """
1. A system comprising:
a processor;
a memory; and
said processor configured to...
"""
results = analyzer.analyze_claims(claims_text)
Present analysis :
{
"claim_count": 20,
"independent_count": 3,
"dependent_count": 17,
"compliance_score": 85, # 0-100
"total_issues": 12,
"critical_issues": 2,
"important_issues": 7,
"minor_issues": 3,
"issues": [
{
"category": "antecedent_basis",
"severity": "critical",
"claim_number": 1,
"term": "said processor",
"description": "Term 'processor' used with 'said' before first introduction",
"mpep_cite": "MPEP 2173.05(e)",
"suggestion": "Change 'said processor' to 'the processor' or introduce with 'a processor' first"
},
# ... more issues
]
}
Antecedent Basis Errors :
Definiteness Issues :
Structure Issues :
Present analysis as:
CLAIMS ANALYSIS REPORT
======================
Summary:
- Total Claims: 20 (3 independent, 17 dependent)
- Compliance Score: 85/100
- Issues Found: 12 (2 critical, 7 important, 3 minor)
CRITICAL ISSUES (Must Fix):
[Claim 1] Antecedent Basis Error
Issue: Term 'processor' used with 'said' before introduction
Location: "said processor configured to..."
MPEP: 2173.05(e)
Fix: Change to 'the processor' or introduce with 'a processor' first
[Claim 5] Indefinite Term
Issue: Subjective term 'substantially' without definition
Location: "substantially similar to..."
MPEP: 2173.05(b)
Fix: Define 'substantially' in specification or use objective criteria
IMPORTANT ISSUES:
...
MINOR ISSUES:
...
For each issue, the skill can:
Weekly Installs
111
Repository
GitHub Stars
47
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode102
gemini-cli98
codex95
cursor93
github-copilot92
kimi-cli89
Skills CLI 使用指南:AI Agent 技能包管理器安装与管理教程
44,900 周安装
规范归档指南:变更提案归档与规范增量合并工作流程详解
227 周安装
Manim数学动画引擎教程 - Python编程创建数学可视化与教育视频
219 周安装
零售专家:零售系统、POS解决方案、库存管理与全渠道策略专业指南
82 周安装
Monorepo架构师:精通Nx、Turborepo、Bazel、Lerna的单仓库构建与优化
224 周安装
CRA迁移Next.js指南:148条规则,从React Router到App Router完整迁移
228 周安装
Elasticsearch安全故障排除指南:诊断401/403错误、TLS证书、API密钥和许可证问题
227 周安装