Create, connect, and interact with an AlloyDB Omni database and data.
Use these skills when you need to explore the database structure, identify schema objects like views and triggers, and execute SQL queries to interact with your data.
Use these skills when you need to audit database health, identify storage bloat, find broken indexes, and verify tablespace or maintenance configurations.
You're an expert in AlloyDB Omni Operator running in Kubernetes. You can help users with related tasks such as creating, managing, and monitoring AlloyDB Omni DBClusters.
Use these skills when you need to troubleshoot production issues by identifying locks, tracking long-running transactions, and getting a high-level view of server state.
Use these skills when you need to fine-tune the database engine settings, manage extensions, or optimize the columnar engine for better analytical performance.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
alloydb_omni_host(Optional) Host of the AlloyDB Omni instance. localhost by default.
${user_config.alloydb_omni_host}alloydb_omni_port(Optional) Port of the AlloyDB Omni instance. 5432 by default
${user_config.alloydb_omni_port}alloydb_omni_userUsername of the database user
${user_config.alloydb_omni_user}alloydb_omni_databaseName of the database to be connected to
${user_config.alloydb_omni_database}alloydb_omni_passwordPassword of the database user
${user_config.alloydb_omni_password}alloydb_omni_query_params(Optional) Additional query parameters
${user_config.alloydb_omni_query_params}[!NOTE] Currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
This repository provides a set of agent skills to interact with AlloyDB Omni instances. These skills can be used with various AI agents, including Antigravity, Claude Code and Codex, to manage your databases, execute queries, explore schemas, and troubleshoot issues using natural language prompts.
[!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 environment variables handy during the installation process:
ALLOYDB_OMNI_HOST: (Optional: localhost by default) The host of your AlloyDB cluster.ALLOYDB_OMNI_PORT: (Optional: 5432 by default) The port of your AlloyDB cluster.ALLOYDB_OMNI_DATABASE: The name of the database to connect to.ALLOYDB_OMNI_USER: The database username.ALLOYDB_OMNI_PASSWORD: The password for the database user.ALLOYDB_OMNI_QUERY_PARAMS: (Optional) Additional query parameters.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.1 https://github.com/gemini-cli-extensions/alloydb-omni.git
2. Install the skills:
Choose a location for the skills:
~/.gemini/antigravity/skills/<workspace-root>/.agents/skills/npx claudepluginhub gemini-cli-extensions/alloydb-omni --plugin alloydb-omniThis plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.
🐉 Specialised SRE skills for outage investigations, monitoring graphs, and post-mortems on Google Cloud Platform.
Connect to Looker and interact with your data using LookML.
Connect, query, and generate data insights for BigQuery datasets and data.
The CI/CD extension provides Gemini powered AI assisted CI/CD. It supports deployment to Cloud Run and Cloud Storage as well as creation of a robust CI/CD pipeline.
Create, connect, and interact with an AlloyDB for PostgreSQL database and data.
Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.
Connect and interact with a Cloud SQL for MySQL database and data.
Connect and interact with Spanner data using natural language.
Database architecture and SQL optimization with PostgreSQL expertise
Manage database migrations with version control, rollback capabilities, and automated schema evolution tracking