Session Monitor Dashboard
How to launch
- Install dependencies (first time only):
cd ~/.claude/skills/session-monitor/server && npm install
- Start the server:
node ~/.claude/skills/session-monitor/server/index.js
- Tell the user to open http://localhost:3848
Set SESSION_MONITOR_PORT env var to override the default port.