alanxuroxalanxuroxCommunityยท1 Agent Skills Included

mission-control

Shared task board, messaging, and activity feed for agent fleets

Coordinates multiple agents through a shared task board, direct messaging, and a live activity feed from one command line. Eliminates the confusion of tracking who is doing what when running several agents at once. Runs entirely on local SQLite with zero dependencies, works offline, and stays queryable over SSH.
npx skills add alanxurox/mission-control --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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.

Related Repositories in Product & Management

View All in Product & Managementโ†’