Gcp Cloud Run

🌐Community
by omer-metin · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add omer-metin-gcp-cloud-run npx -- -y @trustedskills/omer-metin-gcp-cloud-run
2

Or manually add to ~/.claude/settings.json

~/.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:latest to Cloud Run."
  • "Set the environment variable DATABASE_URL to your_database_url in 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
omer-metin
Installs
9

🌐 Community

Passed automated security scans.