bigquery-public
CommunityElevate BigQuery access to public datasets for analysis.
AuthorMubasherMohammed
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides read-only access to BigQuery public datasets, eliminating the need for manual SQL operations, while maintaining reproducibility and local-first security.
Core Features & Use Cases
- Read-Only SQL Queries: Execute
SELECT/WITHqueries against BigQuery public datasets. - Local Results: Save outputs and keep sensitive data local, enhancing reproducibility.
- Auth & Safety: Auto-detects Python ADC for auth, with optional bq CLI fallback. Offers dry-run, row and byte safeguards, and medical disclaimers for security.
- Use Case: If you need to query BigQuery's public genomic data and generate reports locally without handling sensitive information on the cloud, this Skill streamlines the process.
Quick Start
To execute a query and save results locally, run the following command: bigquery_public.py --query "SELECT * FROM bigquery-public-data.samples.shakespeare LIMIT 5" --output /path/to/output
Dependency Matrix
Required Modules
google-cloud-bigquerygoogle-authbq
Components
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: bigquery-public Download link: https://github.com/MubasherMohammed/opencode-BioInfo/archive/main.zip#bigquery-public Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.