Gcp Deploy
Helps with Google Cloud, deployment as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gcp-deploy npx -- -y @trustedskills/gcp-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gcp-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gcp-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates deployments to Google Cloud Platform (GCP). It handles tasks such as building container images, pushing them to Container Registry, and updating Kubernetes deployments. The skill streamlines the process of releasing new versions of applications on GCP infrastructure.
When to use it
- Deploying a new version of an application to a staging environment for testing.
- Automating the release process after successful code merges.
- Rolling back to a previous deployment in case of issues.
- Updating configurations and secrets within your deployed applications on GCP.
Key capabilities
- Container image building
- Pushing images to Container Registry
- Kubernetes deployment updates
Example prompts
- "Deploy the latest version of my application to the staging environment."
- "Roll back the Kubernetes deployment to version 1.2.3."
- “Build and push a new Docker image for my service.”
Tips & gotchas
The skill requires appropriate GCP credentials configured within the AI agent's environment. Ensure these credentials have sufficient permissions to access Container Registry and modify Kubernetes deployments.
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.