mission-control
Installation
SKILL.md
Mission Control — Dashboard for OpenClaw
A sleek, macOS-native-feel web dashboard for your OpenClaw agent. Monitor sessions, manage cron jobs, chat in real-time, delegate tasks to sub-agents, discover opportunities, and track costs — all from one beautiful interface.
Quick Install
# Clone the repo into your workspace
cd "$CLAWD_WORKSPACE" 2>/dev/null || cd ~/clawd
git clone https://github.com/Jzineldin/mission-control.git
cd mission-control
# Install dependencies + build frontend
npm install
cd frontend && npm install && npm run build && cd ..
# Create your config
cp mc-config.default.json mc-config.json