add-dashboard Skill
Add a monitoring dashboard to NanoClaw. Installs @nanoco/nanoclaw-dashboard and a pusher that sends periodic JSON snapshots. Published by microsoft in amplifier-app-nanoclaw.
What is add-dashboard Skill?
Add a monitoring dashboard to NanoClaw. Installs @nanoco/nanoclaw-dashboard and a pusher that sends periodic JSON snapshots. Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Design and media
- Data analysis use cases
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use add-dashboard Skill
- Use it for data analysis.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-nanoclaw
- Skill file: .claude/skills/add-dashboard/SKILL.md
What it does
Add a monitoring dashboard to NanoClaw. Installs @nanoco/nanoclaw-dashboard and a pusher that sends periodic JSON snapshots.
Skill instructions
/add-dashboard — NanoClaw Dashboard Adds a local monitoring dashboard showing agent groups, sessions, channels, users, token usage, context windows, message activity, and real-time logs. Architecture NanoClaw (pusher) Dashboard (npm package) ┌──────────┐ POST JSON ┌──────────────┐ │ collects │ ────────────────→ │ /api/ingest │ │ DB data │ every 60s │ in-memory │ │ tails │ ────────────────→ │ /api/logs/ │ │ log file │ every 2s │ push │ └──────────┘ │ serves UI │ └──────────────┘ Steps 1. Install the npm package bash pnpm install @nanoco/nanoclaw-dashboard 2. Copy the pusher module Copy the resource file into src: .claude/skills/add-dashboard/resources/dashboard-pusher.ts → src/dashboard-pusher.ts 3. Add exports to src/db/index.ts Add these two export blocks if not already present: typescript // After the messaging-groups exports, add: export { getMessagingGroupsByAgentGroup, } from './messaging-groups.js'; // Before the credentials exports, add: export { createDestination, getDestinatio
Explore related resources
Frequently asked questions
What is add-dashboard?
add-dashboard is a open-source AI agent skill with Copy skill directory. Add a monitoring dashboard to NanoClaw. Installs @nanoco/nanoclaw-dashboard and a pusher that sends periodic JSON snapshots.
Who is add-dashboard best for?
add-dashboard is best for reusing agent instructions, scripts, and references, data analysis workflows, design and media workflows.
How do I install add-dashboard?
Install or run add-dashboard using Copy skill directory. Check add-dashboard for the latest setup command.
Is add-dashboard actively maintained?
add-dashboard may need a closer maintenance check before production use.
Auto-fetched from GitHub.