[!NOTE] Currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
Developers can effortlessly connect, interact, and generate data insights with BigQuery datasets and data using natural language commands.
[!IMPORTANT] We Want Your Feedback! Please share your thoughts with us by filling out our feedback form. Your input is invaluable and helps us improve the project for everyone.
Before you begin, ensure you have the following:
roles/bigquery.user)roles/bigquery.connectionUser)roles/aiplatform.user)Please keep these env vars handy during the installation process:
BIGQUERY_PROJECT: The GCP project ID.BIGQUERY_LOCATION: (Optional) The dataset location.[!NOTE]
- Ensure Application Default Credentials are available in your environment.
To start interacting with your database, install the skills for your preferred AI agent, then launch the agent and use natural language to ask questions or perform tasks.
For the latest version, check the releases page.
You can use either of these two agents for Antigravity:
💡 Tip — Migrating from Gemini CLI?
If you previously installed this extension withgemini extensions install, you can convert it to an Antigravity plugin instead of reinstalling from scratch:See Migrating from Gemini CLI for details on plugins, context files (
- On first launch of Antigravity CLI, accept the Migration Options prompt to automatically convert your installed Gemini CLI extensions to Antigravity plugins.
- Or, from your terminal, run:
agy plugin import geminiGEMINI.md/AGENTS.md), and MCP server config differences.
1. Clone the Repo:
git clone --branch 0.2.3 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
2. Install the skills:
Choose a location for the skills:
~/.gemini/antigravity/skills/<workspace-root>/.agents/skills/Copy the skill folders from the cloned repository's skills/ directory to your chosen location:
cp -R bigquery-data-analytics/skills/* ~/.gemini/antigravity/skills/
3. Set env vars: Set your environment vars as described in the configuration section.
(Tip: Antigravity 2.0 automatically discovers skills in these directories at the start of a session. You can verify they are active by running the /skills command in your active session.)
You can install plugins directly from a remote GitHub repository.
1. Install the plugin:
agy plugin install https://github.com/gemini-cli-extensions/bigquery-data-analytics
2. Set env vars: Set your environment vars as described in the configuration section.
1. Set env vars: In your terminal, set your environment vars as described in the configuration section.
2. Start the agent:
claude
3. Install the plugin:
/plugin install bigquery-data-analytics@claude-plugins-official
(Tip: Run /plugin list inside Claude Code to verify the plugin is active, or /reload-plugins if you just installed it.)
1. Install marketplace:
codex plugin marketplace add GoogleCloudPlatform/data-agent-kit
2. Install the plugin:
codex plugin add bigquery-data-analytics@data-agent-kit
3. Set env vars: Enter your environment vars as described in the configuration section.
4. (Optional) Update the marketplace:
codex plugin marketplace upgrade data-agent-kit
You can install skills using the npx skills command.
1. Install the skills:
Run the following command in your terminal to automatically download and register the skills:
npx skills add https://github.com/gemini-cli-extensions/bigquery-data-analytics/tree/0.2.3
For detailed info check out the Skills npm package.
2. Set env vars: Set your environment vars as described in the configuration section.
This repository is a valid Agent Plugins (v1) plugin. Any Agent Plugins–compatible client can install it directly using its own built-in plugin command — no extra tooling required — by pointing at this repository:
https://github.com/gemini-cli-extensions/bigquery-data-analytics
Beyond harnesses covered by the native install above, compatible clients include VS Code, Cursor, GitHub Copilot, and Kiro. See your agent's documentation for its exact install command.
Set env vars: Set your environment vars as described in the configuration section.
[!NOTE]
- Ensure Application Default Credentials are available in your environment.
- See Troubleshooting for debugging your configuration.
Interact with BigQuery using natural language right from your IDE:
Find Data:
Generate Analytics and insights:
This extension provides a comprehensive set of skills:
AI.* functions. Provides capabilities for text generation, classification, semantic search, and forecasting using pre-trained models without needing to manage custom models.Find additional extensions to support your entire software development lifecycle at github.com/gemini-cli-extensions, including:
Use gemini --debug to enable debugging.
Common issues:
JavaScript
97.3%
Python
2.7%
[!NOTE] Currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
Developers can effortlessly connect, interact, and generate data insights with BigQuery datasets and data using natural language commands.
[!IMPORTANT] We Want Your Feedback! Please share your thoughts with us by filling out our feedback form. Your input is invaluable and helps us improve the project for everyone.
Before you begin, ensure you have the following:
roles/bigquery.user)roles/bigquery.connectionUser)roles/aiplatform.user)Please keep these env vars handy during the installation process:
BIGQUERY_PROJECT: The GCP project ID.BIGQUERY_LOCATION: (Optional) The dataset location.[!NOTE]
- Ensure Application Default Credentials are available in your environment.
To start interacting with your database, install the skills for your preferred AI agent, then launch the agent and use natural language to ask questions or perform tasks.
For the latest version, check the releases page.
You can use either of these two agents for Antigravity:
💡 Tip — Migrating from Gemini CLI?
If you previously installed this extension withgemini extensions install, you can convert it to an Antigravity plugin instead of reinstalling from scratch:See Migrating from Gemini CLI for details on plugins, context files (
- On first launch of Antigravity CLI, accept the Migration Options prompt to automatically convert your installed Gemini CLI extensions to Antigravity plugins.
- Or, from your terminal, run:
agy plugin import geminiGEMINI.md/AGENTS.md), and MCP server config differences.
1. Clone the Repo:
git clone --branch 0.2.3 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
2. Install the skills:
Choose a location for the skills:
~/.gemini/antigravity/skills/<workspace-root>/.agents/skills/Copy the skill folders from the cloned repository's skills/ directory to your chosen location:
cp -R bigquery-data-analytics/skills/* ~/.gemini/antigravity/skills/
3. Set env vars: Set your environment vars as described in the configuration section.
(Tip: Antigravity 2.0 automatically discovers skills in these directories at the start of a session. You can verify they are active by running the /skills command in your active session.)
You can install plugins directly from a remote GitHub repository.
1. Install the plugin:
agy plugin install https://github.com/gemini-cli-extensions/bigquery-data-analytics
2. Set env vars: Set your environment vars as described in the configuration section.
1. Set env vars: In your terminal, set your environment vars as described in the configuration section.
2. Start the agent:
claude
3. Install the plugin:
/plugin install bigquery-data-analytics@claude-plugins-official
(Tip: Run /plugin list inside Claude Code to verify the plugin is active, or /reload-plugins if you just installed it.)
1. Install marketplace:
codex plugin marketplace add GoogleCloudPlatform/data-agent-kit
2. Install the plugin:
codex plugin add bigquery-data-analytics@data-agent-kit
3. Set env vars: Enter your environment vars as described in the configuration section.
4. (Optional) Update the marketplace:
codex plugin marketplace upgrade data-agent-kit
You can install skills using the npx skills command.
1. Install the skills:
Run the following command in your terminal to automatically download and register the skills:
npx skills add https://github.com/gemini-cli-extensions/bigquery-data-analytics/tree/0.2.3
For detailed info check out the Skills npm package.
2. Set env vars: Set your environment vars as described in the configuration section.
This repository is a valid Agent Plugins (v1) plugin. Any Agent Plugins–compatible client can install it directly using its own built-in plugin command — no extra tooling required — by pointing at this repository:
https://github.com/gemini-cli-extensions/bigquery-data-analytics
Beyond harnesses covered by the native install above, compatible clients include VS Code, Cursor, GitHub Copilot, and Kiro. See your agent's documentation for its exact install command.
Set env vars: Set your environment vars as described in the configuration section.
[!NOTE]
- Ensure Application Default Credentials are available in your environment.
- See Troubleshooting for debugging your configuration.
Interact with BigQuery using natural language right from your IDE:
Find Data:
Generate Analytics and insights:
This extension provides a comprehensive set of skills:
AI.* functions. Provides capabilities for text generation, classification, semantic search, and forecasting using pre-trained models without needing to manage custom models.Find additional extensions to support your entire software development lifecycle at github.com/gemini-cli-extensions, including:
Use gemini --debug to enable debugging.
Common issues:
JavaScript
97.3%
Python
2.7%