| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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:
Please keep these env vars handy during the installation process:
Note
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.
AntigravityYou can use either of these two agents for Antigravity:
💡 Tip — Migrating from Gemini CLI?
If you previously installed this extension with gemini 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 (GEMINI.md / AGENTS.md), and MCP server config differences.
- 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 gemini
1. Clone the Repo:
git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git2. Install the skills:
Choose a location for the 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-analytics2. Set env vars: Set your environment vars as described in the configuration section.
Claude Code1. Set env vars: In your terminal, set your environment vars as described in the configuration section.
2. Start the agent:
claude3. 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.)
Codex1. Install marketplace:
codex plugin marketplace add GoogleCloudPlatform/data-agent-kit2. Install the plugin:
codex plugin add bigquery-data-analytics@data-agent-kit3. Set env vars: Enter your environment vars as described in the configuration section.
4. (Optional) Update the marketplace:
codex plugin marketplace upgrade data-agent-kitYou 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.1For 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
Interact with BigQuery using natural language right from your IDE:
Find Data:
Generate Analytics and insights:
This extension provides a comprehensive set of skills:
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:
| Back | FazBrowse Home | New Git URL |