← Back to Skills Marketplace
6205
Downloads
3
Stars
28
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-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.
Usage Guidance
Install only if you trust and review the linked GitHub project and npm dependencies. Pin the repository to a known commit, keep the server bound to localhost, avoid exposing it on a network without authentication, use a low-risk OpenClaw profile first, and inspect the systemd service before enabling persistence.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-mission-control
Version: 1.0.0
The skill bundle is classified as suspicious due to several high-risk behaviors. It instructs the agent to clone a remote GitHub repository and install npm dependencies, introducing a supply chain risk. Furthermore, it requires `sudo` privileges to install a systemd service for persistence, granting elevated permissions and continuous execution. The application is also designed to read sensitive configuration files like `~/.openclaw/openclaw.json` to access the gateway token, which, while necessary for its stated purpose, is a sensitive operation.
Capability Assessment
Purpose & Capability
The dashboard purpose matches the stated capabilities, but those capabilities are high-impact: chat with the agent, spawn sub-agent work, manage cron jobs, inspect sessions/costs, and enable or disable skills.
Instruction Scope
The skill discloses broad control features but does not define authorization boundaries, confirmation requirements, safe scope, or how to protect the local web UI from other local or network users.
Install Mechanism
The submitted artifact is only SKILL.md and instructs users to clone a mutable GitHub repository and run npm installs/builds, so most executable behavior is outside the reviewed skill bundle and not pinned to a commit.
Credentials
Reading the OpenClaw gateway token from ~/.openclaw/openclaw.json is coherent for a control dashboard, but it grants sensitive authority and the setup flow may expose detected token details to the local web application.
Persistence & Privilege
The optional systemd installation uses sudo and creates a persistent service. It is disclosed and user-directed, but it keeps the dashboard running with continued access to the configured OpenClaw gateway.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-mission-control - After installation, invoke the skill by name or use
/openclaw-mission-control - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — macOS-native dashboard with 10 pages: chat, cron, workshop, scout, costs, skills manager, and more.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 6205 downloads so far.
How do I install Mission Control?
Run "/install openclaw-mission-control" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mission Control free?
Yes, Mission Control is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Mission Control support?
Mission Control is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mission Control?
It is built and maintained by Jzineldin (@jzineldin); the current version is v1.0.0.
More Skills