← 返回
开发者工具 中文

Mission Control

CLI-first system health aggregator for autonomous AI agents. Query all agent processes, resources, cron jobs, and services in one shot. Use when a user asks...
命令行优先的系统健康聚合器,用于自主AI代理。一次性查询所有代理进程、资源、定时任务和服务。
dhawala4 dhawala4 来源
开发者工具 clawhub v1.0.0 1 版本 99885.8 Key: 无需
★ 1
Stars
📥 855
下载
💾 3
安装
1
版本
#latest

概述

Mission Control

Overview

Single-command health aggregator for autonomous AI infrastructure. Replaces checking 5+ separate tools by collecting agent status, resource health, cron jobs, and service state into one report.

Designed for operators running autonomous agents (OpenClaw daemons, AOMS, VPS workers) who need a fast answer to "is everything OK?"

Core Rules

  • Read-only by default. Only restart mutates state and requires confirmation.
  • Prefer --json output when piping to other tools or storing results.
  • Do not invent OpenClaw CLI flags. Use only documented commands.
  • When the user asks "what's running?" or "system status" - run mctl status for the full picture.

Commands

Full Status (default)

bash scripts/mctl.sh status

Returns: agents, resources (CPU/RAM/disk/GPU), cron jobs, services, OpenClaw status.

Agent List

bash scripts/mctl.sh agents

Detects running processes matching: openclaw daemon, openclaw gateway, and any process with "agent", "daemon", "worker", or "aoms" in its name. Shows PID and uptime.

Resource Health

bash scripts/mctl.sh health

CPU count, load average, RAM usage, disk usage, NVIDIA GPU (if present). Color-coded thresholds:

  • Green: <60% usage
  • Yellow: 60-80%
  • Red: >80%

Cron Jobs

bash scripts/mctl.sh cron

Lists OpenClaw cron jobs via openclaw cron list.

Services

bash scripts/mctl.sh services

Checks systemd status for openclaw-gateway and openclaw-daemon. Also shows listening ports.

View Logs

bash scripts/mctl.sh logs [service-name]

Shows last 50 lines from the past hour for a systemd service. Defaults to openclaw-daemon.

Restart Service

bash scripts/mctl.sh restart <service-name>

Restarts a systemd service. Requires sudo. Always confirm with the user before running.

JSON Output

Add --json to any command for machine-readable output:

bash scripts/mctl.sh --json status

Usage Examples

Quick daily check

User: "How's the system?"
Agent: runs `mctl status` and summarizes findings

Debug a slow agent

User: "Why is my daemon slow?"
Agent: runs `mctl health` to check resources, then `mctl logs openclaw-daemon`

Pre-deployment check

User: "Is everything healthy before I deploy?"
Agent: runs `mctl --json status`, checks for red flags, gives go/no-go

Automated monitoring via cron

# Add to openclaw cron for daily checks
openclaw cron add --name "mission-control:daily" \
  --schedule "0 8 * * *" \
  --command "bash ~/.openclaw/skills/mission-control/scripts/mctl.sh --json status > /tmp/mctl-status.json"

What Gets Checked

CheckSourceThreshold
--------------------------
Agent processespgrepAny running = green
CPU load/proc/loadavg>CPUs = yellow
RAMfree -m>80% = red
Diskdf -h />85% = red
GPU/VRAMnvidia-smiOptional
Cronopenclaw cron listShows schedule
Servicessystemctlactive/failed
Portsss -ltnpInformational

Installation

No external dependencies. Requires:

  • Bash 4+
  • Standard Linux utilities (ps, free, df, ss)
  • Optional: nvidia-smi for GPU, openclaw CLI for cron/status
# Install via ClawHub
clawhub install mission-control

# Or manually
cp -r . ~/.openclaw/skills/mission-control/
chmod +x ~/.openclaw/skills/mission-control/scripts/mctl.sh

Integration with OpenClaw

Works with the existing OpenClaw ecosystem:

  • openclaw cron - Schedule periodic health checks
  • openclaw status - Included in full status report
  • openclaw daemon - Monitored as an agent process
  • openclaw gateway - Service health checked

When to Use

  • Daily health checks for autonomous systems
  • Before deployments or major changes
  • Debugging performance issues
  • Quick "is everything running?" answer
  • Automated monitoring via cron
  • Post-incident verification

Differences from mission-control-dashboard

Featuremission-control (this)mission-control-dashboard
---------------------------------------------------------
InterfaceCLI / agent skillWeb UI (browser)
Use caseQuick status queriesVisual monitoring
DependenciesBash onlyPython 3.8+
Real-timeOn-demandPolling dashboard
Best forAI agent queriesHuman visual monitoring

Use both together: this skill for agent-driven checks, the dashboard for visual monitoring.

Author

Built for autonomous infrastructure operations.

Price

Free on ClawHub

Tags

#monitoring #agents #health #cli #devops #automation #infrastructure #status

License

MIT

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 12:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

AOMS - Always-On Memory Service

dhawala4
全天候记忆服务 — 持久化4层记忆(情景/语义/程序/工作记忆),支持加权检索、向量搜索与渐进式披露
★ 0 📥 638
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,383 📥 320,834
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,230 📥 268,146