add-dashboard

Install and wire a real-time monitoring dashboard for NanoClaw deployments.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/wrightchin/nanoclaw-playground --skill add-dashboard-wrightchin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-dashboard
Source: https://github.com/wrightchin/nanoclaw-playground/tree/main/.claude/skills/add-dashboard
Command: npx skills add https://github.com/wrightchin/nanoclaw-playground --skill add-dashboard-wrightchin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NanoClaw operators require real-time visibility into agent groups, sessions, channels, users, token usage, context windows, and logs. This skill installs a local dashboard package and wires a pusher to emit periodic state snapshots for live observability.

Core Features & Use Cases

  • Install the @nanoco/nanoclaw-dashboard package and wire a dashboard pusher to push periodic state snapshots.
  • Visualize agent groups, sessions, channels, users, token usage, context windows, and logs.
  • Use Case: Admins gain real-time insight to diagnose issues, optimize performance, and audit activity in NanoClaw deployments.

Quick Start

Install the dashboard package, configure environment variables, and start the dashboard service to begin real-time monitoring.

Frequently Asked Questions about add-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a real-time monitoring dashboard to NanoClaw?

You add a real-time monitoring dashboard to NanoClaw by installing the @nanoco/nanoclaw-dashboard package and wiring a pusher to emit periodic state snapshots to a local dashboard endpoint for live observability.

What NanoClaw metrics can I visualize in a real-time dashboard?

A real-time NanoClaw dashboard visualizes agent groups, sessions, channels, users, token usage, context windows, and logs, giving admins live insight to diagnose issues, optimize performance, and audit container activity.

Do I need environment variables to start the NanoClaw dashboard?

Yes, you need environment variables to start the NanoClaw dashboard, specifically reading DASHBOARD_SECRET and DASHBOARD_PORT from your .env file to conditionally enable and start the dashboard server and pusher.

Can I use this dashboard for operational container observability?

Yes, you can use this dashboard for operational container observability in NanoClaw deployments where operators need live visibility into container state, authentication, and activity across agent groups.

How does the dashboard pusher work with NanoClaw?

The dashboard pusher works with NanoClaw by emitting and posting periodic state snapshots to a local dashboard endpoint, enabling real-time visualization of agent groups, sessions, token usage, and logs through the installed package.