Agent skill
Cloud Run Manager
Tool suite for deploying and managing Google Cloud Run services. Use for deployments, logging, and service inspection.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/cloud-run-manager
SKILL.md
Cloud Run Manager Skill
This skill grants access to the Google Cloud Run MCP tools. Use this to manage the lifecycle of containerized applications.
When to use
- Deploying new services (source or container based).
- Inspecting running services.
- Fetching service logs for debugging.
- Listing projects and services.
Available Tools (Context Loaded)
The following tools are available via the cloudrun MCP server:
Deployment
mcp_cloudrun_create_project: Initialize a new GCP project.mcp_cloudrun_deploy_container_image: Deploy an existing image (e.g., from GCR/Artifact Registry).mcp_cloudrun_deploy_local_folder: Deploy source code directly from a local path.mcp_cloudrun_deploy_file_contents: Deploy ad-hoc files (useful for quick tests).
Management & Observability
mcp_cloudrun_list_projects: View available GCP projects.mcp_cloudrun_list_services: List services in a project.mcp_cloudrun_get_service: Get detailed status/config of a generic service.mcp_cloudrun_get_service_log: Retrieve logs and error messages.
Best Practices
- Project ID: Always confirm the
projectID with the user or vialist_projectsbefore deploying. - Region: Default to
us-central1if unspecified, or ask the user. - Logs: usage of
get_service_logis expensive; request specific timeframes or limits if possible.
Example Workflow
- User: "Deploy this folder to Cloud Run."
- Agent: Calls
mcp_cloudrun_list_projectsto verify destination. - Agent: Calls
mcp_cloudrun_deploy_local_folder.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?