openclaw-dashboard and openclaw-nerve
These two tools are complements within the OpenClaw ecosystem, with the dashboard providing secure monitoring and cost tracking, while the nerve offers a web cockpit for interactive control and visualization of agent activities.
About openclaw-dashboard
tugcantopaloglu/openclaw-dashboard
🔐 Secure, real-time monitoring dashboard for OpenClaw AI agents. Auth, TOTP MFA, cost tracking, live feed, memory browser and more.
Built on pure Node.js with zero external dependencies, it monitors OpenClaw agent sessions by reading workspace files and logs directly from disk. The dashboard provides granular API usage tracking for Claude and Gemini models with rolling-window rate limits, system health metrics (CPU, RAM, temperature), Docker container management, and security controls including PBKDF2 password hashing, TOTP MFA, and audit logging of sensitive actions.
About openclaw-nerve
daggerhashimoto/openclaw-nerve
Real-time web cockpit for OpenClaw: voice conversations, agent automated kanban board, workspace/file control, sub-agent sessions, inline charts, and usage visibility.
Builds on WebSocket proxying to OpenClaw Gateway while adding real-time file watching via SSE and rich UI rendering for agent outputs—charts, diffs, syntax-highlighted code, and structured tool results rendered natively rather than as text. Supports multi-agent fleet orchestration with per-agent workspaces, memory, and identity management, plus operational primitives like cron scheduling, kanban boards, and session trees that extend beyond conversational interfaces. Frontend uses React 19 with Tailwind and shadcn/ui; backend is Hono on Node.js with optional password auth, local-by-default binding, and Tailscale integration for private remote access.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work