← Back to Skills Marketplace
11200
Downloads
11
Stars
82
Active Installs
5
Versions
Install in OpenClaw
/install mission-control
Description
Kanban-style task management dashboard for AI assistants. Manage tasks via CLI or dashboard UI. Use when user mentions tasks, kanban, task board, mission con...
Usage Guidance
Review the credential model before installing: use dedicated least-privilege GitHub tokens, configure a real webhook secret, restrict dashboard/repository access to trusted users, and be comfortable with a persistent webhook that can wake the agent when tasks are moved to In Progress.
Capability Analysis
Type: OpenClaw Skill
Name: mission-control
Version: 2.3.1
The skill bundle is classified as suspicious due to multiple critical vulnerabilities. The `scripts/mc-update.sh` contains a shell injection vulnerability where insufficient input sanitization allows arbitrary command execution via crafted task IDs in `git commit` messages. The `assets/index.html` dashboard is vulnerable to DOM-based XSS through `javascript:` URLs in task descriptions and comments, as the `renderMarkdown` function does not properly sanitize `href` attributes. Furthermore, user-controlled task content (title, description, comments) is used to construct prompts for the AI agent via `assets/transforms/github-mission-control.mjs` (webhook transform) and `assets/index.html` (cron creation), posing a significant prompt injection risk. An additional vulnerability is the open CORS proxy in `scripts/cors-proxy.js`, which could be abused if exposed publicly.
Capability Assessment
Purpose & Capability
The task-board and dashboard behavior is coherent with the stated purpose, including agent execution when tasks move to In Progress, but users should understand that task text becomes executable work orders for the assistant.
Instruction Scope
The skill discloses a single-user/trusted-user trust model and cautions multi-user setups, but its normal workflow still allows dashboard or repository task edits to trigger agent work.
Install Mechanism
There is no install spec, but the documentation instructs the agent to copy files, create configuration, install a webhook transform, configure GitHub webhooks, push to GitHub, and enable GitHub Pages; these are user-directed setup steps but should be reviewed.
Credentials
The artifacts require or use GitHub, gateway, and optional Slack credentials despite registry metadata declaring no credentials, and the documentation/code show broad GitHub token handling including browser localStorage and local gh CLI token-file access.
Persistence & Privilege
The skill installs a persistent webhook transform that can wake the agent, and the HMAC verification code skips validation when the secret file is absent, which weakens the advertised origin-verification model.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mission-control - After installation, invoke the skill by name or use
/mission-control - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.3.1
Fix: Renamed from 'Jeannie Control' to 'Mission Control'. Removed private cron data from demo crons.json. Clean demo data only.
v2.3.0
Add OpenClaw Gateway /tools/invoke integration: gatewayInvoke(), Gateway Token UI, cron API migration, loadCronsFromGateway()
v2.2.2
Security: User data (tasks.json, crons.json) excluded from git tracking. Demo templates added. Branch protection enabled on public repo.
v2.2.1
Security hardening: input sanitization in mc-update.sh, Security docs in SKILL.md/README.md. Features: Version Update Banner, Processing Timer with timeout warning.
v2.0.0
Initial ClawdHub release: Kanban dashboard for AI assistants with GitHub Pages hosting, webhook automation, and CLI tools
Metadata
Frequently Asked Questions
What is Mission Control?
Kanban-style task management dashboard for AI assistants. Manage tasks via CLI or dashboard UI. Use when user mentions tasks, kanban, task board, mission con... It is an AI Agent Skill for Claude Code / OpenClaw, with 11200 downloads so far.
How do I install Mission Control?
Run "/install 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 rdsthomas (@rdsthomas); the current version is v2.3.1.
More Skills