Cloud Sql Instance Setup
Provides setup and configuration guidance and assistance for working with databases and data persistence.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cloud-sql-instance-setup npx -- -y @trustedskills/cloud-sql-instance-setup
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cloud-sql-instance-setup": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cloud-sql-instance-setup"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to provision and configure Cloud SQL instances. It can create new instances, specify machine types and storage configurations, and set up database flags. The skill automates the creation process, reducing manual effort and potential errors in setting up a managed relational database service.
When to use it
- You need to quickly spin up a development or testing environment with a Cloud SQL instance.
- You're deploying an application that requires a PostgreSQL or MySQL database server.
- You want to automate the creation of new database instances for different projects or environments.
- You require specific database flags to be set during instance creation for performance tuning or compatibility.
Key capabilities
- Creates Cloud SQL instances
- Specifies machine types
- Configures storage settings
- Sets database flags
Example prompts
- "Create a MySQL Cloud SQL instance named 'dev-db' with a standard tier and 10 GB of storage."
- "Provision a PostgreSQL Cloud SQL instance called 'prod-db' using a high-availability configuration."
- "Set up a Cloud SQL instance with the flag
max_connections=500."
Tips & gotchas
The agent needs appropriate Google Cloud credentials to create resources. Ensure the necessary permissions are granted for managing Cloud SQL instances.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.