Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alphaonedev avatar

Gcp Bigquery

  • 35 installs
  • 6 repo stars
  • Updated March 13, 2026
  • alphaonedev/openclaw-graph

gcp-bigquery is a skill that provides architecture guidance and cost modeling for Google BigQuery while delegating provisioning to the google-cloud-bigquery Python client.

About

This skill provides architecture guidance, cost modeling, and pre-flight IAM requirements for Google BigQuery, a serverless data warehouse for SQL queries on large datasets. A developer uses it to plan BigQuery usage while delegating actual provisioning to the official google-cloud-bigquery Python client. It also covers Vertex AI integration patterns for AI and RAG workloads.

  • Architecture guidance for BigQuery serverless data warehouse
  • Delegates execution to google-cloud-bigquery Python client
  • Cost modeling and IAM pre-flight requirements

Gcp Bigquery by the numbers

  • 35 all-time installs (skills.sh)
  • Ranked #477 of 911 Databases skills by installs in the Skillselion catalog
  • Data as of Jul 7, 2026 (Skillselion catalog sync)
At a glance

gcp-bigquery capabilities & compatibility

Free guidance; GCP billing applies to BigQuery usage via the SDK

Capabilities
architecture guidance · cost modeling · iam preflight
Works with
gcp
Use cases
data analysis · database
Pricing
Bring your own API key
From the docs

What gcp-bigquery says it does

This skill delegates all GCP provisioning and operations to the official Google Cloud Python client libraries.
SKILL.md
This skill provides architecture guidance, cost modeling, and pre-flight requirements — the SDK handles execution.
SKILL.md
Google Cloud's BigQuery is a serverless, fully managed data warehouse for running SQL queries on large datasets.
SKILL.md
npx skills add https://github.com/alphaonedev/openclaw-graph --skill gcp-bigquery

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs35
repo stars6
Last updatedMarch 13, 2026
Repositoryalphaonedev/openclaw-graph

What it does

Plan BigQuery data-warehouse architecture and cost while the google-cloud-bigquery Python SDK handles execution.

Who is it for?

Planning BigQuery architecture, cost, and IAM before executing with the official SDK.

Skip if: Direct provisioning without the Google Cloud Python SDK, or non-GCP data warehouses.

When should I use this skill?

You need to design a BigQuery data warehouse and estimate its cost and IAM setup.

What you get

A BigQuery architecture plan with cost model and IAM pre-flight, executed via the Python SDK.

  • Architecture and service-selection guidance
  • Cost estimates
  • IAM pre-flight requirements

Files

SKILL.mdMarkdownGitHub ↗

gcp-bigquery

Google Cloud Integration

This skill delegates all GCP provisioning and operations to the official Google Cloud Python client libraries.

# Core GCP client library
pip install google-cloud-python

# Vertex AI + Agent Engine (AI/ML workloads)
pip install google-cloud-aiplatform

# Specific service clients (install only what you need)
pip install google-cloud-bigquery      # BigQuery
pip install google-cloud-storage       # Cloud Storage
pip install google-cloud-pubsub        # Pub/Sub
pip install google-cloud-run           # Cloud Run

SDK Docs: https://github.com/googleapis/google-cloud-python Vertex AI SDK: https://cloud.google.com/vertex-ai/docs/python-sdk/use-vertex-ai-python-sdk

Use the Google Cloud Python SDK for all GCP provisioning and operational actions. This skill provides architecture guidance, cost modeling, and pre-flight requirements — the SDK handles execution.

Architecture Guidance

Consult this skill for:

  • GCP service selection and trade-off analysis
  • Cost estimation and optimization (committed use discounts, sustained use)
  • Pre-flight IAM / Workload Identity Federation requirements
  • IaC approach (Terraform AzureRM vs Deployment Manager vs Config Connector)
  • Integration patterns with Google Workspace and other GCP services
  • Vertex AI Agent Engine for multi-agent workflow design

Agent & AI Capabilities

CapabilityTool
LLM agentsVertex AI Agent Engine
Model servingVertex AI Model Garden
RAGVertex AI Search + Embeddings API
Multi-agentAgent Development Kit (google/adk-python)
MCPVertex AI Extensions (MCP-compatible)

Reference

Related skills

FAQ

Does this skill provision BigQuery itself?

No, it delegates all provisioning and operations to the official google-cloud-bigquery Python client and provides architecture and cost guidance.

What is BigQuery?

It is a serverless, fully managed data warehouse for running SQL queries on large datasets.

Databasesdatabasesanalytics

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.