gcloud-skill

Manage Google Cloud resources via gcloud CLI with parsed JSON output.

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/zeenie-ai/OpenCompany --skill gcloud-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcloud-skill
Source: https://github.com/zeenie-ai/OpenCompany/tree/main/server/skills/gcloud/gcloud-skill
Command: npx skills add https://github.com/zeenie-ai/OpenCompany --skill gcloud-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about gcloud-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Google Cloud resources like Compute Engine and Cloud Run from the CLI?

You can manage Google Cloud resources by executing official gcloud CLI commands to control Compute Engine instances, deploy Cloud Run services, and handle Cloud Storage operations with parsed JSON output for administrative tasks.

Can I deploy a Cloud Run service and retrieve the URL using gcloud?

Yes, you can deploy Cloud Run services from source or container images using gcloud commands, which return parsed JSON output containing service URLs and revision details for immediate access.

What's the best way to list and control Compute Engine VM instances across zones?

Use gcloud CLI commands to list, describe, start, and stop Compute Engine VM instances while automatically handling project, region, and zone parameters to ensure correct infrastructure context.

Do I need to set a default project before running Google Cloud CLI commands?

Yes, you should verify active credentials, inspect configuration, and set the default project before making changes, ensuring all subsequent gcloud commands target the correct Google Cloud environment.

Can I run arbitrary gcloud commands for specialized workflows not covered by standard operations?

Yes, the Skill supports arbitrary passthrough commands alongside standard operations like Cloud Storage file copies and bucket listing, allowing you to execute any specialized gcloud workflow when needed.