Acknowledgements

CoderClaw wouldn't exist without giants to stand on. Here's where we came from and who we thank.

🦞 Built on OpenClaw

CoderClaw started as a fork of OpenClaw β€” the fantastic open-source personal AI assistant built by the openclaw team. OpenClaw gave us a rock-solid foundation: a battle-tested gateway runtime, multi-channel connectivity (WhatsApp, Telegram, Slack, Discord, Signal, iMessage…), a reactive Lit-based dashboard UI, the plugin / skills infrastructure, and an opinionated project structure we could build on immediately.

Thank you to every contributor at  github.com/openclaw/openclaw  for the head-start. CoderClaw would not exist without your work.

πŸš€ How CoderClaw Extends OpenClaw

CoderClaw kept everything that makes OpenClaw great and added a focused developer-first orchestration layer on top.

Deep Code Knowledge

AST parsing, semantic code maps, dependency graphs, cross-file reference tracking, and Git history awareness β€” persisted to .coderClaw/.

Multi-Agent Orchestration

7 built-in specialist roles (Architect, Developer, Reviewer, Tester, Debugger, Refactorer, Documenter) with dynamic task lifecycle management and formal execution state machines.

Full Dev Lifecycle

PRD β†’ Architecture β†’ Task breakdown β†’ Code β†’ Review β†’ Test β†’ Debug β†’ Refactor β€” all orchestrated in a single runtime, no IDE required.

Builderforce Integration

REST API at api.builderforce.ai for multi-tenant project and task management, agent registration, execution tracking, and audit trails β€” powered by Cloudflare Workers + Neon PostgreSQL (Builderforce replaces CoderClawLink).

Self-Hosted & Open

Your code stays on your machine. MIT-licensed. No IDE tether, no vendor cloud, no subscription ceiling.

Channel-Agnostic

Inherits all of OpenClaw's channel integrations β€” trigger coding workflows from WhatsApp, Telegram, Slack, or Discord just as easily as from the terminal.

πŸ“¦ Get Started

Node β‰₯ 22 required.

npm
# Install CoderClaw
$ npm install -g coderclaw@latest
pnpm
$ pnpm add -g coderclaw@latest
Onboard
# Meet your lobster
$ coderclaw onboard --install-daemon

πŸ“š Open-Source Packages

CoderClaw is powered by an excellent ecosystem of open-source projects. We're grateful to every maintainer.

lit

Reactive web components powering the dashboard UI.

@agentclientprotocol/sdk

Agent Client Protocol β€” structured agent ↔ gateway communication.

typescript

Strongly-typed JavaScript across the entire runtime.

zod

Runtime schema validation for configs, tools, and payloads.

express

HTTP server powering the gateway REST surface.

ws

WebSocket transport between the dashboard and gateway.

yaml

Project configuration, rules, and context persistence.

playwright-core

Headless browser control for web-scraping and automation skills.

sharp

Fast image processing for media-understanding pipelines.

croner

Lightweight cron scheduler for recurring agent runs.

commander

CLI argument parsing for the coderclaw command.

undici

High-performance HTTP client for provider integrations.

vitest

Fast unit and integration testing framework.

pdfjs-dist

PDF parsing support for document-understanding skills.

@sinclair/typebox

JSON schema generation for typed tool definitions.

@slack/bolt

Slack channel integration.

grammy

Telegram bot framework behind the Telegram channel.

markdown-it

Markdown rendering in the dashboard chat view.

astro

The framework powering coderclaw.ai itself.

drizzle-orm

Type-safe ORM used in Builderforce for PostgreSQL.

hono

Edge-first web framework for the Builderforce API.

πŸ‘€ Built By

Sean Hogg Β· Developer, architect, and maintainer of CoderClaw.
GitHub Β· Resume Β· Contact

βš–οΈ License

CoderClaw is released under the MIT License. Use it, fork it, ship it.