Configure Google BigQuery authentication for patent search (76M+ patents)
Sets up Google BigQuery authentication for accessing 76M+ worldwide patents.
/plugin marketplace add RobThePCGuy/Claude-Patent-Creator/plugin install robthepcguy-claude-patent-creator-standalone@RobThePCGuy/Claude-Patent-CreatorSet up Google Cloud authentication to enable patent search across 76M+ worldwide patents.
cd ${CLAUDE_PLUGIN_ROOT}
python scripts/setup_bigquery_auth.py
Or using gcloud directly:
gcloud auth application-default login
%APPDATA%\gcloud\application_default_credentials.json~/.config/gcloud/application_default_credentials.jsonAfter setup, test with:
python scripts/test_bigquery.py
Should return sample patent results.
Set your project ID:
export GOOGLE_CLOUD_PROJECT=your-project-id
Or add to .env file under ${CLAUDE_PLUGIN_ROOT}.