openclaw-mission-controlmacOS-native web dashboard for monitoring and controlling your OpenClaw agent. Live chat, cron management, task workshop, scout engine, cost tracking, and more.
Install via ClawdBot CLI:
clawdbot install Jzineldin/openclaw-mission-controlA 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.
Generated Mar 1, 2026
A freelance developer uses Mission Control to monitor their OpenClaw agent's task progress and token costs while delegating research for client projects via the Workshop. They set up cron jobs to automate weekly reporting and use the Scout feature to discover new gig opportunities, all from a centralized dashboard.
A small e-commerce business owner employs Mission Control to oversee their OpenClaw agent handling customer inquiries, inventory updates, and social media posts. They track operational costs with the Cost Tracker and use the Conversations page to review and continue important customer interactions, improving response times.
A research team in academia uses Mission Control to manage multiple OpenClaw agents assigned to different projects, monitoring sessions and token usage via the Agent Hub. They utilize the Workshop to delegate literature reviews and data analysis tasks, with cron jobs scheduling regular data collection.
A tech startup leverages Mission Control to control their OpenClaw agent for automating code reviews, bug tracking, and market analysis through the Scout engine. The dashboard helps visualize costs and manage scheduled jobs for product updates, ensuring efficient resource allocation.
A content agency uses Mission Control to supervise OpenClaw agents generating blog posts, social media content, and SEO reports. They track token expenses per model, manage task workflows in the Workshop, and set up cron jobs for regular content publishing, streamlining creative processes.
Offer Mission Control as a hosted SaaS platform with tiered subscriptions based on features like advanced Scout capabilities, AWS integration, and priority support. Revenue is generated through monthly or annual fees from users seeking enhanced monitoring and control for their OpenClaw agents.
Sell custom licenses to large organizations for on-premise deployment, including additional modules like enhanced security, multi-team collaboration, and dedicated support. Revenue comes from one-time license fees and annual maintenance contracts tailored to enterprise needs.
Provide a free version of Mission Control with basic features, monetizing through premium add-ons such as advanced analytics, unlimited cron jobs, or integration with third-party services like AWS Bedrock. Revenue is driven by one-time purchases or subscriptions for these enhancements.
💬 Integration Tip
Ensure OpenClaw's gateway HTTP is enabled and Brave Search API key is configured for Scout features to work seamlessly with the auto-detected setup.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper — gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard — runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...