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, weekly, and monthly cost trends with interactive tooltips. 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 agent files with breadcrumb navigation. Markdown preview for AGENTS.md, SOUL.md, MEMORY.md. Toggle between Preview, Code, and Edit modes.
React frontend embedded in Rust via rust-embed. No Docker, no database. Run in foreground or as a daemon with clawborg start. Manage with start, stop, and log commands.
Install from crates.io and run. That's it.
# Install from crates.io cargo install clawborg # Run (auto-detects ~/.openclaw) clawborg # Or run as a background daemon clawborg start # View logs / stop clawborg log -f clawborg stop # Open browser open http://localhost:3104
Licensed under AGPL-3.0. Contributions welcome.