@maximem/openclaw-cloudflare-setup
v1.0.1
Published
One-command installer for OpenClaw on Cloudflare Workers. Deploy your AI assistant for $5/month.
Readme
@maximem/openclaw-cloudflare-setup
🦞 One-command installer for OpenClaw on Cloudflare Workers
Deploy your own AI assistant for $5/month — no Mac mini required.
Quick Start
npx @maximem/openclaw-cloudflare-setupThat's it! The installer will guide you through everything.
What It Does
- ✅ Checks Git is installed
- ✅ Checks Node.js v18+ is installed
- ✅ Checks Docker is running
- ✅ Clones the Moltworker repository
- ✅ Sets up your Anthropic API key
- ✅ Generates a secure gateway token
- ✅ Deploys to Cloudflare Workers
Prerequisites
Before running the installer:
- Create a Cloudflare account at cloudflare.com
- Enable Workers Paid Plan ($5/month) in the Cloudflare dashboard
- Get an Anthropic API key from console.anthropic.com
What You Get
- A personal AI assistant running 24/7 on Cloudflare's global edge network
- Web-based chat interface
- Optional integrations: Telegram, Discord, Slack, WhatsApp
- Zero hardware maintenance
After Installation
1. Set up Cloudflare Access (required)
Protect your admin panel:
npx wrangler secret put CF_ACCESS_TEAM_DOMAIN
npx wrangler secret put CF_ACCESS_AUD
npm run deploy2. Access Your Assistant
- Admin UI:
https://moltbot-sandbox.YOUR-SUBDOMAIN.workers.dev/_admin/ - Chat UI:
https://moltbot-sandbox.YOUR-SUBDOMAIN.workers.dev/?token=YOUR_TOKEN
3. Add Persistent Memory (optional)
Install the Maximem Memory Plugin for cross-platform memory:
openclaw plugins install @maximem/maximem-memoryLearn more at memoryplugin-for-openclaw.com
Troubleshooting
Docker not running
Make sure Docker Desktop is fully started (whale icon stops animating).
Deployment fails with 500 error
Just run again — it resumes from where it left off:
cd ~/moltworker && npm run deployFirst request is slow
Normal! Cold starts take 1-2 minutes. Subsequent requests are fast.
Links
License
MIT
Made with 🦞 by Maximem AI
