add-dashboard

Integrate a monitoring dashboard into NanoClaw for real-time agent and log visibility.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @nanoco/nanoclaw-dashboard, better-sqlite3, vitest, and includes assets (resource) components.

What problem does it solve?

This skill solves the lack of visibility into agent operations by providing a centralized, real-time monitoring dashboard for NanoClaw, allowing you to track performance, token usage, and system health without digging through raw log files.

Core Features & Use Cases

  • Real-time Monitoring: Visualize agent groups, active sessions, and message activity through a dedicated web interface.
  • Usage Analytics: Track token consumption, context window usage, and cache hit rates to optimize your AI costs.
  • Log Streaming: Stream and filter system logs directly in the browser for immediate troubleshooting.

Quick Start

Run the installation command to add the dashboard package and wire the monitoring pusher into your NanoClaw project.

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 agent activity in real-time?

To monitor NanoClaw agent activity in real-time, you can integrate a web-based monitoring dashboard that visualizes agent groups, active sessions, and message activity through a centralized interface.

What's the best way to track token usage and context window metrics for AI agents?

Tracking token usage and context window metrics is done by integrating a monitoring dashboard that collects database snapshots, enabling you to visualize cache hit rates and optimize AI costs.

How do I stream and filter system logs for NanoClaw in a browser?

Streaming and filtering system logs in a browser is achieved by wiring a monitoring pusher into your NanoClaw project, which streams log data directly to a web-based interface for troubleshooting.

Do I need specific packages to set up observability for NanoClaw?

Yes, setting up observability requires the @nanoco/nanoclaw-dashboard package and environment configuration for secure API access to facilitate operational oversight.

Can better-sqlite3 be used for collecting agent session snapshots?

Yes, better-sqlite3 is included as a dependency to collect database snapshots of agent groups and sessions, feeding that data into the monitoring dashboard interface.