Back to skills
SkillHub ClubShip Full StackFull Stack

gcloud-cli

Google Cloud CLI operations and resource management

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
17
Hot score
87
Updated
March 19, 2026
Overall rating
C3.5
Composite score
3.5
Best-practice grade
B80.4

Install command

npx @skill-hub/cli install oimiragieo-agent-studio-gcloud-cli

Repository

oimiragieo/agent-studio

Skill path: .claude/skills/gcloud-cli

Google Cloud CLI operations and resource management

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: oimiragieo.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install gcloud-cli into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/oimiragieo/agent-studio before adding gcloud-cli to shared team environments
  • Use gcloud-cli for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: gcloud-cli
description: Google Cloud CLI operations and resource management
allowed-tools: [Bash, Read]
---

# Google Cloud CLI Skill

## Overview
Google Cloud Platform CLI operations. 90%+ context savings.

## Requirements
- gcloud CLI installed
- GOOGLE_PROJECT_ID environment variable
- Authenticated via gcloud auth

## Tools (Progressive Disclosure)

### Compute
| Tool | Description | Confirmation |
|------|-------------|--------------|
| instances-list | List VM instances | No |
| instances-create | Create VM | Yes |
| instances-delete | Delete VM | **REQUIRED** |

### Storage
| Tool | Description | Confirmation |
|------|-------------|--------------|
| storage-ls | List buckets/objects | No |
| storage-cp | Copy objects | Yes |
| storage-rm | Delete objects | Yes |

### IAM
| Tool | Description |
|------|-------------|
| iam-list | List IAM policies |
| service-accounts | List service accounts |

### Logging
| Tool | Description |
|------|-------------|
| logs-read | Read logs |
| logs-tail | Tail logs in real-time |

### BLOCKED
| Tool | Status |
|------|--------|
| projects delete | **BLOCKED** |
| iam-policy delete | **BLOCKED** |

## Agent Integration
- **devops** (primary): Cloud operations
- **gcp-cloud-agent** (primary): GCP specific
- **cloud-integrator** (secondary): Multi-cloud

## Security
⚠️ Never expose service account keys
⚠️ Resource deletion requires confirmation
gcloud-cli | SkillHub