add-dashboard

Installs and configures a local NanoClaw monitoring dashboard for fleet visibility.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adds a local monitoring dashboard to NanoClaw for real-time visibility into agent groups, sessions, channels, users, and logs.

Core Features & Use Cases

  • Installs and wires a dashboard package and a pusher to emit state snapshots from NanoClaw.
  • Provides a real-time overview of fleet activity, token usage, context windows, and logs for quick debugging and performance tuning.
  • Use Case: A devops engineer wants a live view of master/worker activity to spot bottlenecks and verify that dashboards reflect current state.

Quick Start

Run the dashboard setup to install the npm package, copy the pusher module, configure environment variables, build, and start the NanoClaw dashboard.

Frequently Asked Questions about add-dashboard

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

FAQPage Schema
How do I monitor NanoClaw deployments in real time?

To monitor NanoClaw deployments in real time, install the dashboard npm package, configure environment variables for your secret and port, then build and restart services to enable the dashboard pusher and API endpoints.

What real-time telemetry does the NanoClaw monitoring dashboard show?

The monitoring dashboard shows real-time telemetry for agent groups, active sessions, channels, users, token usage, context windows, and logs to provide fleet visibility and quick debugging insights.

How do I set up a local dashboard for NanoClaw fleet visibility?

Set up a local dashboard for NanoClaw by installing the dashboard package, copying the pusher module, wiring a secret and port via .env, and restarting services to emit state snapshots.

Can I use this monitoring dashboard in production environments?

Yes, the monitoring dashboard is applicable in both development and production environments where operators require real-time insights into agent groups, sessions, channels, users, and token usage.

Does the NanoClaw dashboard require a pusher to emit state snapshots?

Yes, the dashboard requires a pusher module to emit state snapshots from NanoClaw, which must be copied and wired during setup to enable real-time fleet activity monitoring.

Why do I need to configure environment variables for the monitoring dashboard?

You need to configure environment variables to wire a secret and port via .env, which securely enables the dashboard pusher and API endpoints to broadcast real-time telemetry data.