Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add RobThePCGuy/Claude-Patent-Creator/plugin install claude-patent-creator-standaloneWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/robthepcguy/claude-patent-creator/configure-bigquery)<a href="https://agentmods.dev/commands/robthepcguy/claude-patent-creator/configure-bigquery"><img src="https://agentmods.dev/badge/commands/robthepcguy/claude-patent-creator/configure-bigquery/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/robthepcguy/claude-patent-creator/configure-bigquery"><img src="https://agentmods.dev/badge/commands/robthepcguy/claude-patent-creator/configure-bigquery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00014 | $0.00289 |
| Opus 5 | $0.00007 | $0.00144 |
| Sonnet 5 | $0.00003 | $0.00058 |
| Haiku 4.5 | $0.00001 | $0.00029 |
Grade C, and why
configure-bigquery scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reaches for credential fileshighPrivilege escalation
SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.
- Windows: `%APPDATA%\gcloud\application_default_credentials.json` Copies of this mod
1 near-identical copy found in the catalogue:
- configure-bigquery — 100% identical, 0 lines differ
What it actually says
Configure BigQuery Authentication
Set up Google Cloud authentication to enable patent search across 100M+ worldwide patents.
Instructions
- Verify Google Cloud SDK is installed
- Run BigQuery authentication setup
- Authorize browser OAuth flow
- Verify credentials are saved
- Test BigQuery connection
Command
cd ${CLAUDE_PLUGIN_ROOT}
python scripts/setup_bigquery_auth.py
Or using gcloud directly:
gcloud auth application-default login
What This Does
- Opens browser for Google account authorization
- Saves credentials to:
- Windows:
%APPDATA%\gcloud\application_default_credentials.json - Mac/Linux:
~/.config/gcloud/application_default_credentials.json
- Windows:
- Verifies access to patents-public-data dataset
- Tests connection with sample query
Requirements
- Google account (free)
- Google Cloud project (free tier: 1TB queries/month)
- Internet connection
Verification
After setup, test with:
python scripts/test_bigquery.py
Should return sample patent results.
Environment Variable
Set your project ID:
export GOOGLE_CLOUD_PROJECT=your-project-id
Or add to .env file under ${CLAUDE_PLUGIN_ROOT}.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 65 lines · 14 tokens per session scan C 0e58824146ab
configure-bigquery is a command published in the GitHub repository RobThePCGuy/Claude-Patent-Creator (179 stars, last pushed 15d ago), licensed MIT. It adds 14 tokens to every session and 289 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
setup-video-vision
Interactive setup wizard for claude-video-vision — configure backend, whisper, frames, and verify dependencies.
typegen
Run Sanity TypeGen and troubleshoot type generation issues.
search-flights
Search award flight availability across airlines.
trace-claude-code
Control Opik tracing for your Claude Code sessions.
mega-approve
Approve the mega-plan and start feature execution. Creates worktrees and generates PRDs for each feature. Usage: /plan-cascade:mega-approve [--flow ] [--tdd ] [--confirm] [--no-confirm] [--spec ] [--first-principles] [--max-questions N] [--auto-prd] [--agent ] [--prd-agent ] [--impl-agent ].
auto
AI auto strategy executor. Analyzes task and automatically selects and executes the best strategy: direct execution, hybrid-auto PRD generation, hybrid-worktree isolated development, or mega-plan multi-feature orchestration.