Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
BigQuery BasicsSkill
Summary
Google's official BigQuery skill — datasets, tables, jobs and SQL from the bq CLI, plus the reference set for IAM, Terraform, change history and continuous queries.
Features
- Correct `bq` CLI syntax for datasets, tables and query jobs
- Reference set covering IAM, governance and Terraform resources
- Change history via APPENDS/CHANGES and continuous streaming queries
- Client-library guidance for Python, Java, Node.js and Go
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Example Usage
"Create a BigQuery dataset in the US multi-region, load this CSV into a partitioned table, and show me the top 10 rows by revenue."
Description
BigQuery has an unusually wide surface: the bq CLI, the SQL dialect, client libraries in four languages, Terraform resources, reservations, IAM roles and a governance model that all have to line up before a query runs. That is precisely the sort of territory where an agent produces plausible commands that fail.
This official skill from Google's own skills repository grounds the agent in the working set: enabling the API, creating datasets and tables from a JSON schema, running standard-SQL queries, and then a reference directory that covers storage types and BigQuery Studio, incremental change tracking with APPENDS and CHANGES, continuous queries over streaming data, client-library usage for Python, Java, Node.js and Go, Terraform for datasets, tables and reservations, and IAM roles and data-governance practice.
Use it when an agent needs to interact with BigQuery rather than write about it — building ingestion, standing up analytics, or reviewing someone else's dataset layout. It pairs with the BigQuery AI & ML skill in the same repository for forecasting, anomaly detection and text generation inside SQL.
Related Skills
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.
Official WordPress skill for Gutenberg block work: block.json, attributes and serialization, dynamic rendering, and the deprecation path that keeps existing content valid.
Persistent cross-session memory for coding agents: hooks capture each session, a local SQLite + vector store compresses it, and a mem-search skill reads it back.
