Skill
by @sakilmostak
Provides a real-time dashboard to visualize AI agent project progress, decision trees, and test results, with commands to manage and configure the dashboard.
clawhub install pm-dashboardπ About This Skill
name: pm-dashboard description: Real-time dashboard for visualizing AI agent project states including implementation progress, decision trees, and test results. Use when setting up project visualization, checking project status, or managing the dashboard lifecycle. Commands: install, start, stop, status, config, export, import. metadata: clawdbot: emoji: "π"
PM Dashboard
Real-time visualization for AI agent project states.
Installation
Via npm:
npm install -g @reghoul/pm-dashboard
pm-dashboard init
pm-dashboard start
Via ClawHub:
clawhub install pm-dashboard
pm-dashboard init
pm-dashboard start
CLI Commands
| Command | Description |
|---------|-------------|
| pm-dashboard start | Start the server |
| pm-dashboard stop | Stop the server |
| pm-dashboard status | Show status and config |
| pm-dashboard config get | Get config value |
| pm-dashboard config set | Set config value |
| pm-dashboard export -o | Export state |
| pm-dashboard import | Import state |
State Location
All user state is preserved in ~/.openclaw/pm-dashboard/:
config.json - User configurationstate.db - SQLite databaselogs/ - Server logsUpdates
Via npm:
npm update -g @reghoul/pm-dashboard
Via ClawHub:
clawhub update pm-dashboard
Updates preserve all user state in ~/.openclaw/pm-dashboard/.