clawner
v0.1.2
Published
Remote orchestrator for OpenClaw agents
Maintainers
Readme
clawner
Remote orchestrator agent for OpenClaw. Connect your hosts to a central Clawner server to monitor and manage OpenClaw deployments remotely.
Installation
npm install -g clawnerQuick Start
# Join a Clawner server
clawner join YOUR-INVITE-CODE -s ws://server:9000 -n "My Mac"
# Reconnect with saved config
clawner reconnect
# Check status
clawner statusCommands
clawner join <code> # Join a server with invite code
clawner reconnect # Reconnect using saved config
clawner status # Show local OpenClaw status
clawner config # View saved configuration
clawner gateway <cmd> # Control gateway (status|start|stop)
clawner agents # List configured agents
clawner logs [-n lines] # View gateway logs
clawner doctor # Run health checks
clawner update # Update OpenClawOptions
-s, --server <url> Server WebSocket URL (ws://host:port)
-n, --name <name> Host display name
-h, --help Show helpRequirements
- Node.js >= 18.0.0
- OpenClaw installed on the host
License
MIT
