Skill

BigQuery

Skill

Datasets, jobs, and BigQuery ML — official.

Google Cloud’s BigQuery skill. The agent writes SQL against the project you already have.

spec·Apache-2.0·Updated this quarter·github.com/google/skills

Claude CodeCursorDesktop
Scanned
npx skills add google/bigquery-basics

By Google

Input

A BigQuery question.

Output

A job or a query that runs.

bigquery-basics.skill/invoke

You say

Top 20 SKUs last week.

It returns

Query on analytics.orders. Slot estimate noted.

Prompt notebook

Prompts this skill is built for.

  • You say

    Top 20 SKUs last week.

    It returns

    Query on analytics.orders. Slot estimate noted.

  • You say

    Why is this scan 2TB?

    It returns

    No partition filter. Add _PARTITIONDATE.

What it teaches

  1. 01SQL
  2. 02Jobs
  3. 03ML