← 返回
安全合规 中文

Free Mission Control for OpenClaw AI Agents

JARVIS Mission Control v2 — free, self-hosted command center for OpenClaw AI agents. Kanban board, real-time chat, Claude Code session tracking, GitHub Issue...
JARVIS 任务控制中心 v2 — 免费、自托管的 OpenClaw AI 代理指挥中心。包含看板、实时聊天、Claude Code 会话追踪、GitHub Issue...
asif2bd
安全合规 clawhub v2.0.8 4 版本 99872.3 Key: 无需
★ 4
Stars
📥 2,267
下载
💾 40
安装
4
版本
#agents#coordination#dashboard#free#instruction-only#kanban#latest#mission-control#missiondeck#multi-agent#openclaw#orchestration#security-audited#task-management#tasks#webhook#websocket

概述

JARVIS Mission Control v2 for OpenClaw

![Version](https://github.com/Asif2BD/JARVIS-Mission-Control-OpenClaw/blob/main/CHANGELOG.md)

![License](https://github.com/Asif2BD/JARVIS-Mission-Control-OpenClaw/blob/main/LICENSE)

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

ModeSetup TimeDashboard
----------------------------
👁️ Demo0 minmissiondeck.ai/mission-control/demo
☁️ MissionDeck Cloud5 minmissiondeck.ai
🖥️ Self-Hosted10 minlocalhost: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

🤖 Agent Intelligence Features

Claude Code Session Tracking (v1.2)

Auto-discovers ~/.claude/projects/ JSONL sessions every 60s. Shows tokens, cost estimate, model, git branch, active status per session.

Direct CLI Console (v1.3)

Run whitelisted OpenClaw commands from the dashboard — openclaw status, gateway start/stop, system info.

GitHub Issues Sync (v1.4)

Fetch open GitHub issues and auto-create JARVIS task cards (idempotent by issue number). Configure with GITHUB_TOKEN + GITHUB_REPO.

Agent SOUL Editor (v1.5)

View and edit agent SOUL.md, MEMORY.md, IDENTITY.md directly in the browser. Auto-backup on save.


🔁 Reliability Features

Webhook Retry + Circuit Breaker (v1.10–1.14)

  • SQLite-backed delivery log (survives server restarts)
  • Exponential backoff: 1s → 2s → 4s → 8s → 16s (max 5 attempts)
  • Circuit breaker: ≥3 failures from last 5 deliveries = open circuit
  • Dashboard delivery history panel with Manual Retry + Reset Circuit buttons
  • GET /api/webhooks/:id/deliveries · POST /api/webhooks/:id/retry

Pino Structured Logging (v1.9)

JSON in production, pretty-print in development. Replaces all console.log.

Update Banner (v1.11)

Dashboard shows a dismissable banner when a newer version is available on npm.


📊 Quality

  • 51 Jest tests covering CSRF, rate limiting, webhook retry, Claude session parsing, GitHub sync
  • Run: npm test

📨 Telegram → MC Auto-Routing

When 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"
  }
}

Core mc Commands

mc 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

More by Asif2BD

clawhub install openclaw-token-optimizer   # Reduce token costs by 50-80%
clawhub search Asif2BD                     # All skills

MissionDeck.ai · Free tier · No credit card required

版本历史

共 4 个版本

  • v2.0.8 当前
    2026-04-30 10:32 安全 安全
  • v2.0.4
    2026-03-28 22:42 安全 安全
  • v2.0.7
    2026-03-27 19:41
  • v1.0.9
    2026-03-07 01:40

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

OpenClaw Token Optimizer

asif2bd
通过智能模型路由、心跳优化、预算追踪及原生2026.2.15功能,降低OpenClaw令牌用量与API成本。
★ 30 📥 13,236
security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,607
security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,718