SkillMachine
All skills

Cloud SQL Basics

Cloud / Infra

Sets up a MySQL, PostgreSQL, or SQL Server instance on Google Cloud SQL step by step and produces a setup guide with runnable gcloud commands.

Live output preview

A plan is required to view this content

Choose a plan to access input format, sample outputs, and live previews.

View Plans →

About the skill

Cloud SQL Basics

A guide generator that helps you set up and manage a managed relational database—based on MySQL, PostgreSQL, or SQL Server—on Google Cloud SQL. Cloud SQL automates time-consuming chores such as patching, updates, backups, high availability (HA), and replication; this skill produces output that walks through these operations step by step with runnable gcloud commands.

When to use it? When you want to create a new Cloud SQL instance, define a database and user, retrieve the instance connection name, or set up a secure connection via the Cloud SQL Auth Proxy. It also provides guidance on IAM roles, SSL/TLS certificates, infrastructure as code (IaC) with Terraform, and connecting from client libraries (Python, Java, Node.js, Go).

What does the output include? A setup guide in Markdown, organized with headings and tables: recommended instance parameters, step-by-step setup commands (enable API → create instance → set password → create database → connect), secure-connection instructions, and a post-setup checklist. It also covers best practices for production environments such as HA, automated backups, and least privilege.

It does not use Apify or external scraping; it relies solely on the Google Cloud CLI and official references.

How do I use this skill?

You don't "run" a skill — after installing it you just tell the agent your task (e.g. ask for the relevant job), and the skill kicks in by itself when its description matches.

Upload the cloud-sql-basics.zip you downloaded as-is — no packaging needed, the format is already correct (folder at root).

  1. Open Settings → Customize → Skills
  2. Upload → select the cloud-sql-basics.zip you downloaded
  3. Claude reads SKILL.md; the name + description appear. Ready ✅

Scripts run in Anthropic's code-execution environment (sandbox) — not on your machine.