OpenClaw administration without the pinch.
One binary. Two roles.
Client or server, configured, not compiled.
Pull-based, hub-and-spoke.
Easy enough for hobbiests, built for fleets.
$ curl -fsSL https://clawdmin.ai/install.sh | bash
Or with npm directly: npm install -g clawdmin (requires Node 22).
macOS, Linux, Docker supported.
What it does
Signed handler registry
Every mutating operation is authorized by a signed manifest from a trusted registry. Intent code ships with the binary; authorizations stream in.
Automatic rollback
Mutating intents snapshot before they run. A failed step restores the prior state. Destructive operations require explicit confirmation.
Agent-reliable
A localhost-only REST API plus a shipped OpenClaw skill that teaches agents how to call it safely. Every call is auditable, reversible, and typed.