🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

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.

Versionv1.0.1
Downloads735
TERMINAL
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 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/.