Claworc

OpenClaw Orchestrator

Run multiple AI agents from a single dashboard. Each gets its own browser, terminal, and persistent storage.

Claworc Dashboard

What You Can Do

Manage your entire fleet of AI agents from one place.

What Is an Instance?

A self-contained OpenClaw workspace. When you create one, Claworc spins up an isolated container that includes:

AI Agent

OpenClaw with configured Large Language Models

Chrome Browser

Watch or control it live through your own browser

Terminal

Command-line operations

Persistent Storage

Files survive restarts and redeployments

Instances are fully isolated from each other, each with its own file system. They are monitored by systemd and automatically restarted if they crash.

Access Control

Claworc has a multi-user interface with two roles:

Admins

Create, configure, and manage all instances.

Users

Access only the instances assigned to them.

Biometric identification is supported for authentication.

Claworc Login Screen

Skills Library

Package reusable instructions and deploy them to any instance with one click. Skills are zip archives containing a SKILL.md — a prompt that gets injected into the agent's context.

Upload your own

Package any workflow as a skill and upload it to your private library.

Discover on Clawhub

Search the Clawhub community registry and deploy skills directly from search results.

One-click deploy

Select which instances should receive a skill and deploy to all of them simultaneously.

Skills Library showing community skills from Clawhub

AI Gateway

Claworc acts as a proxy between your agents and LLM providers. Each OpenClaw instance gets a virtual key — your real API credentials never leave the control plane.

Credential isolation

A container breakout or log leak cannot expose your provider API keys.

Usage tracking

Every request is logged with token counts and cost, broken down by instance and provider.

Per-instance revocation

Remove a provider from one instance without affecting others or rotating your real key.

LLM Usage dashboard showing request counts, token usage, and cost charts

Get Started

Claworc runs on Docker for local setups or Kubernetes for production. The control plane is a single 20 MB binary.

Quick Install

Linux & macOS

curl -fsSL https://raw.githubusercontent.com/gluk-w/claworc/main/install.sh | bash
View full instructions

Deploy with Helm

For Kubernetes production deployments with full control over configuration.

Helm instructions

Docker Compose

For local development or single-server setups.

Docker Compose instructions

Documentation

Architecture, API reference, data model, and more.

Read the docs