Toolverse
All skills

google-cloud

by openclaw

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

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
DevOps
Views
13

About this skill

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

How to use

  1. Upewnij się, że masz zainstalowany gcloud CLI. Skill wymaga dostępu do binarki gcloud w systemie.

  2. Zaloguj się do Google Cloud, uruchamiając gcloud auth login i postępując zgodnie z instrukcjami w przeglądarce. Następnie ustaw domyślny projekt za pomocą gcloud config set project PROJECT_ID, zamieniając PROJECT_ID na identyfikator Twojego projektu.

  3. Aby zarządzać maszynami wirtualnymi, użyj gcloud compute instances list do wyświetlenia istniejących instancji, gcloud compute instances create vm-name --zone=us-central1-a --machine-type=e2-micro do utworzenia nowej, lub gcloud compute instances stop vm-name --zone=us-central1-a do zatrzymania instancji.

  4. Do wdrażania funkcji serverless użyj gcloud functions deploy myFunction --runtime nodejs18 --trigger-http --allow-unauthenticated, a następnie testuj funkcję poleceniem gcloud functions call myFunction --data '{"name": "test"}'.

  5. Dla Cloud Storage pracuj z plikami za pomocą gsutil ls gs://bucket-name/ do wylistowania zawartości, gsutil cp file.txt gs://bucket-name/ do przesłania pliku, lub gsutil cp gs://bucket-name/file.txt ./ do pobrania pliku na lokalny dysk.

  6. Aby wdrożyć usługę na Cloud Run, najpierw wylistuj istniejące usługi poleceniem gcloud run services list, następnie wdróż nową usługę za pomocą gcloud run deploy service-name --image gcr.io/project/image --platform managed.

Related skills

context7

by mikha08-rgb

Search GitHub issues, pull requests, and discussions across any repository. Activates when researching external dependencies (whisper.cpp, NAudio), looking for similar bugs, or finding implementation examples.

DevOps
51166

macos-cleaner

by daymade

Analyze and reclaim macOS disk space through intelligent cleanup recommendations. This skill should be used when users report disk space issues, need to clean up their Mac, or want to understand what's consuming storage. Focus on safe, interactive analysis with user confirmation

DevOps
1331

draw-io

by davila7

draw.io diagram creation, editing, and review. Use for .drawio XML editing, PNG conversion, layout adjustment, and AWS icon usage.

DevOps
1693

turborepo

by vercel

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines,\ndependsOn, caching, remote cache, the \

DevOps
1066

senior-data-engineer

by davila7

World-class data engineering skill for building scalable data pipelines, ETL/ELT systems, and data infrastructure. Expertise in Python, SQL, Spark, Airflow, dbt, Kafka, and modern data stack. Includes data modeling, pipeline orchestration, data quality, and DataOps. Use when

DevOps
1268

drawio-diagrams-enhanced

by jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams,

DevOps
918943