cloudflare/moltworker

Run OpenClaw, (formerly Moltbot, formerly Clawdbot) on Cloudflare Workers

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 18 minutes ago
Added to GitGenius on February 28th, 2026
Created on January 27th, 2026
Open Issues & Pull Requests: 95 (+0)
Number of forks: 1,736
Total Stargazers: 9,957 (+0)
Total Subscribers: 47 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.1 hours
Mean response time: 7.4 days
90th percentile: 32.8 days
Tracked items: 108

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 98% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 8% of issues opened in the past year have been closed. Three people close 77% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 66
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 40 days
Stale 30+ days: 66
Stale 90+ days: 65

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Moltworker is a TypeScript project that enables running OpenClaw, a personal AI assistant formerly known as Moltbot and Clawdbot, on Cloudflare Workers infrastructure. The project packages OpenClaw to execute within Cloudflare Sandbox containers, providing a fully managed, always-on deployment option without requiring traditional self-hosting. It represents an experimental proof of concept demonstrating that OpenClaw can operate within Cloudflare's serverless sandbox environment, though the project explicitly notes it is not officially supported and may break without notice.

OpenClaw itself is a multi-channel AI assistant with a gateway architecture that connects to platforms including Telegram, Discord, and Slack. The system features a web-based control UI for chat interactions, device pairing with secure DM authentication requiring explicit approval, persistent conversation history and context across sessions, and an extensible agent runtime with workspace and skills capabilities. By running on Cloudflare Workers, the deployment leverages edge computing infrastructure while maintaining the full feature set of the OpenClaw platform.

The project requires a Cloudflare Workers Paid plan at five dollars per month to access Cloudflare Sandbox containers, along with an Anthropic API key for Claude access or integration with Cloudflare's AI Gateway unified billing. Several Cloudflare features used by the project have free tiers, including Cloudflare Access for authentication, Browser Rendering for navigation, AI Gateway for optional API routing and analytics, and R2 Storage for optional persistence. The approximate monthly cost for running a standard-1 container instance with 1/2 vCPU, 4 GiB memory, and 8 GB disk is around 34.50 dollars, though this can be significantly reduced by configuring the container to sleep during idle periods.

The architecture includes an admin UI accessible at the /_admin/ path for managing device pairing, viewing R2 storage status, restarting the gateway process, and approving paired devices. Authentication uses device pairing by default, where new devices must be explicitly approved through the admin UI before gaining access. The system supports persistent storage through R2 integration, using a backup and restore approach where configuration data syncs to R2 every five minutes and restores on container startup, ensuring paired devices and conversation history survive container restarts.

The project is classified across multiple infrastructure and cloud platform domains including Cloudflare Workers, serverless deployment, edge computing, automation, and configuration management, reflecting its role as a deployment and infrastructure solution for running AI agents on Cloudflare's platform.