Language: 日本語English

alloydb-omni Plugin

Author
Google LLC
Category
Database
Topics
Databases & Storage
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

alloydb-omni is a GitHub repository (gemini-cli-extensions/alloydb-omni) that provides a set of agent skills for creating, connecting to, and interacting with AlloyDB Omni database instances. According to the README, these skills can be used with AI agents including Antigravity, Claude Code, and Codex to manage databases, execute queries, explore schemas, and troubleshoot issues using natural language prompts. The project is currently in beta (pre-v1.0) and may see breaking changes before the first stable release. It requires an active AlloyDB Omni instance and configuration via environment variables such as ALLOYDB_OMNI_HOST, ALLOYDB_OMNI_DATABASE, ALLOYDB_OMNI_USER, and ALLOYDB_OMNI_PASSWORD. The repository is licensed under Apache-2.0.

Overview

AlloyDB Omni is a database product (referenced via docs.cloud.google.com/alloydb/omni/docs in the README) with which this repository's agent skills interact. The repository itself is not the database but a set of natural-language 'skills' that let supported AI coding agents (Antigravity, Claude Code, Codex) connect to and operate on an existing AlloyDB Omni instance for tasks like schema exploration, query execution, performance analysis, and troubleshooting.

What you can do with alloydb-omni

  • Provision infrastructure, e.g. "Create a new AlloyDB Omni container with Docker" or list AlloyDB Omni DBClusters on Kubernetes
  • Explore schemas and data, e.g. list tables, inspect columns, or run natural-language questions like "How many orders were placed in the last 30 days?"
  • Generate code, e.g. ask the agent to generate a Python dataclass representing a table schema
  • Use the AlloyDB Omni Data skill to explore database structure and execute SQL queries
  • Use the AlloyDB Omni Performance skill to analyze query performance, generate execution plans, and check statistics
  • Use the AlloyDB Omni Monitor skill to identify locks, track long-running transactions, and view server state
  • Use the AlloyDB Omni Optimize skill to tune engine settings, manage extensions, and optimize the columnar engine
  • Use the AlloyDB Omni Health skill to audit health, find storage bloat, and verify tablespace/maintenance configuration
  • Use the AlloyDB Omni Replication skill to monitor replication health and audit publication tables
  • Use the AlloyDB Omni Access Control skill to manage user roles and inspect permissions
  • Use the AlloyDB Omni Container and Kubernetes skills to manage AlloyDB Omni in containerized or Kubernetes environments
  • Install the skills into Antigravity, Claude Code, or Codex following the README's per-agent installation steps, or via the npx skills tool

Sources

Original description (English)

Create, connect, and interact with an AlloyDB Omni database and data.

History of alloydb-omni

Back to list