Configure Bigquery banner
RobThePCGuy RobThePCGuy

Configure Bigquery

Development community

Description

--- description: Configure Google BigQuery authentication for patent search (100M+ patents) allowed-tools: Bash --- # Configure BigQuery Authentication Set up Google Cloud authentication to enable patent search across 100M+ worldwide patents. ## Instructions 1. Verify Google Cloud SDK is installed 2. Run BigQuery authentication setup 3. Authorize browser OAuth flow 4. Verify credentials are saved 5. Test BigQuery connection ## Command ```bash cd ${CLAUDE_PLUGIN_ROOT} python scripts/setup_b

Installation

Installs to ~/.claude/skills/robthepcguy-claude-patent-creator-configure-bigquery/SKILL.md

Terminal
mkdir -p ~/.claude/skills/robthepcguy-claude-patent-creator-configure-bigquery && curl -fsSL https://raw.githubusercontent.com/RobThePCGuy/Claude-Patent-Creator/HEAD/commands/configure-bigquery.md -o ~/.claude/skills/robthepcguy-claude-patent-creator-configure-bigquery/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository