Provides a real-time dashboard to visualize AI agent project progress, decision trees, and test results, with commands to manage and configure the dashboard.

Install

openclaw skills install pm-dashboard

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

CommandDescription
pm-dashboard startStart the server
pm-dashboard stopStop the server
pm-dashboard statusShow 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 configuration
  • state.db - SQLite database
  • logs/ - Server logs

Updates

Via npm:

npm update -g @reghoul/pm-dashboard

Via ClawHub:

clawhub update pm-dashboard

Updates preserve all user state in ~/.openclaw/pm-dashboard/.