skills/smithery.ai/google-cloud

google-cloud

SKILL.md

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

Installs
3
First Seen
Mar 14, 2026