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 gcp-cloud-run npx -- -y @trustedskills/gcp-cloud-run
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gcp-cloud-run": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gcp-cloud-run"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The GCP Cloud Run skill enables AI agents to interact with Google Cloud Run, a managed compute platform that allows developers to run stateless containers without managing the underlying infrastructure. It supports deploying, managing, and scaling containerized applications on Google Cloud.
When to use it
- Deploying microservices or serverless functions quickly on GCP.
- Automating CI/CD pipelines for container-based applications hosted on Cloud Run.
- Managing application scaling and monitoring within a GCP environment.
- Setting up event-driven workflows that trigger Cloud Run services.
Key capabilities
- Deployment of containerized applications to Google Cloud Run.
- Integration with GCP authentication and permissions management.
- Support for logging, monitoring, and debugging deployed services.
- Ability to manage service configurations and revisions.
Example prompts
- "Deploy my Docker image
gcr.io/my-project/app:latestto Cloud Run." - "Scale the Cloud Run service 'my-service' to 5 instances."
- "Show me the logs for the latest revision of the 'my-app' Cloud Run service."
Tips & gotchas
- Ensure your AI agent has proper GCP credentials and permissions before attempting deployment.
- Be mindful of cost implications, as Cloud Run charges based on CPU and memory usage.
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.