원클릭으로
dashboard
MILO Dashboard - Real-time monitoring for Ralph Loop sessions. Shows memory usage, costs, conversation history, and session status.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
MILO Dashboard - Real-time monitoring for Ralph Loop sessions. Shows memory usage, costs, conversation history, and session status.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
First-run setup wizard that personalizes the Claude Code OS to the user's identity, business type, and LLC purpose
Run a structured, read-only codebase audit using parallel agents. Surfaces dead code, security gaps, wiring issues, type safety problems, and UI shells. Produces a prioritized fix plan. Use for ship-readiness checks, pre-launch reviews, or periodic hygiene sweeps.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.
Expert guide for building CI/CD pipelines with GitHub Actions, Vercel, and other platforms. Use when automating builds, tests, deployments, or release workflows.
Expert guide for building command-line interfaces with Node.js (Commander, Inquirer, Ora) or Python (Click, Typer, Rich). Use when creating CLI tools, terminal UX, argument parsing, or interactive prompts.
Comprehensive code review skill for TypeScript, JavaScript, Python, Swift, Kotlin, Go. Includes automated code analysis, best practice checking, security scanning, and review checklist generation. Use when reviewing pull requests, providing code feedback, identifying issues, or ensuring code quality standards.
| name | dashboard |
| description | MILO Dashboard - Real-time monitoring for Ralph Loop sessions. Shows memory usage, costs, conversation history, and session status. |
| allowed-tools | Read, Bash, WebFetch |
Real-time monitoring dashboard for Ralph Loop autonomous AI sessions.
/dashboard # Start the dashboard (if not running)
/dashboard start # Start the dashboard server
/dashboard stop # Stop the dashboard server
/dashboard status # Check if dashboard is running
/dashboard restart # Restart the dashboard server
/dashboard logs # View recent server logs
/dashboard open # Open dashboard in browser
Directory: /Users/your-username/clawd/skills/ralph-loops/dashboard
URL: http://localhost:3939
cd /Users/your-username/clawd/skills/ralph-loops/dashboard
npm run dev
cd /Users/your-username/clawd/skills/ralph-loops/dashboard
npm start
cd /Users/your-username/clawd/skills/ralph-loops/dashboard
pm2 start ecosystem.config.cjs
pm2 status milo-dashboard
pm2 logs milo-dashboard
| Endpoint | Description |
|---|---|
GET /health | Health check with memory stats |
GET /api/health | Same as /health |
GET /api/system/memory | Current memory usage |
GET /api/system/predictions | Memory predictions |
GET /api/loops | List all active loops |
GET /api/loops/:id | Single loop details |
GET /api/loops/:id/history | Loop iteration history |
POST /api/loops/:id/kill | Kill a session |
GET /api/analytics/costs | Cost breakdown |
GET /api/memories | List memories |
GET /api/memories/search | Search memories |
GET /api/episodes | List episodes |
GET /api/activity | Activity timeline |
GET /api/conversations | Conversation history |
GET /api/schedule | Scheduled tasks |
WS /ws/updates | Real-time WebSocket |
lsof -i :3939
kill $(lsof -t -i:3939)
tail -f /Users/your-username/clawd/skills/ralph-loops/dashboard/logs/out.log
Uses id8labs color palette with Factory.ai aesthetic:
MILO Dashboard v3.0 - id8Labs