Session Monitor

Launch a live dashboard showing all running Claude Code sessions on this machine. Use when the user asks to monitor sessions, check what's running, or view session activity.

az9713 Updated

File contents

Session Monitor Dashboard

How to launch

  1. Install dependencies (first time only):
cd ~/.claude/skills/session-monitor/server && npm install
  1. Start the server:
node ~/.claude/skills/session-monitor/server/index.js
  1. Tell the user to open http://localhost:3848

Set SESSION_MONITOR_PORT env var to override the default port.

az9713/my-agent-skills/tree/main/session-monitor commit b44a1f5347

Frequently asked questions

npx skillmds@latest add az9713/session-monitor