skills/cloud-gcp/gcp-functions/SKILL.md
Deploy and manage serverless functions on Google Cloud Platform using Cloud Functions for event-driven applications.
npx skillsauth add alphaonedev/openclaw-graph gcp-functionsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
SDK Docs: https://github.com/googleapis/google-cloud-python Vertex AI SDK: https://cloud.google.com/vertex-ai/docs/python-sdk/use-vertex-ai-python-sdk
Use the Google Cloud Python SDK for all GCP provisioning and operational actions. This skill provides architecture guidance, cost modeling, and pre-flight requirements — the SDK handles execution.
Consult this skill for:
| Capability | Tool | |---|---| | LLM agents | Vertex AI Agent Engine | | Model serving | Vertex AI Model Garden | | RAG | Vertex AI Search + Embeddings API | | Multi-agent | Agent Development Kit (google/adk-python) | | MCP | Vertex AI Extensions (MCP-compatible) |
tools
Root web development: project structure, tooling selection, deployment decisions
development
WebAssembly: Rust/Go/C to WASM, wasm-bindgen, Emscripten, WASM Component Model
development
Vue 3: Composition API script setup, Pinia, Vue Router 4, SFCs, Vite, Nuxt 3
tools
Tailwind CSS 4: utility classes, config, JIT, arbitrary values, darkMode, plugins, shadcn/ui