What problem does it solve?
This Skill removes the friction of managing Google Cloud resources by letting you check access, switch projects, inspect infrastructure, deploy services, and handle storage tasks through the official gcloud CLI.
Core Features & Use Cases
- Account and Project Management: Verify active credentials, inspect configuration, and set the default project before making changes.
- Compute Engine Operations: List, describe, start, and stop VM instances with the correct project and zone context.
- Cloud Run Deployment and Inspection: Deploy services from source or container images and retrieve service URLs and revision details.
- Cloud Storage and Custom Commands: List buckets and objects, copy files between local paths and gs:// locations, remove objects, and run any other gcloud command when a specialized workflow is needed.
Quick Start
Ask the assistant to check your Google Cloud authentication status and active project, then list your Compute Engine instances or deploy a Cloud Run service in the target project.