Skip to content

gemini-cli-extensions/alloydb-omni

claude-codeOfficial

Skills for AlloyDB Omni

AlloyDB Omni Agent Skills is an official Google extension that lets AI agents run, explore, and tune AlloyDB Omni databases using natural language. Skip psql commands: ask in plain English to query data, read schemas, and fix performance issues.

4 stars4 forksJavaScriptUpdated July 2026
✅ Reviewed by My AI Guide, vetted for vibe builders and developers

Our Review

Released by Google under the Apache-2.0 license, this is the official first-party skill pack for AlloyDB Omni, the downloadable PostgreSQL-compatible AlloyDB engine. It bundles nine focused skill sets covering the whole database lifecycle, and works across three major agents: Antigravity, Claude Code, and Codex.

What alloydb-omni adds to your AI agent:

  • Natural-language SQL ask questions like "how many orders were placed in the last 30 days?" and the Data skills explore schemas and run the query for you.
  • Performance analysis the Performance skills generate execution plans, check table and column statistics, and surface slow activity so you can find what to fix.
  • Production troubleshooting the Monitor skills identify locks, track long-running transactions, and report server state when something is stuck.
  • Engine tuning the Optimize skills adjust database settings, manage extensions, and tune the AlloyDB columnar engine for analytical queries.
  • Health auditing the Health skills find storage bloat, broken indexes, and tablespace or maintenance misconfigurations.
  • Replication and access control dedicated skills monitor replication sync between nodes and inspect user roles, permissions, and security parameters.
  • Container and Kubernetes ops ask the agent to spin up an AlloyDB Omni container with Docker or list DBClusters running on Kubernetes.
  • Code generation describe a table and the agent writes a matching Python dataclass or other boilerplate from the live schema.

Compatibility:

The skills install into Antigravity (CLI v1.6.0+ or Antigravity 2.0), Claude Code (v2.1.94+), and Codex (v0.117.0+). Connection details are passed through environment variables (ALLOYDB_OMNI_HOST, PORT, DATABASE, USER, PASSWORD), so the same skill pack points at a local Docker instance or a Kubernetes cluster. Install in Claude Code by adding the marketplace with /plugin marketplace add and running /plugin install alloydb-omni.

Limitations:

The project is in beta (pre-v1.0) as of 2026, and the maintainers warn that breaking changes may land before the first stable release, so pin a release tag in production. It targets AlloyDB Omni specifically rather than generic PostgreSQL, so it is only useful if you run that engine. You still need an active AlloyDB Omni instance and the database credentials before any skill works, and at 3 GitHub stars it is early enough that community help is thin compared with mature database tooling.

Our Verdict

alloydb-omni is the official Google skill pack for driving AlloyDB Omni databases through an AI agent, and its nine-skill spread from data exploration to Kubernetes makes it the most complete first-party option for this engine in 2026.

For Vibe Builders, the appeal is skipping the SQL and psql learning curve entirely. You ask "show me all tables in the orders database" or "create a new AlloyDB Omni container with Docker" in plain English, and the agent handles the commands, which lowers the barrier to running a real relational database during a build.

For Developers, the value is having schema exploration, execution-plan analysis, and code generation available inside the agent you already code in. The Performance, Health, and Optimize skills turn routine database administration into prompts, and the Apache-2.0 license means you can read exactly what each skill runs against your data.

Skip it if you do not run AlloyDB Omni: this pack is engine-specific and offers nothing for a standard Postgres or MySQL setup. Treat the beta status seriously and pin a release tag before pointing it at anything important.

Frequently Asked Questions

What is the AlloyDB Omni extension?

AlloyDB Omni Agent Skills is an open-source extension from Google that gives AI agents a set of skills for working with AlloyDB Omni, the downloadable PostgreSQL-compatible AlloyDB database engine. Instead of writing SQL or psql commands yourself, you describe what you want in plain English and the agent explores schemas, runs queries, tunes performance, and manages the database lifecycle for you across nine focused skill packs.

Is alloydb-omni free and open source?

Yes. The repository is released by Google under the Apache-2.0 license in 2026, which means the source for every skill is public and free to use, modify, and self-host. You only pay for the underlying compute that runs your AlloyDB Omni instance, whether that is a local Docker container or a Kubernetes cluster, since the skills themselves carry no license fee.

Which AI agents work with these skills?

The skills install into three agents: Antigravity (CLI v1.6.0 or higher, or Antigravity 2.0), Claude Code (v2.1.94 or higher), and Codex (v0.117.0 or higher). Each agent loads the same skill folders, so the experience is consistent whichever one you use, and you can migrate an existing Gemini CLI extension install into Antigravity without reinstalling from scratch.

How does the extension connect to AlloyDB Omni?

Connection details are supplied through environment variables before you launch the agent, including ALLOYDB_OMNI_HOST, ALLOYDB_OMNI_PORT, ALLOYDB_OMNI_DATABASE, ALLOYDB_OMNI_USER, and ALLOYDB_OMNI_PASSWORD. Because everything is driven by those variables, the same skill pack can point at a localhost instance, a Docker container, or a database running inside Kubernetes without changing any skill code.

How do I install alloydb-omni in Claude Code?

Set your AlloyDB Omni environment variables, start Claude Code, then add the marketplace with the command /plugin marketplace add followed by the repository URL, and install with /plugin install alloydb-omni from the alloydb-omni marketplace. Run /plugin list to confirm it is active. Antigravity and Codex follow a similar clone-and-copy flow documented in the project README.

What is alloydb-omni?

AlloyDB Omni Agent Skills is an official Google extension that lets AI agents run, explore, and tune AlloyDB Omni databases using natural language. Skip psql commands: ask in plain English to query data, read schemas, and fix performance issues.

What license does alloydb-omni use?

alloydb-omni uses the Apache-2.0 license.

What are alternatives to alloydb-omni?

Explore related tools and alternatives on My AI Guide.

🔒

Open source: source code publicly visible

Anyone can inspect exactly what this repo does on GitHub before using it. Apache-2.0 licensed.

Reviewed by My AI Guide for relevance, quality, and active maintenance before listing.

Install in Claude Code:

/install alloydb-omni

Related Tools

View all