Gsp Lab Solutions — Development skill for Claude Code
Automation scripts for Google Cloud self-paced labs (Cloud Skills Boost), run from Cloud Shell.
How to install Gsp Lab Solutions
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ravi-arnan/gsp_lab_solutions and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Gsp Lab Solutions does
Automation scripts for Google Cloud self-paced labs (Cloud Skills Boost), run from Cloud Shell.
Alternatives in Development
- Troubleshooting Guide — Common issues and solutions when using Skill Seeker 12.9k ★
- Claude SEO — Multi-Platform Agent Instructions — For Cursor, Cursor Cloud Agents, Google Antigravity, and Gemini CLI 5k ★
- Lab Skills — Skills distilled from the Lab's real work and collaboration practices 309 ★
README
gsp_lab_solutions
Script otomatisasi untuk Google Cloud self-paced labs (Qwiklabs / Cloud Skills Boost), dijalankan dari Cloud Shell.
Cara pakai
Jalankan langsung dari Cloud Shell:
curl -sL https://raw.githubusercontent.com/ravi-arnan/gsp_lab_solutions/main/gsp416.sh | bash
Atau download dulu kalau mau baca isinya sebelum jalan (disarankan):
curl -sLO https://raw.githubusercontent.com/ravi-arnan/gsp_lab_solutions/main/gsp416.sh
less gsp416.sh
bash gsp416.sh
Kalau script baru saja diperbaiki dan kamu mengambilnya ulang di tengah lab, `raw.githubusercontent.com` masih menyajikan versi lama sekitar lima menit. **Query string `?v=$(date +%s)` tidak menolong** — cache-nya mengabaikan itu (terbukti 2026-08-03 di GSP381). Yang bekerja: ambil lewat commit SHA, karena URL-nya immutable.
git -C . log --oneline -1 # atau lihat SHA di GitHub
curl -sLO https://raw.githubusercontent.com/ravi-arnan/gsp_lab_solutions//gsp416.sh
Region, zone, dan nilai yang diacak per peserta
Script yang butuh region/zone (atau nilai lain yang berbeda tiap instance, seperti nama bucket di `arc111.sh` dan nama cluster di `gsp343.sh`) **akan bertanya sendiri** saat dijalankan dari terminal:
$ bash gsp081.sh
Region (cocokkan dengan panel lab) [asia-east1]: europe-west1
REGION = europe-west1
Tekan Enter saja kalau defaultnya sudah cocok. Tiga cara mengisinya, urutan prioritas dari atas:
| Cara | Kapan dipakai |
|---|---|
REGION=europe-west1 bash gsp081.sh |
env var menang, tidak ada pertanyaan — enak untuk mengulang script |
| Dijawab saat ditanya | jalan biasa dari terminal |
| Default di dalam script | dipakai otomatis kalau stdin bukan terminal |
Poin terakhir penting: `curl ... | bash` dan `nohup bash x.sh &` membuat stdin bukan terminal, jadi script **tidak akan menggantung menunggu jawaban** — dia langsung memakai default. Kalau region lab-mu berbeda dari default, isi lewat env var untuk dua pola itu.
Related Skills
Arcadehub Id
Tracker poin Google Cloud Arcade Fasilitator 2026. Hitung poin otomatis dari profil Cloud Skills Boost. React
Shaprai
ShaprAI — Agent Sharpener by Elyan Labs. Sharpen raw models into principled, self-governing Elyan-class agents
Web Animation Engine
Retired. Superseded by the fig plugin in smk-labs/claude-plugins: one self-contained animated SVG file, no Rea
Cc Completion
Shell completion scripts for Claude Code CLI - tab completion for commands, options, and arguments in bash, zs
Review Bash
Read-only review of all Bash / shell scripts in the project
Gemini Delegate
A Claude Code skill that delegates coding tasks to Google's Gemini CLI via the Agent Client Protocol (ACP) --
Related Agents
GCP Expert
GCP Solutions Architect. Use PROACTIVELY for GCP service selection, architecture design, or cost optimization.
Bash Shell Scripting
Use this agent when you need to develop, debug, or optimize bash scripts and shell automation. This includes s
Shell Scripting Pro
Write robust shell scripts with proper error handling, POSIX compliance, and automation patterns. Masters bash