Install
openclaw skills install pm-dashboardProvides a real-time dashboard to visualize AI agent project progress, decision trees, and test results, with commands to manage and configure the dashboard.
openclaw skills install pm-dashboardReal-time visualization for AI agent project states.
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
| 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 <key> | Get config value |
pm-dashboard config set <key> <value> | Set config value |
pm-dashboard export -o <file> | Export state |
pm-dashboard import <file> | Import state |
All user state is preserved in ~/.openclaw/pm-dashboard/:
config.json - User configurationstate.db - SQLite databaselogs/ - Server logsVia npm:
npm update -g @reghoul/pm-dashboard
Via ClawHub:
clawhub update pm-dashboard
Updates preserve all user state in ~/.openclaw/pm-dashboard/.