gcp-storage-manager

Other

Manage Google Cloud Storage

Install

openclaw skills install jpeng-gcp-storage-manager

GCP Storage Manager

Manage Google Cloud Storage

When to Use

  • User needs gcp related functionality
  • Automating storage tasks
  • Cloud operations

Usage

python3 scripts/gcp_storage_manager.py --input <input> --output <output>

Configuration

Set required environment variables:

export STORAGE_API_KEY="your-api-key"

Output

Returns JSON with results:

{
  "success": true,
  "data": {}
}