plugins/utopia-azraq-engagement/skills/patent-search/SKILL.md
Search 100M+ patents using BigQuery (fast, zero setup) or PatentsView API (US patents with rich metadata).
npx skillsauth add The-Utopia-Studio/skills patent-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Two powerful patent search methods:
FOR CLAUDE: All files and dependencies installed.
.claude/skills/patent-search/bigquery_search.py# Windows
cd ".claude\skills\patent-search"
set GOOGLE_APPLICATION_CREDENTIALS=%APPDATA%\\gcloud\\application_default_credentials.json
python bigquery_search.py search "voice biometric" 5
# Linux/macOS
cd .claude/skills/patent-search
export GOOGLE_APPLICATION_CREDENTIALS="$HOME/.config/gcloud/application_default_credentials.json"
python bigquery_search.py search "voice biometric" 5
Expected: 5 patent results in ~4 seconds
# Keyword search (2-3 keywords for best results)
python bigquery_search.py search "voice biometric authentication" 20
# Get specific patent (hyphenated format: US-XXXXXXX-XX)
python bigquery_search.py get US-12424224-B2
# CPC classification search
python bigquery_search.py cpc G10L 15
Example:
# Step 1: BigQuery broad search
python bigquery_search.py search "voice biometric authentication" 20
# Step 2: Found CPC G10L17, search more
python bigquery_search.py cpc G10L17 50
# Step 3: Use PatentsView for inventor/assignee analysis
When user requests patent searches:
| Method | Patents | Coverage | Speed | Cost | Storage | |--------|---------|----------|-------|------|---------| | BigQuery | 100M+ | Worldwide | 3-4s | Free* | 0GB | | PatentsView | 9.2M | US only | 1-3s | Free | 0GB |
*Free tier: 1TB queries/month
python bigquery_search.py search "query" <limit>
python bigquery_search.py get <PATENT-NUMBER>
python bigquery_search.py cpc <CODE> <limit>
| Code | Technology | |------|-----------| | G10L | Speech analysis/synthesis | | G10L15 | Speech recognition | | G10L17 | Speaker recognition/verification | | G06F21 | Security arrangements | | G06N | Computing models |
FOR CLAUDE: Only run diagnostics if Quick Test fails.
| Problem | Solution |
|---------|----------|
| BigQuery auth fails | gcloud auth application-default login |
| No module google.cloud | pip install google-cloud-bigquery db-dtypes |
| Zero results | Simplify query (2-3 keywords max) |
| Patent get fails | Use hyphenated format: US-XXXXX-XX |
| PatentsView 403 | Set API key environment variable |
| Rate limit (429) | Wait 60 seconds (PatentsView: 45 req/min) |
data-ai
Raw mechanical interfaces fusing Swiss typographic print with military terminal aesthetics. Rigid grids, extreme type scale contrast, utilitarian color, analog degradation effects. For data-heavy dashboards, portfolios, or editorial sites that need to feel like declassified blueprints.
development
Teaches the AI to design like a high-end agency. Defines the exact fonts, spacing, shadows, card structures, and animations that make a website feel expensive. Blocks all the common defaults that make AI designs look cheap or generic.
development
Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output.
development
Senior UI/UX Engineer. Architect digital interfaces overriding default LLM biases. Enforces metric-based rules, strict component architecture, CSS hardware acceleration, and balanced design engineering.