ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

overkill-mission-control

Comprehensive Mission Control dashboard for OpenClaw - monitor agents, automation, teams, documents, messages, and system metrics. Features real-time dashboards, agent-to-agent messaging, task execution, and enterprise-level monitoring.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/broedkrummen/overkill-mission-control
Or

Overkill Mission Control

Enterprise-grade operations dashboard for OpenClaw autonomous agents.

Overview

Mission Control provides comprehensive monitoring and control for OpenClaw agents, including:

  • Real-time dashboard with live metrics
  • Agent-to-agent messaging with LLM-powered responses
  • Task execution framework
  • Automation workflows
  • Document management
  • Team coordination
  • System alerts and SLO tracking

Quick Start

  1. Start the dashboard:

    cd ~/.openclaw/workspace-mission-control
    npm run dev
    
  2. Access locally: http://localhost:3000

  3. Access via Tailscale: https://<your-host>.taila0448b.ts.net (run tailscale serve 3000 to enable)

Pages

PageDescription
/Main dashboard with live metrics
/tasksTask queue and management
/workshopAgent workshop with Kanban
/teamsTeam management
/messagesAgent-to-agent messaging
/documentsDocument storage and management
/automationAutomation workflows
/intelligenceSystem intelligence
/alertsAlert management
/sloSLO/Error budget tracking
/runbooksRunbook automation
/feature-flagsFeature flag management
/environmentsEnvironment comparison
/webhooksWebhook management
/statsStatistics and analytics
/settingsSystem settings

Features

Real-time Dashboard

  • Live session count
  • Active agents
  • Resource utilization (CPU, memory, disk)
  • System health score
  • Task distribution
  • Timeline of activities

Agent-to-Agent Messaging

  • Send messages between agents
  • LLM-powered responses (MiniMax M2.5)
  • Task execution framework
  • Auto-acknowledge and respond
  • Polling every 60 seconds

Task Execution

Agents can execute tasks based on message content:

  • researcher: research, web_search, summarize
  • seo: keyword_research, audit, analyze_competitors
  • contentwriter: write_article, rewrite
  • data-analyst: analyze_data, generate_report
  • designer: generate_image, create_mockup
  • orchestrator: delegate, coordinate

Documents

  • Upload PDFs, images, files
  • SQLite-backed with FTS5 search
  • Collections and tags
  • Version history
  • Access control (private/agent/team/public)

Automation

  • Visual workflow builder
  • Triggers: schedule, webhook, event, manual, condition
  • Actions: message, HTTP, task, notify, condition
  • Analytics dashboard

API Endpoints

EndpointDescription
/api/statusSystem status and metrics
/api/mission-control/agentsList all agents
/api/mission-control/sessionsSession data
/api/messagesAgent messaging
/api/messages/pollingMessage polling & execution
/api/documentsDocument management
/api/automationAutomation workflows
/api/alertsAlert management
/api/sloSLO tracking
/api/runbooksRunbook management

Configuration

Metadata

Stars4190
Views1
Updated2026-04-18
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-broedkrummen-overkill-mission-control": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.