The fast, single-binary dashboard for OpenClaw. Track costs, monitor crons, catch issues. All from one local binary.
cargo install clawborg
Zero config. Reads your OpenClaw directory and surfaces what matters.
Real-time spend per model and per agent. Daily trends, weekly summaries, bloated session alerts. Know exactly where your tokens go.
See every scheduled task, its last run, cost per run, and next execution. Automatic overdue detection when jobs miss their window.
Persistent banner surfacing critical issues: high cost spikes, overdue crons, health problems. Prioritized by severity.
Detects missing bootstrap files, empty instructions, stale pending tasks, and configuration issues across all agents.
Browse and edit agent files like AGENTS.md, SOUL.md, MEMORY.md. Inline editor with auto-backup for safe modifications.
React frontend embedded in the Rust binary via rust-embed. No Node.js, no Docker, no runtime deps. One file, one command.
Two commands. That's it.
# Install cargo install clawborg # Run (auto-detects ~/.openclaw) clawborg # Or point to a specific directory clawborg --dir /path/to/.openclaw # Open browser open http://localhost:3104
Licensed under AGPL-3.0. Contributions welcome.