# Gcloud Lite

> Use this skill when the user wants a lightweight alternative to the full gcloud CLI for Google Cloud operations.

- Skill: `javimosch/gcloud-lite` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/gcloud-lite`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/gcloud-lite/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/gcloud-lite

---


# GCloud Lite Plugin

Lightweight Google Cloud CLI, written in Go.

## Commands

### Compute
- `gcloud-lite compute list` — List compute instances

### Storage
- `gcloud-lite storage list` — List storage buckets

### Projects
- `gcloud-lite project list` — List Google Cloud projects

## Usage Examples

```bash
gcloud-lite project list
gcloud-lite compute list --project my-project
gcloud-lite storage list --format json
gcloud-lite --help
```

## Installation

```bash
go install github.com/gcloud-lite/gcloud-lite@latest
```

## Key Features
- Lightweight alternative to full gcloud SDK
- Fast startup and execution
- Common GCP operations covered
- Go-based single binary

