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 omer-metin-gcp-cloud-run npx -- -y @trustedskills/omer-metin-gcp-cloud-run
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"omer-metin-gcp-cloud-run": {
"command": "npx",
"args": [
"-y",
"@trustedskills/omer-metin-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 and manage containerized applications on Google Cloud Run. It automates the process of building, deploying, and scaling applications without needing to manage underlying infrastructure. The agent can handle tasks like setting environment variables, configuring traffic routing, and monitoring application health.
When to use it
- Deploying a new microservice: Quickly get a containerized service up and running on Cloud Run.
- Automating deployments: Trigger deployments based on code changes or scheduled events.
- Scaling an existing application: Automatically adjust resources to handle varying traffic loads.
- Managing multiple environments (dev, staging, production): Easily switch between different Cloud Run deployments for various stages of development.
Key capabilities
- Deploy container images
- Manage environment variables
- Configure traffic routing
- Monitor application health
Example prompts
- "Deploy my Docker image
my-repo/my-app:latestto Cloud Run." - "Set the environment variable
DATABASE_URLtoyour_database_urlin my Cloud Run service." - "Route 90% of traffic to version 'v2' of my application on Cloud Run."
Tips & gotchas
- Requires appropriate Google Cloud credentials configured for the AI agent.
- Ensure your Docker image is built and pushed to a container registry (e.g., Google Container Registry or Artifact Registry) before 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.