Deploy OpenClaw on Cloudflare Workers with Moltworker
Use Moltworker to deploy a supervised OpenClaw personal agent stack on Cloudflare Workers, Sandbox containers, Access, R2, and optional AI Gateway.
npx skills add agentskillexchange/skills --skill deploy-openclaw-on-cloudflare-workers-with-moltworker
Use Moltworker when an operator wants to run OpenClaw as an always-on personal assistant on Cloudflare’s edge platform instead of maintaining a VPS. The workflow is to install dependencies, set provider and gateway secrets with Wrangler, deploy the Worker and Sandbox container, protect the admin UI with Cloudflare Access, pair approved devices, and optionally enable R2 persistence, browser automation, and AI Gateway routing.
What this skill actually does
Invoke this when the goal is a managed OpenClaw deployment with explicit authentication, device pairing, persistence choices, and Cloudflare-native operations. The scope boundary is the Cloudflare Workers deployment runbook for OpenClaw, not generic Wrangler usage, the full Cloudflare platform, or OpenClaw agent design.
Inputs are a Cloudflare Workers paid account, provider or AI Gateway credentials, a generated gateway token, Access configuration, and optional R2 and browser automation settings. Outputs are a deployed OpenClaw gateway URL, protected admin UI, paired devices, persistent configuration, and an operations checklist another maintainer can audit.