Deploy and manage cloud infrastructure on Cloudflare (Workers, R2, D1, KV, Pages, Durable Objects, Browser Rendering), Docker containers, and Google Cloud Platform (Compute Engine, GKE, Cloud Run, App Engine, Cloud Storage). Use when deploying serverless functions to the edge, configuring edge computing solutions, managing Docker containers and images, setting up CI/CD pipelines, optimizing cloud infrastructure costs, implementing global caching strategies, working with cloud databases, or building cloud-native applications.
Deploy and manage cloud infrastructure across Cloudflare, Docker, Google Cloud, and Kubernetes.
| Need | Choose | |------|--------| | Sub-50ms latency globally | Cloudflare Workers | | Large file storage (zero egress) | Cloudflare R2 | | SQL database (global reads) | Cloudflare D1 | | Containerized workloads | Docker + Cloud Run/GKE | | Enterprise Kubernetes | GKE | | Managed relational DB | Cloud SQL | | Static site + API | Cloudflare Pages | | Container orchestration | Kubernetes | | Package management for K8s | Helm |
# Cloudflare Worker
wrangler init my-worker && cd my-worker && wrangler deploy
# Docker
docker build -t myapp . && docker run -p 3000:3000 myapp
# GCP Cloud Run
gcloud run deploy my-service --image gcr.io/project/image --region us-central1
# Kubernetes
kubectl apply -f manifests/ && kubectl get pods
cloudflare-platform.md - Edge computing overviewcloudflare-workers-basics.md - Handler types, patternscloudflare-workers-advanced.md - Performance, optimizationcloudflare-workers-apis.md - Runtime APIs, bindingscloudflare-r2-storage.md - Object storage, S3 compatibilitycloudflare-d1-kv.md - D1 SQLite, KV storebrowser-rendering.md - Puppeteer automationdocker-basics.md - Dockerfile, images, containersdocker-compose.md - Multi-container appsgcloud-platform.md - gcloud CLI, authenticationgcloud-services.md - Compute Engine, GKE, Cloud Runkubernetes-basics.md - Core concepts, architecture, workloadskubernetes-kubectl.md - Essential commands, debugging workflowkubernetes-helm.md / kubernetes-helm-advanced.md - Helm charts, templateskubernetes-security.md / kubernetes-security-advanced.md - RBAC, secretskubernetes-workflows.md / kubernetes-workflows-advanced.md - GitOps, CI/CDkubernetes-troubleshooting.md / kubernetes-troubleshooting-advanced.md - Debugscripts/cloudflare-deploy.py - Automate Worker deploymentsscripts/docker-optimize.py - Analyze DockerfilesSecurity: Non-root containers, RBAC, secrets in env vars, image scanning Performance: Multi-stage builds, edge caching, resource limits Cost: R2 for large egress, caching, right-size resources Development: Docker Compose local dev, wrangler dev, version control IaC
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer