gcloud-expert

Generate precise gcloud commands for managing Google Cloud resources.

12|41|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/pingwu/solo-unicorn --skill gcloud-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcloud-expert
Source: https://github.com/pingwu/solo-unicorn/tree/main/skills/gcloud-expert
Command: npx skills add https://github.com/pingwu/solo-unicorn --skill gcloud-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers and operators quickly understand, configure, and manage Google Cloud resources using the gcloud CLI, turning intent into concrete commands and guidance.

Core Features & Use Cases

  • Command generation: Create precise gcloud commands for a wide range of GCP services including Compute Engine, Cloud Run, Cloud Storage, Cloud SQL, and networking.
  • Architectural guidance: Explain GCP concepts, compare services, and propose scalable, secure cloud architectures.
  • Best practices & troubleshooting: Recommend security, cost optimization, auditing, and operational best practices; help diagnose command outputs and errors.

Quick Start

Describe your GCP objective (for example, 'deploy a Cloud Run service from a container image' or 'grant a user storage.objectAdmin access') and I will return the exact gcloud commands and guidance.

Frequently Asked Questions about gcloud-expert

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

FAQPage Schema
How do I generate gcloud commands to manage Google Cloud Compute Engine and Cloud Run services?

To generate gcloud commands for Compute Engine or Cloud Run, describe your deployment or provisioning objective. This skill translates your intent into precise gcloud CLI commands and provides architectural guidance for managing Google Cloud resources.

What is the best way to grant a user storage.objectAdmin access using gcloud?

The best way to grant storage.objectAdmin access is by specifying the IAM role and target user. This skill drafts the exact gcloud IAM commands needed to configure Cloud Storage permissions securely following Google Cloud best practices.

Can I use gcloud CLI to troubleshoot Cloud SQL networking and IAM configuration errors?

Yes, you can use gcloud CLI to troubleshoot Cloud SQL networking and IAM errors. This skill analyzes your command outputs and error messages to diagnose issues and recommend corrective gcloud commands for Google Cloud resources.

Does this approach provide best practices for cost optimization and auditing across GCP services?

Yes, this approach provides best practices for cost optimization and auditing across GCP services. It recommends operational and security guidelines while generating gcloud commands for Compute Engine, Cloud Storage, and related infrastructure.

How do I deploy a Cloud Run service from a container image using gcloud?

To deploy a Cloud Run service from a container image, state your deployment intent. This skill outputs the precise gcloud run deploy command with necessary flags, explaining service configurations and secure scalable architecture.