{"data":{"slug":"cloudflare-moltworker","name":"moltworker","tagline":"Run OpenClaw (formerly Moltbot, formerly Clawdbot) on Cloudflare Workers","github_url":"https://github.com/cloudflare/moltworker","owner":"cloudflare","repo":"moltworker","owner_avatar_url":"https://avatars.githubusercontent.com/u/314135?v=4","primary_language":"TypeScript","stars":9954,"forks":1740,"topics":["ai-agents","cloudflare-workers"],"archived":false,"github_pushed_at":"2026-05-09T02:37:13+00:00","maintenance_label":"Slowing","stars_delta_30d":28,"url":"https://www.graphcanon.com/tools/cloudflare-moltworker","markdown_url":"https://www.graphcanon.com/tools/cloudflare-moltworker.md","api_url":"https://www.graphcanon.com/api/graphcanon/tools/cloudflare-moltworker","graph_url":"https://www.graphcanon.com/api/graphcanon/graph?tool=cloudflare-moltworker","description":"Run OpenClaw, (formerly Moltbot, formerly Clawdbot) on Cloudflare Workers","homepage_url":"https://blog.cloudflare.com/moltworker-self-hosted-ai-agent/","license":"Apache-2.0","open_issues":95,"watchers":47,"ai_summary":"A platform to deploy AI agents using Cloudflare Workers and Anthropic's Claude.","readme_excerpt":"## Requirements\n\n- [Workers Paid plan](https://www.cloudflare.com/plans/developer-platform/) ($5 USD/month) — required for Cloudflare Sandbox containers. Running the container incurs additional compute costs; see [Container Cost Estimate](#container-cost-estimate) below for details.\n- [Anthropic API key](https://console.anthropic.com/) — for Claude access, or you can use AI Gateway's [Unified Billing](https://developers.cloudflare.com/ai-gateway/features/unified-billing/)\n\nThe following Cloudflare features used by this project have free tiers:\n- Cloudflare Access (authentication)\n- Browser Rendering (for browser navigation)\n- AI Gateway (optional, for API routing/analytics)\n- R2 Storage (optional, for persistence)\n\n---\n\n## Container Cost Estimate\n\nThis project uses a `standard-1` Cloudflare Container instance (1/2 vCPU, 4 GiB memory, 8 GB disk). Below are approximate monthly costs assuming the container runs 24/7, based on [Cloudflare Containers pricing](https://developers.cloudflare.com/containers/pricing/):\n\n| Resource | Provisioned | Monthly Usage | Included Free | Overage | Approx. Cost |\n|----------|-------------|---------------|---------------|---------|--------------|\n| Memory | 4 GiB | 2,920 GiB-hrs | 25 GiB-hrs | 2,895 GiB-hrs | ~$26/mo |\n| CPU (at ~10% utilization) | 1/2 vCPU | ~2,190 vCPU-min | 375 vCPU-min | ~1,815 vCPU-min | ~$2/mo |\n| Disk | 8 GB | 5,840 GB-hrs | 200 GB-hrs | 5,640 GB-hrs | ~$1.50/mo |\n| Workers Paid plan | | | | | $5/mo |\n| **Total** | | | | | **~$34.50/mo** |\n\nNotes:\n- CPU is billed on **active usage only**, not provisioned capacity. The 10% utilization estimate is a rough baseline for a lightly-used personal assistant; your actual cost will vary with usage.\n- Memory and disk are billed on **provisioned capacity** for the full time the container is running.\n- To reduce costs, configure `SANDBOX_SLEEP_AFTER` (e.g., `10m`) so the container sleeps when idle. A container that only runs 4 hours/day would cost roughly ~$5-6/mo in compute on top of the $5 plan fee.\n- Network egress, Workers/Durable Objects requests, and logs are additional but typically minimal for personal use.\n- See the [instance types table](https://developers.cloudflare.com/containers/pricing/) for other options (e.g., `lite` at 256 MiB/$0.50/mo memory or `standard-4` at 12 GiB for heavier workloads).\n\n---\n\n## Quick Start\n\n_Cloudflare Sandboxes are available on the [Workers Paid plan](https://dash.cloudflare.com/?to=/:account/workers/plans)._\n\n```bash","github_created_at":"2026-01-27T11:09:39+00:00","created_at":"2026-07-07T17:41:19.806547+00:00","updated_at":"2026-08-20T06:01:12.490347+00:00","categories":[{"slug":"ai-agents","name":"AI Agents","url":"https://www.graphcanon.com/categories/ai-agents","markdown_url":"https://www.graphcanon.com/categories/ai-agents.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/ai-agents"}],"tags":[{"slug":"ai-agents","name":"ai-agents"},{"slug":"ai-gateway","name":"ai-gateway"},{"slug":"anthropic-api","name":"anthropic-api"},{"slug":"cloudflare-sandbox-containers","name":"cloudflare-sandbox-containers"},{"slug":"cloudflare-workers","name":"cloudflare-workers"},{"slug":"r2-storage","name":"r2-storage"}],"trust":{"provenance":{"is_fork":false,"github_id":1143261428,"owner_type":"Organization","methodology":"github_public_v1","parent_repo":null,"near_duplicate_slugs":[]},"computed_at":"2026-08-20T06:01:11.410Z","maintenance":{"label":"Slowing","score":36,"methodology":"github_public_v1","releases_90d":0,"days_since_push":103,"last_release_at":null,"stars_delta_30d":28,"open_issues_delta_30d":-2},"security_summary":{"status":"findings","scanner":"osv@v1","low_count":1,"high_count":0,"last_scan_at":"2026-07-11T11:18:54.011Z","medium_count":0,"scan_profile":"deps","critical_count":0}},"capability_facts":{"mcp":{"source":"repo_scan","observed_at":"2026-08-20T06:01:11.895Z","server_manifest":false},"scan":{"source":"repo_scan","observed_at":"2026-08-20T06:01:11.895Z"},"deploy":{"source":"dockerfile:Dockerfile","self_host":true,"observed_at":"2026-08-20T06:01:11.895Z","managed_saas":false},"has_cli":{"value":true,"source":"package.json:bin|scripts","observed_at":"2026-08-20T06:01:11.895Z"},"languages":{"value":["typescript","javascript"],"source":"github.language+package.json","observed_at":"2026-08-20T06:01:11.895Z"},"has_docker":{"value":true,"source":"dockerfile:Dockerfile","observed_at":"2026-08-20T06:01:11.895Z"},"license_spdx":{"value":"Apache-2.0","source":"github.license","observed_at":"2026-08-20T06:01:11.895Z"}},"decision_facts":{"hosting":null,"pricing":null,"requirements":{"notes":["Requires a paid subscription to Cloudflare Workers ($5 USD/month) for Sandboxes.","Needs an Anthropic API key for accessing Claude."]},"constraints":null,"when_to_use":["You need to deploy an AI agent capable of leveraging the speed and reliability of Cloudflare Workers with access to Anthropic's Claude via its API. Specifically if you're comfortable coding in TypeSc","Your project involves lightweight personal or small-scale assistant applications where running costs under $35/mo are manageable, which covers typical usage"],"when_not_to_use":["If you have a large-scale deployment or high-utilization application that requires more than the provisions of a `standard-1` container (e.g., significantly over 24/7 operation), due to higher costs","For users preferring free solutions; moltworker's Cloudflare Workers Paid plan and Claude API usage will incur monthly fees"],"source":"enrich:decision_facts","observed_at":"2026-07-11T16:00:46.738Z"},"constraint_facets":null,"decision_summary":[{"label":"Requirements","value":"Requires a paid subscription to Cloudflare Workers ($5 USD/month) for Sandboxes.; Needs an Anthropic API key for accessing Claude."},{"label":"Adopt for","value":"moltworker is a deployment platform for AI agents using Cloudflare Workers and Anthropic's Claude, offering scalable cloud execution."}]}}