gcp-storage

Manage GCP Cloud Storage buckets and contents using gcloud storage commands.

10|4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/kubony/openclaw-gcp-setup --skill gcp-storage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp-storage
Source: https://github.com/kubony/openclaw-gcp-setup/tree/main/.claude/skills/gcp-storage
Command: npx skills add https://github.com/kubony/openclaw-gcp-setup --skill gcp-storage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

이 스킬은 GCP Cloud Storage 버킷의 생성, 조회, 관리 작업을 자동화하여 수동 작업을 줄이고 운영 일관성을 높입니다.

Core Features & Use Cases

  • 자동 버킷 목록 조회 및 생성: 프로젝트별 스토리지 버킷을 나열하고 필요한 버킷을 생성합니다.
  • 버킷 내용 관리 및 업로드: 파일 업로드, 목록 조회, 멀티 디렉터리 업로드를 통해 데이터 저장을 간소화합니다.
  • Use Case: 다수의 프로젝트에서 로그 데이터를 버킷에 수집하고, 관리하는데 필요한 일관된 명령 흐름을 제공합니다.

Quick Start

예를 들어, gcloud sdk가 설치되고 인증되어 있으면 아래 명령으로 버킷 목록을 조회하고 새 버킷을 만듭니다. /gcp-storage # 버킷 목록 조회 /gcp-storage create my-bucket # 버킷 생성 /gcp-storage ls my-bucket # 버킷 내용 조회 /gcp-storage upload file.txt gs://my-bucket/ # 업로드

Frequently Asked Questions about gcp-storage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate creating and listing GCP Cloud Storage buckets across multiple projects?

You can automate GCP Cloud Storage bucket management by running gcloud storage commands to list, create, and inspect buckets across multiple projects. This provides a consistent command flow for managing storage without manual console operations.

Do I need the Google Cloud SDK installed and authenticated to manage Cloud Storage buckets?

Yes, you need the Google Cloud SDK installed and authenticated on your system. The automation executes gcloud storage commands, which require valid Google Cloud authentication to access and modify your project's buckets.

What is the best way to upload files and directories to a GCP storage bucket via command line?

The best way to upload to a GCP storage bucket is using gcloud storage commands, which support uploading single files and multi-directory contents directly to gs:// bucket paths for streamlined data storage.

Can I manage log data collection in GCP Cloud Storage buckets for multiple projects?

Yes, you can manage log data collection across multiple projects. The automation provides a consistent command flow to create buckets, list contents, and upload log files, ensuring operational consistency for your data storage workflows.

Why does my gcloud storage command fail when creating a bucket in a specific GCP project?

Gcloud storage commands fail if the Google Cloud SDK is not properly authenticated or if the active project configuration is incorrect. Ensure your gcloud environment is authenticated and set to the correct project before managing buckets.