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 aj-geddes-gcp-cloud-run npx -- -y @trustedskills/aj-geddes-gcp-cloud-run
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aj-geddes-gcp-cloud-run": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aj-geddes-gcp-cloud-run"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The aj-geddes-gcp-cloud-run skill enables AI agents to interact directly with Google Cloud Run, a serverless platform for deploying containerized applications. It allows agents to manage service lifecycles, including creation, scaling, and deletion based on dynamic operational needs. This integration streamlines cloud infrastructure management by automating routine deployment tasks without manual intervention.
-
Deploy new containerized services to GCP Cloud Run environments instantly.
-
Scale existing services up or down in response to traffic patterns or demand.
-
Delete unused or obsolete Cloud Run instances to optimize resource usage.
-
Automate end-to-end CI/CD pipelines for serverless application releases.
-
Service Management: Create, update, and delete Cloud Run services programmatically.
-
Serverless Deployment: Push container images directly to running services without managing underlying infrastructure.
-
Auto-scaling Configuration: Adjust instance counts dynamically based on predefined thresholds or triggers.
-
Resource Optimization: Remove idle services to reduce unnecessary cloud spend.
"Create a new Cloud Run service named 'api-gateway' using the latest Docker image from my repository."
"Scale the 'payment-processor' Cloud Run service to 10 instances immediately due to a traffic spike."
"Delete the deprecated 'legacy-auth' Cloud Run service and confirm the removal of all associated resources."
To use this skill effectively, ensure your AI agent has proper authentication credentials (such as Service Account keys) with sufficient permissions for GCP operations. Note that complex configurations like custom domains or advanced VPC networking may require additional manual setup outside the scope of basic automation.
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.