OpenClaw Orchestrator
Run multiple AI agents from a single dashboard. Each gets its own browser, terminal, and persistent storage.
Manage your entire fleet of AI agents from one place.
Spin up new agent workspaces, start/stop them, or remove them when done.
Send instructions and have a conversation with the AI agent in each instance.
See what the agent is doing in Chrome in real time, or take control yourself.
Browse and manage the files in each instance's workspace.
Stream live logs to monitor what's happening inside an instance.
Package reusable prompts as skills and deploy them to instances in one click. Discover community skills on Clawhub.
Each agent gets a virtual key — real API credentials stay in the control plane and are never exposed inside containers.
A self-contained OpenClaw workspace. When you create one, Claworc spins up an isolated container that includes:
OpenClaw with configured Large Language Models
Watch or control it live through your own browser
Command-line operations
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.
Claworc has a multi-user interface with two roles:
Create, configure, and manage all instances.
Access only the instances assigned to them.
Biometric identification is supported for authentication.
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.
Package any workflow as a skill and upload it to your private library.
Search the Clawhub community registry and deploy skills directly from search results.
Select which instances should receive a skill and deploy to all of them simultaneously.
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.
A container breakout or log leak cannot expose your provider API keys.
Every request is logged with token counts and cost, broken down by instance and provider.
Remove a provider from one instance without affecting others or rotating your real key.
Claworc runs on Docker for local setups or Kubernetes for production. The control plane is a single 20 MB binary.
Linux & macOS
curl -fsSL https://raw.githubusercontent.com/gluk-w/claworc/main/install.sh | bash
For Kubernetes production deployments with full control over configuration.
Helm instructions