cloud-sql-postgres-admin

Automate Cloud SQL for PostgreSQL instance lifecycle management via the Admin API.

42|7|Updated Sep 12, 2025
One-click install
npx skills add https://github.com/gemini-cli-extensions/cloud-sql-postgresql --skill cloud-sql-postgres-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-sql-postgres-admin
Source: https://github.com/gemini-cli-extensions/cloud-sql-postgresql/tree/main/skills/cloud-sql-postgres-admin
Command: npx skills add https://github.com/gemini-cli-extensions/cloud-sql-postgresql --skill cloud-sql-postgres-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of managing Cloud SQL for PostgreSQL instances by letting you handle full database lifecycle tasks via natural language, instead of switching to the GCP console or memorizing complex gcloud commands.

Core Features & Use Cases

  • Instance Lifecycle Management: Provision new PostgreSQL instances, clone existing ones (including point-in-time recovery clones), retrieve instance details, and monitor long-running operations.
  • Database & User Administration: Create databases and users (including IAM users) on existing instances, and list all databases hosted on an instance.
  • Use Case: A developer can quickly clone a production PostgreSQL instance to a staging environment for testing, or set up a new database for a microservice without leaving their AI agent workflow.

Quick Start

Use the cloud-sql-postgres-admin skill to create a new PostgreSQL development instance named 'staging-db' with the root password 'MySecurePass!'.

Frequently Asked Questions about cloud-sql-postgres-admin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Cloud SQL PostgreSQL instance provisioning without using the gcloud console?

You can automate Cloud SQL PostgreSQL instance provisioning by using natural language commands within AI agent workflows, eliminating the need to manually navigate the GCP console or memorize complex gcloud commands for database lifecycle management.

Can I clone a production PostgreSQL instance for testing using natural language?

Yes, you can clone a production PostgreSQL instance for testing by issuing natural language commands. The skill supports point-in-time recovery clones, allowing developers to rapidly replicate production databases into staging environments.

Does this database administration tool support creating IAM users on existing Cloud SQL instances?

Yes, this database administration tool supports creating both standard and IAM users on existing Cloud SQL instances. It automates user administration and database creation directly through natural language prompts.

Can I use this skill to monitor long-running operations on my Google Cloud SQL instances?

Yes, you can use this skill to monitor long-running operations on Google Cloud SQL instances. It integrates with the Cloud SQL Admin API to track the status of provisioning, cloning, and configuration tasks automatically.

Do I need to configure environment variables separately for Claude Code and Codex platforms?

No, you do not need to configure environment variables separately for Claude Code and Codex platforms. The skill features automatic environment variable loading for Gemini CLI, Claude Code, and Codex platforms.

What is the best way to set up a new database for a microservice in Google Cloud?

The best way to set up a new database for a microservice in Google Cloud is to use natural language commands within your AI agent workflow. This approach automates instance creation and database administration without leaving your development environment.