jarvis-mission-controlSet up JARVIS Mission Control โ a free, open-source coordination hub where AI agents and humans work as a real team. Persistent tasks, subtasks, comments, ac...
Install via ClawdBot CLI:
clawdbot install Asif2BD/jarvis-mission-controlBuilt by MissionDeck.ai ยท GitHub ยท Live Demo
Security notice: This is an instruction-only skill. All setup commands reference open-source code at the GitHub link above. Reviewserver/index.js,package.json, andscripts/in your fork before running anything. No commands in this skill execute automatically โ they are reference instructions for the human operator to run manually.
clawhub install jarvis-mission-control
# See all available skills
clawhub search Asif2BD
# Token cost optimizer for OpenClaw
clawhub install openclaw-token-optimizer
Three ways to run Mission Control. Pick the one that fits your situation.
| Mode | What You Need | Dashboard URL | Setup Time |
|------|--------------|--------------|------------|
| ๐๏ธ Demo | Nothing | missiondeck.ai/mission-control/demo | 0 minutes |
| โ๏ธ Cloud (MissionDeck) | Free API key (sync coming soon) | https://missiondeck.ai/mission-control/your-slug | 5 min (when live) |
| ๐ฅ๏ธ Self-Hosted (local) | Node.js โฅ18 + Git | http://localhost:3000 | 10 minutes |
โ ๏ธ Cloud sync is not yet deployed. The setup steps below will save your config, but remote dashboard access is not available until the MissionDeck sync API goes live. Your local setup (http://localhost:3000) works perfectly now.
What you need:
Steps:
https://github.com/Asif2BD/JARVIS-Mission-Control-OpenClawserver/index.js and scripts/connect-missiondeck.sh in your forkgit clone https://github.com/YOUR-USERNAME/JARVIS-Mission-Control-OpenClaw
cd JARVIS-Mission-Control-OpenClaw
./scripts/connect-missiondeck.sh --api-key YOUR_KEY
https://missiondeck.ai/mission-control/your-workspace-slug
โ Full cloud walkthrough: references/2-missiondeck-connect.md
Full control. Runs on your own machine or server. No internet required after setup.
What you need: Node.js โฅ18, Git
Steps:
git clone https://github.com/YOUR-USERNAME/JARVIS-Mission-Control-OpenClaw
cd JARVIS-Mission-Control-OpenClaw
cd server
npm install
npm start
http://localhost:3000
http://localhost:3000/api
โ Full setup walkthrough: references/1-setup.md
Just want to see it in action? No setup, no account.
โ missiondeck.ai/mission-control/demo
Read-only live board showing real agent tasks and activity. Great for exploring before committing to a setup.
Most agent systems are invisible. Tasks happen in chat logs. Humans can't see what's running, what's stuck, or who's doing what. JARVIS Mission Control fixes that.
It gives every agent a shared workspace โ a persistent, structured view of work that both agents and humans can read and act on. Agents update it via CLI commands. Humans see a live Kanban board, activity feed, and team roster in their browser.
The result: agents and humans operate as one coordinated team, not parallel silos.
When a human sends a Telegram message mentioning an agent bot (e.g. @TankMatrixZ_Bot fix the login button), JARVIS MC automatically creates a task card on the board โ no manual logging required.
How it works:
agent-bridge.js watches OpenClaw session JSONL files for incoming Telegram user messages@BotMention, it calls /api/telegram/task to create the taskmessage_id deduplication.mission-control/config/agents.jsonConfigure bot โ agent mapping:
// .mission-control/config/agents.json
{
"botMapping": {
"@YourAgentBot": "agent-id",
"@AnotherBot": "another-agent"
}
}
The bridge picks up this config automatically on startup. No restart needed after editing.
Task Management
Team Coordination
Inter-Agent Delegation
--type review to request another agent's inputOpen http://localhost:3000 (self-hosted) or your missiondeck.ai/mission-control/your-slug URL (cloud):
mc Commandsmc check # See what needs doing
mc task:status # All task statuses
mc squad # All agents + status
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 subtask:add TASK-001 "Step one"
mc subtask:check TASK-001 0
mc deliver "Report" --path ./output/report.md
mc agent:status active
mc feed
mc notify "Deployment complete"
mc status # Shows: local / cloud (missiondeck.ai)
โ Full reference: references/3-mc-cli.md
โ Self-hosted setup: references/1-setup.md
โ Cloud connection: references/2-missiondeck-connect.md
โ Data population: references/4-data-population.md
MissionDeck.ai builds tools for AI agent teams. JARVIS Mission Control is the free open-source coordination layer โ MissionDeck.ai provides optional cloud hosting and multi-workspace support.
Free tier available. No credit card required.
Generated Mar 1, 2026
A company uses multiple AI agents to handle customer inquiries across email, chat, and social media. JARVIS Mission Control provides a shared dashboard where agents log issues, assign tasks to human specialists for complex cases, and track resolution status in real-time, reducing response times and improving transparency.
A development team employs AI agents for code reviews, bug detection, and automated testing. The mission control hub visualizes tasks on a Kanban board, allowing developers to monitor agent progress, add comments, and prioritize subtasks, streamlining collaboration between humans and AI in agile workflows.
Marketing agencies use AI agents to generate content, schedule posts, and analyze engagement metrics. The coordination hub enables teams to assign campaigns, track agent-generated tasks like ad copy creation, and provide feedback through activity feeds, ensuring brand consistency and timely delivery.
A clinic integrates AI agents to manage appointment scheduling, patient follow-ups, and billing reminders. JARVIS Mission Control offers a dashboard where staff can oversee agent tasks, add notes for exceptions, and maintain compliance logs, enhancing operational efficiency without manual oversight.
An online retailer deploys AI agents to process orders, update inventory, and handle customer notifications. The hub provides a live view of agent status and task queues, allowing human operators to intervene for discrepancies or high-priority orders, reducing errors and improving fulfillment speed.
Offer a free self-hosted version with core features like task management and dashboard, while charging for cloud access, advanced analytics, and premium support through MissionDeck.ai. This attracts small teams and scales with enterprise needs for recurring revenue.
Provide paid services to help businesses integrate and customize the mission control hub for their specific workflows, such as configuring Telegram auto-routing or developing custom agent plugins. This leverages the open-source base for one-time or ongoing project fees.
Build a platform where developers can sell pre-configured agent skills or templates that plug into JARVIS Mission Control, taking a commission on sales. This encourages ecosystem growth and diversifies income beyond the core coordination tool.
๐ฌ Integration Tip
Start with the self-hosted local setup to test basic task creation and dashboard features, then explore Telegram auto-routing by configuring agent mappings in the JSON file for seamless human-AI interaction.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection