Install
openclaw skills install jarvis-mission-controlJARVIS Mission Control v2 — free, self-hosted command center for OpenClaw AI agents. Kanban board, real-time chat, Claude Code session tracking, GitHub Issue...
openclaw skills install jarvis-mission-controlBuilt by MissionDeck.ai · GitHub · Live Demo
Security notice: Instruction-only skill. All commands reference open-source code on GitHub. Review before running. Nothing executes automatically.
clawhub install jarvis-mission-control
v2.0 is a major upgrade over v1 — same powerful backend, completely redesigned frontend.
4 live metric cards in the header showing real-time counts with color-coded status:
~/.claude/projects/Collapsible groups with localStorage persistence:
CRT scanline overlay, pulse-glow on active agents, Matrix rain header accent, typewriter version cursor
| Mode | Setup Time | Dashboard |
|---|---|---|
| 👁️ Demo | 0 min | missiondeck.ai/mission-control/demo |
| ☁️ MissionDeck Cloud | 5 min | missiondeck.ai |
| 🖥️ Self-Hosted | 10 min | localhost:3000 |
Requirements: Node.js ≥18, Git
git clone https://github.com/YOUR-USERNAME/JARVIS-Mission-Control-OpenClaw
cd JARVIS-Mission-Control-OpenClaw/server
npm install
npm start
Open: http://localhost:3000
Auto-discovers ~/.claude/projects/ JSONL sessions every 60s. Shows tokens, cost estimate, model, git branch, active status per session.
Run whitelisted OpenClaw commands from the dashboard — openclaw status, gateway start/stop, system info.
Fetch open GitHub issues and auto-create JARVIS task cards (idempotent by issue number). Configure with GITHUB_TOKEN + GITHUB_REPO.
View and edit agent SOUL.md, MEMORY.md, IDENTITY.md directly in the browser. Auto-backup on save.
GET /api/webhooks/:id/deliveries · POST /api/webhooks/:id/retryJSON in production, pretty-print in development. Replaces all console.log.
Dashboard shows a dismissable banner when a newer version is available on npm.
npm testWhen a Telegram message mentions an agent bot (@YourAgentBot fix login), JARVIS MC automatically creates a task card — no manual logging.
// .mission-control/config/agents.json
{
"botMapping": {
"@YourAgentBot": "agent-id"
}
}
mc Commandsmc check # See your pending tasks
mc task:create "Title" --priority high --assign oracle
mc task:claim TASK-001
mc task:comment TASK-001 "Done." --type progress
mc task:done TASK-001
mc squad # All agents + status
mc deliver "Report" --path ./output/report.md
mc notify "Deployment complete"
mc status # local / cloud mode
clawhub install openclaw-token-optimizer # Reduce token costs by 50-80%
clawhub search Asif2BD # All skills
MissionDeck.ai · Free tier · No credit card required