mission-control
Shared task board, messaging, and activity feed for agent fleets
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Mission Control?โผ
Run `npx skills add alanxurox/mission-control --all -g -y` in your terminal to install it globally, then run `mc init` to create the database.
How to coordinate multiple AI agents?โผ
Mission Control gives every agent a shared task board, inbox, and activity feed through a single `mc` command, so each agent can claim work, report progress, and message teammates.
Does Mission Control need cloud services or dependencies?โผ
No. It runs entirely on bash and SQLite, which are pre-installed on Linux and macOS, and it works fully offline.
Can I check agent status remotely?โผ
Yes. Because it is a plain CLI, you can run `ssh your-vps mc board` or `mc fleet` to see tasks and agent status from anywhere.
Does Mission Control work with OpenClaw?โผ
Yes. It installs as a native OpenClaw skill and plugs into existing agents via a simple cron heartbeat and two startup commands.