What problem does it solve? NanoClaw runs agents in containers with no built-in visibility into sessions, channels, token usage, or logs. This Skill adds a local monitoring dashboard so operators can observe agent groups, message activity, and context window usage in real time. ## Core Features & Use Cases - Dashboard Installation: Installs the @nanoco/nanoclaw-dashboard npm package and copies a pusher module that POSTs JSON snapshots every 60 seconds and tails the log file every 2 seconds. - Verified Integration: Ships behavior and AST-based wiring tests that confirm the pusher is correctly imported and awaited in src/index.ts after DB init and before the boot-complete log. - Use Case: After deploying NanoClaw with Telegram and WhatsApp channels, run this Skill to get a browser dashboard at localhost:3100 showing live channel status, per-session messages, token consumption by model, and streaming logs. ## Quick Start Ask the agent to add the monitoring dashboard to your NanoClaw installation and configure the DASHBOARD_SECRET and DASHBOARD_PORT environment variables.