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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/broedkrummen/overkill-mission-controlOverkill 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
-
Start the dashboard:
cd ~/.openclaw/workspace-mission-control npm run dev -
Access locally: http://localhost:3000
-
Access via Tailscale: https://<your-host>.taila0448b.ts.net (run
tailscale serve 3000to enable)
Pages
| Page | Description |
|---|---|
/ | Main dashboard with live metrics |
/tasks | Task queue and management |
/workshop | Agent workshop with Kanban |
/teams | Team management |
/messages | Agent-to-agent messaging |
/documents | Document storage and management |
/automation | Automation workflows |
/intelligence | System intelligence |
/alerts | Alert management |
/slo | SLO/Error budget tracking |
/runbooks | Runbook automation |
/feature-flags | Feature flag management |
/environments | Environment comparison |
/webhooks | Webhook management |
/stats | Statistics and analytics |
/settings | System 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, summarizeseo: keyword_research, audit, analyze_competitorscontentwriter: write_article, rewritedata-analyst: analyze_data, generate_reportdesigner: generate_image, create_mockuporchestrator: 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
| Endpoint | Description |
|---|---|
/api/status | System status and metrics |
/api/mission-control/agents | List all agents |
/api/mission-control/sessions | Session data |
/api/messages | Agent messaging |
/api/messages/polling | Message polling & execution |
/api/documents | Document management |
/api/automation | Automation workflows |
/api/alerts | Alert management |
/api/slo | SLO tracking |
/api/runbooks | Runbook management |
Configuration
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-broedkrummen-overkill-mission-control": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Fast Unified Memory
Skill by broedkrummen
Repo Onboarding
Skill by broedkrummen
Overkill Memory System
Skill by broedkrummen
danish-news-aggregator
Comprehensive Danish News RSS Aggregator - combines 100+ Danish RSS feeds into category-based unified feeds. Produces 6 curated RSS feeds: - danish-all.xml (top 30 sources) - danish-national.xml (newspapers) - danish-regional.xml (local news) - danish-sports.xml (sports) - danish-business.xml (finance) - danish-tech.xml (technology) - danish-english.xml (English-language Denmark) Auto-refreshes every 15 minutes, deduplicates, ranks by source authority.
brave-api-search
Real-time web search, autosuggest, and AI-powered answers using the official Brave Search API. Use for searching documentation, facts, current events, or any web content. Supports AI grounded answers with citations and query autosuggest. Requires BRAVE_SEARCH_API_KEY and BRAVE_ANSWERS_API_KEY.