macOS-native web dashboard for monitoring and controlling your OpenClaw agent. Live chat, cron management, task workshop, scout engine, cost tracking, and more.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openclaw-mission-control或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openclaw-mission-control⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openclaw-mission-control/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: mission-control description: macOS-native web dashboard for monitoring and controlling your OpenClaw agent. Live chat, cron management, task workshop, scout engine, cost tracking, and more. homepage: https://github.com/Jzineldin/mission-control metadata: { "openclaw": { "emoji": "🖥️", "requires": { "bins": ["node", "npm"] } } } ---
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.
# 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
# Start (dev)
node server.js
# Or use systemd for production:
sudo cp mission-control.service /etc/systemd/system/
# Edit paths in the service file, then:
sudo systemctl enable --now mission-control
Visit http://localhost:3333 — the Setup Wizard auto-detects your OpenClaw config.
| Page | Description | |------|-------------| | Dashboard | Agent status, quick actions (email/calendar/heartbeat), activity feed, channels | | Conversations | Browse all sessions, view history, continue conversations | | Workshop | Kanban task board — queue tasks, sub-agents research, you review reports | | Cost Tracker | Token usage per model, daily charts, budget alerts | | Cron Monitor | Toggle, run, create, delete scheduled jobs visually | | Scout | Auto-discover opportunities — gigs, skills, grants, bounties, news | | Agent Hub | All agents/sessions with token counts and management | | Settings | Model routing (main/sub-agent/heartbeat), config export/import | | Skills | Browse installed + available skills | | AWS | (Optional) Real costs, Bedrock models, image generation |
Auto-detected from your OpenClaw setup:
~/.openclaw/openclaw.jsonIDENTITY.mdFine-tune via mc-config.json or the in-app Settings page.
安装 Mission Control 后,可以对 AI 说这些话来触发它
Help me get started with Mission Control
Explains what Mission Control does, walks through the setup, and runs a quick demo based on your current project
Use Mission Control to macOS-native web dashboard for monitoring and controlling your Open...
Invokes Mission Control with the right parameters and returns the result directly in the conversation
What can I do with Mission Control in my developer & devops workflow?
Lists the top use cases for Mission Control, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/openclaw-mission-control/ 目录(个人级,所有项目可用),或 .claude/skills/openclaw-mission-control/(项目级)。重启 AI 客户端后,用 /openclaw-mission-control 主动调用,或让 AI 根据上下文自动发现并使用。
Mission Control 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Mission Control 可免费安装使用。请查阅仓库了解许可证信息。
macOS-native web dashboard for monitoring and controlling your OpenClaw agent. Live chat, cron management, task workshop, scout engine, cost tracking, and more.
Mission Control 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Mission Control
Identifies repetitive steps in your workflow and sets up Mission Control to handle them automatically