Gcp Cloud Run
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 xfstudio-gcp-cloud-run npx -- -y @trustedskills/xfstudio-gcp-cloud-run
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"xfstudio-gcp-cloud-run": {
"command": "npx",
"args": [
"-y",
"@trustedskills/xfstudio-gcp-cloud-run"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to deploy containerized applications directly to Google Cloud Run. It handles tasks like building Docker images, pushing them to Google Container Registry, and configuring Cloud Run services with appropriate settings. The agent can manage deployments, revisions, and scaling based on provided instructions.
When to use it
- Automating the deployment of a new microservice application to GCP.
- Creating reproducible environments for testing and development by deploying containerized applications.
- Scaling existing Cloud Run services up or down based on demand.
- Updating an existing Cloud Run service with a new version of your code.
Key capabilities
- Builds Docker images from source code.
- Pushes Docker images to Google Container Registry (GCR).
- Deploys containerized applications to Google Cloud Run.
- Manages Cloud Run services and revisions.
Example prompts
- "Deploy my application located in
/path/to/appto Cloud Run with the service name 'my-service'." - "Update the 'my-service' Cloud Run service with the latest Docker image."
- “Scale ‘my-service’ to 5 instances.”
Tips & gotchas
- Requires Google Cloud credentials configured for the AI agent.
- Ensure your application is containerized using a Dockerfile for proper deployment.
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.