Favicon of bigquery-api

bigquery-api Skill

AI Agent SkillShellOpen source

Run SQL against Google BigQuery and browse its catalog — submit queries (sync or async), poll job status, page through results, list datasets/tables, and read table schemas. Use this whenever the user wants to query a BigQuery table, ask "what's in this dataset", check a BigQuery job's status, or mentions bigquery.goog Published by anthropics in claude-tag-plugins.

Decision snapshot

Is this a fit?

Best for

Database workflows, Data analysis, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · Apache-2.0 license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is bigquery-api Skill?

Run SQL against Google BigQuery and browse its catalog — submit queries (sync or async), poll job status, page through results, list datasets/tables, and read table schemas. Use this whenever the user wants to query a BigQuery table, ask "what's in this dataset", check a BigQuery job's status, or mentions bigquery.goog Published by anthropics in claude-tag-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
36/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Database workflows
  • Data analysis
  • Database workflows use cases
  • Data analysis use cases

Declared skill metadata

  • Source file: bigquery/skills/bigquery-api/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use bigquery-api Skill

  • Use it for database workflows.
  • Use it for data analysis.

Built with

ShellCopy skill directory

Editorial notes

Source

  • Creator: anthropics
  • Repository: anthropics/claude-tag-plugins
  • Skill file: bigquery/skills/bigquery-api/SKILL.md

What it does

Run SQL against Google BigQuery and browse its catalog — submit queries (sync or async), poll job status, page through results, list datasets/tables, and read table schemas. Use this whenever the user wants to query a BigQuery table, ask "what's in this dataset", check a BigQuery job's status, or mentions bigquery.goog

Skill instructions

BigQuery's REST API (bigquery.googleapis.com/bigquery/v2) lets you run SQL, inspect jobs, and browse datasets and table schemas with plain curl — no SDK required. The central concept is a job. Every query runs as a job in a project (the project is billed, and is not necessarily where the data lives). Under the hood a query runs one of two ways — scripts/bqquery.sh (operation 1) drives this for you: - Synchronous (jobs.query) — one POST that blocks up to a timeout and returns rows inline if the query finishes in time. - Asynchronous (jobs.insert → jobs.get → jobs.getQueryResults) — submit, poll, then page results. The route you use directly for destination tables, BATCH priority, or load/extract/copy jobs. Everything else (datasets, tables, schemas) is a simple GET. Request setup Authentication is handled by the runtime — credentials are injected into outbound requests to this API, so there is nothing to set up. Do not try to create, mint, refresh, or validate tokens or keys. Credential

Verified compatibility and discovery

Frequently asked questions

What is bigquery-api?

bigquery-api is a open-source AI agent skill with Copy skill directory. Run SQL against Google BigQuery and browse its catalog — submit queries (sync or async), poll job status, page through results, list datasets/tables, and read table schemas.

Who is bigquery-api best for?

bigquery-api is best for reusing agent instructions, scripts, and references, database workflows, data analysis workflows.

How do I install bigquery-api?

Install or run bigquery-api using Copy skill directory. Check bigquery-api for the latest setup command.

Is bigquery-api actively maintained?

bigquery-api may need a closer maintenance check before production use.

Share:

Stars
28
Forks
11
Last commit
2 months ago
Last verified
Aug 31, 2026
Metadata fetched
Aug 31, 2026
Repository age
3 months
License
Apache-2.0

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to bigquery-api