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
آخر نشاط في المصدر
٤ أبريل ٢٠٢٦ في ١٥:٢٦
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٤
التفرعات
٠

خيارات التثبيت

يُحدَّد 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