Language: 日本語English

alloydb Plugin

Author
Google LLC
Category
Database
Topics
Databases & Storage · Cloud, Deployment & CI/CD
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.

This item is the "alloydb" plugin, a set of agent skills (per the alloydb README) for interacting with Google Cloud AlloyDB for PostgreSQL instances through AI agents such as Antigravity, Claude Code, and Codex. It is currently in beta (pre-v1.0) and may see breaking changes before the first stable release. According to the README, it lets users provision and manage AlloyDB clusters/instances, explore schemas, run queries, and generate code using natural language prompts. Setup requires a Google Cloud project with the AlloyDB API enabled, Application Default Credentials, and IAM roles (AlloyDB Client, AlloyDB Admin), plus environment variables identifying the project, region, cluster, instance, and database.

Overview

AlloyDB for PostgreSQL is Google Cloud's managed, PostgreSQL-compatible database service (per the homepage). This plugin does not replace AlloyDB itself; it provides agent skills that let AI coding agents create, connect to, and operate on AlloyDB databases via natural language, as described in the README.

What you can do with alloydb

  • Provision AlloyDB clusters and instances (e.g., "Create a new AlloyDB cluster") per the README's usage examples
  • Explore database schemas, list tables and columns, and query data using natural language
  • Manage users, roles, and security settings via the alloydb-postgres-access-management skill
  • Troubleshoot performance issues, analyze query plans, and monitor metrics via the alloydb-postgres-monitor skill
  • Optimize storage, identify index issues, and manage maintenance via the alloydb-postgres-health skill
  • Manage extensions and engine-level settings via the alloydb-postgres-optimize skill
  • Monitor replication health and sync states via the alloydb-postgres-replication skill
  • Generate code (e.g., Python dataclasses) based on table schemas
  • Install and use the skills with Antigravity, Claude Code, or Codex, as documented in the README's installation section

Sources

Original description (English)

Create, connect, and interact with an AlloyDB for PostgreSQL database and data.

History of alloydb

Back to list