Gcp Cloud Run

🌐Community
by hainamchung · 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 hainamchung-gcp-cloud-run npx -- -y @trustedskills/hainamchung-gcp-cloud-run
2

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

~/.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:latest to 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
hainamchung
Installs
2

🌐 Community

Passed automated security scans.