cloud-sql-postgres-admin

Automate provisioning and administration of Google Cloud SQL for PostgreSQL instances.

2|1|Updated May 25, 2026
One-click install
npx skills add https://github.com/interflownex/All-in-One --skill cloud-sql-postgres-admin-interflownex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-sql-postgres-admin
Source: https://github.com/interflownex/All-in-One/tree/main/.gemini/skills/cloud-sql-postgres-admin
Command: npx skills add https://github.com/interflownex/All-in-One --skill cloud-sql-postgres-admin-interflownex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @toolbox-sdk/server, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the complex, multi-step process of managing Google Cloud SQL for PostgreSQL instances, reducing the risk of configuration errors and accelerating infrastructure deployment.

Core Features & Use Cases

  • Instance Lifecycle Management: Provision, clone, and inspect Cloud SQL instances with automated operation tracking.
  • Database & User Administration: Create databases and manage user access (including IAM integration) directly via command execution.
  • Use Case: A developer needs to spin up a new staging environment by cloning a production instance and creating a dedicated service account user; this Skill handles the provisioning, user creation, and operation monitoring in a single workflow.

Quick Start

Use the cloud-sql-postgres-admin skill to create a new database named inventory on the instance named prod-db-01.

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 and cloning?

You can automate Cloud SQL PostgreSQL provisioning and cloning through a script-based workflow that interfaces with Cloud SQL APIs to manage long-running operations and track instance status automatically.

What is the best way to manage Google Cloud SQL PostgreSQL users and databases?

The best way to manage Google Cloud SQL PostgreSQL users and databases is via automated administration commands that execute database creation and manage user access, including IAM integration, directly across GCP environments.

Do I need the @toolbox-sdk/server package to administer Cloud SQL for PostgreSQL?

Yes, you need the @toolbox-sdk/server package to administer Cloud SQL for PostgreSQL. It is a required dependency that interfaces with Cloud SQL APIs to execute administrative tasks and monitor operations.

Can I clone a production Cloud SQL instance to create a staging environment?

Yes, you can clone a production Cloud SQL instance to create a staging environment. The cloning process duplicates the instance and allows you to create dedicated service account users in a single automated workflow.

How does automated operation tracking work for Cloud SQL administration tasks?

Automated operation tracking for Cloud SQL administration works by interfacing with GCP APIs to monitor long-running operations. It tracks the status of provisioning, cloning, and database creation tasks until completion without manual polling.

Are there limitations when managing Cloud SQL PostgreSQL lifecycle tasks via automation?

Limitations when managing Cloud SQL PostgreSQL lifecycle tasks via automation include dependency on the @toolbox-sdk/server package for API interfacing and the need to handle long-running operation delays inherent to GCP infrastructure provisioning.