One-click deployment of a personal AI agent on Cloudflare Workers. No machine needed. No API key needed.
- A personal AI agent running 24/7 on Cloudflare's edge
- Auto-connected to the Oracle960 shared brain
- Pooled OpenCode Go credits — no need to bring your own API key
- Memory sync across all your devices and nodes
Click the Deploy button above. Cloudflare handles everything. In 2 minutes you have:
- An AI agent running in a Cloudflare Sandbox
- Auto-registered with the Oracle960 brain
- A web chat interface at your
*.workers.devURL
| Layer | What |
|---|---|
| Container | Cloudflare Sandbox (standard-1) running OpenClaw |
| AI | OpenCode Go (DeepSeek, Gemini, Grok) |
| Brain | Oracle960 — vector search + shared memory |
| Gateway | Cloudflare AI Gateway for usage tracking |
| Auth | Cloudflare Access or device pairing |
- No Cloudflare account needed — uses OpenRoyleAl shared infrastructure
- Runs in Cloudflare Sandbox via Workers for Platforms (we handle this)
Want to use your own API keys instead of pooled credits? Set these secrets:
wrangler secret put OP ENCODE_GO_KEY # Your OpenCode Go API key
wrangler secret put OP ENCODE_BASE_URL # https://api.opencode.go/v1Your agent automatically:
- Registers with the shared brain on startup
- Syncs memory to the swarm every hour
- Can search all connected nodes' knowledge
- Earns credits for contributing to the swarm
| Action | Credits |
|---|---|
| Register a node | 100 |
| Push memories (>10 files) | 50 per batch |
| Submit a PR to the repo | 500 |
| Run a shared workload | Up to 1000/hr |
Credits let you use the pooled OpenCode Go subscription longer. The more you contribute, the more you get.
┌─────────────────────────┐
│ Your Browser │
│ (workers.dev URL) │
└────────┬────────────────┘
│ HTTPS
┌────────▼────────────────┐
│ Cloudflare Worker │ ← MoltWorker
│ (Proxy + Auth) │
└────────┬────────────────┘
│
┌────────▼────────────────┐
│ Cloudflare Sandbox │
│ ┌───────────────────┐ │
│ │ OpenClaw Gateway │ │ ← AI Agent
│ │ Oracle960 Skill │ │
│ └───────────────────┘ │
└────────┬────────────────┘
│ Vector Search
┌────────▼────────────────┐
│ Oracle960 │ ← Shared Brain
│ D1 + Vectorize │
└─────────────────────────┘
- OpenClaw — Personal AI assistant
- MoltWorker — Run OpenClaw on CF Workers
- Oracle960 — Shared brain node
- OB1 — Open Brain infrastructure
- Cloudflare Workers — Edge compute
- Cloudflare Sandbox — Container runtime
- Cloudflare AI Gateway — API routing + analytics
MIT — Based on cloudflare/moltworker