bigquery-basics

Create and manage BigQuery datasets, tables, and SQL queries.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/ssmleo/govfolio --skill bigquery-basics-ssmleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bigquery-basics
Source: https://github.com/ssmleo/govfolio/tree/main/.agents/skills/bigquery-basics
Command: npx skills add https://github.com/ssmleo/govfolio --skill bigquery-basics-ssmleo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-cloud-bigquery, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management and analysis of BigQuery datasets, offering a streamlined approach to interacting with the platform.

Core Features & Use Cases

  • Dataset and Table Management: Create, delete, and manage datasets and tables.
  • Query Execution: Run SQL queries to analyze data.
  • Resource Configuration: Configure and manage BigQuery resources.
  • Use Case: If you need to create a new dataset, define its schema, and run a simple query to retrieve data, this Skill can help you accomplish these tasks efficiently.

Quick Start

Use the bigquery-basics skill to create a new dataset named 'my_dataset'.

Frequently Asked Questions about bigquery-basics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage BigQuery datasets and tables?

Run SQL queries in BigQuery by executing standard SQL statements directly through the BigQuery API. This Skill facilitates query execution to analyze data and retrieve results efficiently from your configured datasets.

Do I need authentication credentials to use the BigQuery API?

Configure BigQuery resources by using this Skill to set up dataset parameters and manage table schemas. It supports resource configuration to help you organize and prepare your big data environment for analysis.

What is the best way to create a new BigQuery dataset?

The best way to create a new BigQuery dataset is to use this Skill to define the dataset name and schema. It provides a comprehensive solution for dataset creation and table management without manual API calls.

Does this Skill work with the google-cloud-bigquery dependency?

Yes, this Skill works directly with the google-cloud-bigquery dependency to interact with the platform. It leverages this library to handle dataset management, resource configuration, and SQL query execution.