Gcp Cloud Sql
Provides Google Cloud guidance and assistance for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gcp-cloud-sql npx -- -y @trustedskills/gcp-cloud-sql
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gcp-cloud-sql": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gcp-cloud-sql"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with Google Cloud SQL, allowing them to manage databases like MySQL and PostgreSQL. It facilitates tasks such as creating new instances, listing existing ones, and retrieving information about database configurations. The agent can also perform actions related to backups and user management within the Cloud SQL environment.
When to use it
- Database provisioning: Automate the creation of new Cloud SQL instances for development or testing environments.
- Monitoring database health: Retrieve metrics like CPU usage, memory consumption, and storage capacity to proactively identify potential issues.
- Backup management: Schedule and manage backups of critical databases to ensure data recovery capabilities.
- User access control: Manage user accounts and permissions within Cloud SQL instances for enhanced security.
Key capabilities
- Create new Cloud SQL instances
- List existing Cloud SQL instances
- Retrieve database configuration details
- Manage database backups
- User management within Cloud SQL
Example prompts
- "Create a MySQL instance named 'dev-db' in the us-central1 region."
- "What are the CPU utilization metrics for my production PostgreSQL database?"
- "List all existing Cloud SQL instances and their status."
- “Schedule a daily backup of the ‘production_mysql’ database.”
Tips & gotchas
- Requires appropriate Google Cloud credentials to be configured for the AI agent.
- Be mindful of region specifications when creating or managing resources, as actions are region-specific.
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.