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 automindtechnologie-jpg-gcp-cloud-run npx -- -y @trustedskills/automindtechnologie-jpg-gcp-cloud-run
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"automindtechnologie-jpg-gcp-cloud-run": {
"command": "npx",
"args": [
"-y",
"@trustedskills/automindtechnologie-jpg-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 interact with and manage Google Cloud Run services. It enables deploying containerized applications, scaling those deployments based on traffic, and retrieving information about existing Cloud Run services. The agent can automate common tasks related to Cloud Run management, simplifying application deployment and maintenance.
When to use it
- Deploying a new microservice: Automatically build and deploy a Docker image to Google Cloud Run.
- Scaling an existing service: Adjust the number of instances running for a specific Cloud Run service based on current load.
- Troubleshooting deployments: Retrieve detailed information about a deployed Cloud Run service, including logs and resource usage.
- Updating configurations: Modify environment variables or other configuration settings for a running Cloud Run application.
Key capabilities
- Deploy containerized applications to Google Cloud Run.
- Scale Cloud Run services based on traffic demands.
- Retrieve information about existing Cloud Run deployments.
- Manage and update Cloud Run service configurations.
Example prompts
- "Deploy my Docker image
my-app:latestto Cloud Run with the name 'my-service'." - "Scale the 'my-service' Cloud Run deployment to 5 instances."
- "What is the current status of the 'my-service' Cloud Run service?"
Tips & gotchas
- Requires appropriate Google Cloud credentials configured for the AI agent.
- Ensure your Docker image is built and pushed to a container registry accessible by Google Cloud Run.
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.