If you find this useful,
Skill Details
Back to Skills

/google-cloud

by mrgoodb · View on GitHub

Manage Google Cloud resources via gcloud CLI. Compute, storage, and cloud functions.

View on GitHub

Google Cloud Platform

Cloud infrastructure and services.

Auth

gcloud auth login
gcloud config set project PROJECT_ID

Compute Engine

gcloud compute instances list
gcloud compute instances create vm-name --zone=us-central1-a --machine-type=e2-micro
gcloud compute instances stop vm-name --zone=us-central1-a

Cloud Functions

gcloud functions list
gcloud functions deploy myFunction --runtime nodejs18 --trigger-http --allow-unauthenticated
gcloud functions call myFunction --data '{"name": "test"}'

Cloud Storage

gsutil ls gs://bucket-name/
gsutil cp file.txt gs://bucket-name/
gsutil cp gs://bucket-name/file.txt ./

Cloud Run

gcloud run services list
gcloud run deploy service-name --image gcr.io/project/image --platform managed

Links

Related Development Skills

/coolify

Manage Coolify deployments, applications, databases, and services via the Coolify API. Use when the

/unraid

Query and monitor Unraid servers via the GraphQL API. Use when the user asks to

/frontend-design-ultimate

Create distinctive, production-grade static sites with React, Tailwind CSS, and shadcn/ui — no mocku

/swift-expert

Use when building iOS/macOS applications with Swift 5.9+, SwiftUI, or async/await concurrency. Invok