介绍
# Mission Control — Dashboard for OpenClaw
为您的 OpenClaw 智能体量身打造的 Web 控制台,具有精致的 macOS 原生风格。监控会话、管理定时任务、实时聊天、向子智能体分派任务、发现机会以及追踪成本——所有功能尽在这样一个美观的界面中。
## 快速安装
```bash # 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 ```
访问 `http://localhost:3333` —— 设置向导会自动检测您的 OpenClaw 配置。
## 功能概览
| 页面 | 描述 | |------|-------------| | **Dashboard (控制台)** | 智能体状态、快捷操作(邮件/日历/心跳)、活动动态、频道 | | **Conversations (对话)** | 浏览所有会话、查看历史记录、继续对话 | | **Workshop (工作坊)** | 看板任务板 —— 队列任务、子智能体研究、您审核报告 | | **Cost Tracker (成本追踪)** | 各模型 Token 使用量、每日图表、预算警报 | | **Cron Monitor (定时监控)** | 可视化地切换、运行、创建、删除定时任务 | | **Scout (侦察)** | 自动发现机会 —— 兼职工作、技能、资助、赏金、新闻 | | **Agent Hub (智能体中心)** | 包含 Token 计数和管理的所有智能体/会话 | | **Settings (设置)** | 模型路由(主智能体/子智能体/心跳)、配置导出/导入 | | **Skills (技能)** | 浏览已安装及可用的技能 | | **AWS** | *(可选)* 实际成本、Bedrock 模型、图像生成 |
## 环境要求
- OpenClaw 已运行并启用了网关 HTTP - Node.js 18+ - Brave Search API 密钥(用于 Scout 功能 —— [免费层](https://brave.com/search/api/))
## 配置
从您的 OpenClaw 设置中自动检测: - `~/.openclaw/openclaw.json` 中的网关令牌 - `IDENTITY.md` 中的智能体名称 - OpenClaw 配置中的模型和频道
可以通过 `mc-config.json` 或应用内的设置页面进行微调。
## 链接
- **GitHub:** https://github.com/Jzineldin/mission-control - **支持:** https://ko-fi.com/kevinelzarka - **许可证:** BSL 1.1 (2030 年转为 MIT)