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 hainamchung-gcp-cloud-run npx -- -y @trustedskills/hainamchung-gcp-cloud-run
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"hainamchung-gcp-cloud-run": {
"command": "npx",
"args": [
"-y",
"@trustedskills/hainamchung-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 them based on demand, and retrieving information about their status and configuration directly through natural language prompts. The agent can automate common Cloud Run tasks, reducing manual effort and streamlining deployments.
When to use it
- Deploy a new application: Quickly deploy a pre-built Docker image to Google Cloud Run without needing to manually configure the GCP console.
- Scale an existing service: Automatically adjust the number of instances running for a Cloud Run service based on current traffic levels.
- Check service status: Get real-time information about the health and performance of your deployed applications.
- Update environment variables: Modify configuration settings for a Cloud Run service without redeploying the entire application.
Key capabilities
- Deploy container images to Cloud Run
- Scale Cloud Run services
- Retrieve Cloud Run service status
- Manage environment variables within Cloud Run services
Example prompts
- "Deploy my Docker image
my-repo/my-app:latestto Cloud Run." - "Scale the 'my-service' Cloud Run service to 5 instances."
- "What is the current status of my Cloud Run application?"
- “Set the environment variable ‘DATABASE_URL’ to ‘your_database_url’ for my Cloud Run service.”
Tips & gotchas
- Requires proper authentication and authorization with Google Cloud Platform. Ensure your AI agent has the necessary permissions to manage Cloud Run resources.
- Cloud Run deployments can take time, so be prepared for potential delays in response times when executing prompts.
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.