Use this skill when the user wants a lightweight alternative to the full gcloud CLI for Google Cloud operations.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-bda883b7)More formats (shields.io, HTML) on the badges page.
---
name: gcloud-lite
description: Use this skill when the user wants a lightweight alternative to the full gcloud CLI for Google Cloud operations.
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!