gcp-storage
Installation
SKILL.md
gcp-storage
Google Cloud Integration
This skill delegates all GCP provisioning and operations to the official Google Cloud Python client libraries.
# Core GCP client library
pip install google-cloud-python
# Vertex AI + Agent Engine (AI/ML workloads)
pip install google-cloud-aiplatform
# Specific service clients (install only what you need)
pip install google-cloud-bigquery # BigQuery
pip install google-cloud-storage # Cloud Storage
pip install google-cloud-pubsub # Pub/Sub
pip install google-cloud-run # Cloud Run