- 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 startVia ClawHub:
clawhub install pm-dashboard
pm-dashboard init
pm-dashboard startCLI 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 <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 |
State Location
All user state is preserved in ~/.openclaw/pm-dashboard/:
config.json- User configurationstate.db- SQLite databaselogs/- Server logs
Updates
Via npm:
npm update -g @reghoul/pm-dashboardVia ClawHub:
clawhub update pm-dashboardUpdates preserve all user state in ~/.openclaw/pm-dashboard/.