Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Cloud SQL BasicsSkill
Summary
Google's official Cloud SQL skill — create and connect MySQL, PostgreSQL and SQL Server instances with the right gcloud commands, Auth Proxy setup, HA and backup model.
Features
- Working quick start: instance, admin password, database, connection name, Auth Proxy, psql
- Edition comparison — Enterprise vs Enterprise Plus, read pools and high availability
- Connector and client-library guidance for Python, Java, Node.js and Go
- Terraform resources for instances, databases and users
- Disaster recovery: backup types, PITR, replicas and Advanced DR
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Example Usage
"Provision a highly available Cloud SQL for PostgreSQL instance in europe-west1, create an app database and user, and show me how to connect from a local machine through the Auth Proxy."
Description
Cloud SQL is Google Cloud's managed relational database for MySQL, PostgreSQL and SQL Server. The gap agents fall into is not the SQL — it is everything around it: which gcloud sql flags actually exist, why a psql connection hangs without the Auth Proxy running, and which edition you need before high availability or read pools are even an option.
This skill from Google's official skills repository walks the whole first path end to end: enabling the Admin API, creating an instance with a concrete machine shape, setting the default admin user's password, creating a database, retrieving the PROJECT:REGION:INSTANCE connection name, starting cloud-sql-proxy, and connecting through it. Each step is a command the agent can run rather than a description of a console screen.
Behind that sits a reference directory the agent pulls in on demand: Enterprise versus Enterprise Plus editions, instance architecture, read pools and high availability; the full gcloud sql command surface for instances, databases and users; connectors and client libraries for Python, Java, Node.js and Go; the Cloud SQL remote MCP server and Gemini CLI extension; Terraform for instances, databases and users; predefined IAM roles, SSL/TLS certificates and Auth Proxy configuration; and the disaster-recovery model — backup types, point-in-time recovery, replicas and Enterprise Plus Advanced DR.
Reach for it when an agent is provisioning a Cloud SQL instance, debugging a connection that will not open, or reviewing whether an existing setup can actually survive a zone failure.
Related Skills
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.
Official WordPress skill for Gutenberg block work: block.json, attributes and serialization, dynamic rendering, and the deprecation path that keeps existing content valid.
Persistent cross-session memory for coding agents: hooks capture each session, a local SQLite + vector store compresses it, and a mem-search skill reads it back.
