free-mission-control
JARVIS Mission Control v2 — free, self-hosted command center for OpenClaw AI agents. Kanban board, real-time chat, Claude Code session tracking, GitHub Issues sync, webhook delivery monitoring, CLI console, agent SOUL editor, and a full Matrix-themed dashboard.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/asif2bd/jarvis-mission-controlJARVIS Mission Control v2 for OpenClaw
Built 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.
Install
clawhub install jarvis-mission-control
🎯 What's New in v2
v2.0 is a major upgrade over v1 — same powerful backend, completely redesigned frontend.
Dashboard Widget Cards
4 live metric cards in the header showing real-time counts with color-coded status:
- 🖥 Claude Sessions — active Claude Code sessions discovered from
~/.claude/projects/ - ⚡ CLI Connections — connected CLI tools
- 🐙 GitHub Sync — synced issues from your configured repo
- 🔔 Webhook Health — open circuit breaker count
Enhanced Task Cards
- Priority color bars (🔴 HIGH · 🟡 MEDIUM · 🟢 LOW)
- Agent avatar circles (color-coded per agent)
- Label badges with overflow (+N more)
- Review 🔍 indicator when peer review required
- Hover lift effect
Smart Panels (header buttons)
- 💬 CHAT — real-time team messaging, WebSocket-powered, agent emojis, unread badge
- 📋 REPORTS — browse Reports / Logs / Archive files
- ⏰ SCHEDULES — live view of all OpenClaw cron jobs
Organized Sidebar
Collapsible groups with localStorage persistence:
- TEAM — Human Operators + AI Agents roster
- INTELLIGENCE — Claude Sessions, CLI Console, GitHub Issues, CLI Connections, Webhooks, Agent Files
- SYSTEM — Settings
Matrix Theme Polish
CRT scanline overlay, pulse-glow on active agents, Matrix rain header accent, typewriter version cursor
🎯 Setup Modes
| Mode | Setup Time | Dashboard |
|---|---|---|
| 👁️ Demo | 0 min | missiondeck.ai/mission-control/demo |
| ☁️ MissionDeck Cloud | 5 min | missiondeck.ai |
| 🖥️ Self-Hosted | 10 min | localhost:3000 |
🖥️ Self-Hosted Setup
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
🔒 Security Features (v1.6–1.7)
- CSRF protection — token-based, smart bypass for API/CLI clients
- Rate limiting — 100 req/min general, 10 req/min on sensitive routes
- Input sanitization — DOMPurify + sanitizeInput on all surfaces
- SSRF protection — webhook URL validation blocks private IPs + metadata endpoints
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-asif2bd-jarvis-mission-control": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
wordpress-publisher
Publish content directly to WordPress sites via REST API with full Gutenberg block support. Create and publish posts/pages, auto-load and select categories from website, generate SEO-optimized tags, preview articles before publishing, and generate Gutenberg blocks for tables, images, lists, and rich formatting. Use when user wants to publish to WordPress, post to blog, create WordPress article, update WordPress post, or convert markdown to Gutenberg blocks.
Claude Code CLI for OpenClaw
Install, authenticate, and use Claude Code CLI as a native coding tool for any OpenClaw agent system.
openclaw-skill-lazy-loader
Dramatically reduce per-session token usage by loading skills and context files only when needed — not at session start. Includes the SKILLS catalog pattern, AGENTS.md lazy loading strategy, and a Python helper that recommends exactly which files to load for any given task. Compatible with all OpenClaw agents. Works alongside Token Optimizer.
xcloud-docker-deploy
Deploy any project to xCloud hosting — auto-detects stack (WordPress, Laravel, PHP, Node.js, Next.js, NestJS, Python, Go, Rust), routes to native or Docker deployment, generates production-ready Dockerfile, docker-compose.yml, GitHub Actions CI/CD, and .env.example. Works from zero Docker setup.
voiceclaw
Local voice I/O for OpenClaw agents. Transcribe inbound audio/voice messages using local Whisper (whisper.cpp) and generate voice replies using local Piper TTS. Requires whisper, piper, and ffmpeg pre-installed on the system. All inference runs on-device — no network calls, no cloud APIs, no API keys. Use when an agent receives a voice/audio message and should respond in both voice and text, or when any text response should be synthesized and sent as audio. Triggers on: voice messages, audio attachments, respond in voice, send as audio, speak this, voiceclaw.