cloud-sql-mysql Plugin
Plugin Claude Code Database Databases & StorageCloud, Deployment & CI/CDThe explanation below is AI-generated. Please verify it against the sources.
cloud-sql-mysql is a set of agent skills that let AI agents such as Antigravity, Claude Code, and Codex connect to and interact with Cloud SQL for MySQL instances using natural language. According to the README, it supports provisioning and managing instances, exploring database schemas, executing queries, and troubleshooting issues. It also covers lifecycle tasks like backups, restores, and cloning, plus monitoring for slow queries and performance issues. The project is currently in beta (pre-v1.0) and the source notes it may see breaking changes before the first stable release. It requires a Google Cloud project with the Cloud SQL Admin API enabled and specific IAM permissions (Cloud SQL Client, Viewer, Admin roles).
Overview
According to the README, this is a repository of agent skills (installable as a plugin/extension) for interacting with Cloud SQL for MySQL databases through AI coding agents, rather than a standalone SaaS product itself.
What you can do with cloud-sql-mysql
- Provision and manage Cloud SQL for MySQL instances, databases, and users (per the Admin skill)
- Explore schemas, run SQL queries, and inspect query execution plans (per the Data skill)
- Create backups, restore from previous states, and clone instances for recovery or testing (per the Lifecycle skill)
- Troubleshoot slow queries and analyze PromQL metrics, including table fragmentation or missing unique indexes (per the Monitor skill)
- Generate code, such as Python dataclasses, based on table schemas (per the README's usage examples)
- Install and use the skills via Antigravity, Claude Code, Codex, or the npx skills tool (per the README's installation instructions)
Sources
Original description (English)
Connect and interact with a Cloud SQL for MySQL database and data.
History of cloud-sql-mysql
- Plugin Added cloud-sql-mysql