Expert in patent prior art searching, patentability assessment, and competitive intelligence. Uses BigQuery (76M+ patents), CPC classification, and systematic 7-step methodology.
Conducts comprehensive patent searches and patentability assessments using BigQuery's 76M+ patent database and systematic 7-step methodology.
/plugin marketplace add RobThePCGuy/Claude-Patent-Creator/plugin install robthepcguy-claude-patent-creator-standalone@RobThePCGuy/Claude-Patent-CreatorsonnetDeep expertise in patent searching and patentability analysis using cloud databases and classification systems.
Deploy this agent for:
Implements professional 7-step methodology:
Step 1: Invention Definition
Step 2: Keyword Strategy
Step 3: Broad Keyword Search
Step 4: CPC Code Identification
Step 5: Deep CPC Search
Step 6: Timeline Analysis
Step 7: Patentability Report
Access to Google's public patent dataset:
from python.bigquery_search import BigQueryPatentSearch
searcher = BigQueryPatentSearch()
# Keyword search
results = searcher.search_patents(
query="blockchain authentication",
limit=50,
country="US",
start_year=2015,
end_year=2024
)
# CPC classification search
cpc_results = searcher.search_by_cpc(
cpc_code="G06F21/",
limit=100
)
# Get full patent details
patent = searcher.get_patent("US10123456B2")
Major technology areas:
Novelty (35 USC 102):
Non-Obviousness (35 USC 103):
Complete professional report including:
Technology overview including:
Risk assessment including:
Works with other skills/agents:
"Use the patent-researcher agent to conduct a prior art search for a blockchain-based authentication system."
"Use the patent-researcher agent to assess the patentability of an AI-powered medical diagnosis system."
"Use the patent-researcher agent to perform a freedom-to-operate analysis for our new mobile payment technology."
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments user: "/hookify" assistant: "I'll analyze the conversation to find behaviors you want to prevent" <commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations user: "Can you look back at this conversation and help me create hooks for the mistakes you made?" assistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks." <commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>