Skip to main content

command-center

Mission control dashboard for OpenClaw - real-time session monitoring, LLM usage tracking, cost intelligence, and system vitals. View all your AI agents in one place.

설치로 이동

소스 정보

저장소
Kernel8901/ai-agent-skills-classification
최근 소스 활동
2026년 4월 4일 15:26
감지된 SKILL.md 언어
영어
스타
4
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
42 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
command-center
description
Mission control dashboard for OpenClaw - real-time session monitoring, LLM usage tracking, cost intelligence, and system vitals. View all your AI agents in one place.
metadata
{"openclaw":{"requires":{"node":">=18"},"install":["[Truncated]"]}}
# OpenClaw Command Center Mission control for your AI workforce. ## Quick Start ```bash # Install from ClawHub clawhub install command-center # Start the dashboard cd ~/.openclaw/skills/command-center node lib/server.js ``` Dashboard runs at **http://localhost:3333** ## Features - **Session Monitoring** — Real-time view of all AI sessions with live updates - **LLM Fuel Gauges** — Track Claude, Codex, and other model usage - **System Vitals** — CPU, Memory, Disk, Temperature - **Cron Jobs** — View and manage scheduled tasks - **Cerebro Topics** — Automatic conversation organization - **Cost Tracking** — Per-session costs, projections, savings estimates - **Privacy Controls** — Hide sensitive topics for demos ## Configuration The dashboard auto-detects your OpenClaw workspace. Set `OPENCLAW_WORKSPACE` to override. ### Authentication | Mode | Use Case | |------|----------| | `none` | Local development | | `token` | Remote access | | `tailscale` | Team VPN | | `cloudflare` | Public deployment | ```bash DASHBOARD_AUTH_MODE=tailscale node lib/server.js ``` ## API | Endpoint | Description | |----------|-------------| | `GET /api/state` | All dashboard data (unified) | | `GET /api/events` | SSE stream for live updates | | `GET /api/health` | Health check | ## Links - [GitHub](https://github.com/jontsai/openclaw-command-center) - [Documentation](https://github.com/jontsai/openclaw-command-center#readme)
GitHub에서 보기