← All skills
Tencent SkillHub · Communication & Collaboration

Mission Control

macOS-native web dashboard for monitoring and controlling your OpenClaw agent. Live chat, cron management, task workshop, scout engine, cost tracking, and more.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

macOS-native web dashboard for monitoring and controlling your OpenClaw agent. Live chat, cron management, task workshop, scout engine, cost tracking, and more.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Mission Control — Dashboard for OpenClaw

A sleek, macOS-native-feel web dashboard for your OpenClaw agent. Monitor sessions, manage cron jobs, chat in real-time, delegate tasks to sub-agents, discover opportunities, and track costs — all from one beautiful interface.

Quick Install

# Clone the repo into your workspace cd "$CLAWD_WORKSPACE" 2>/dev/null || cd ~/clawd git clone https://github.com/Jzineldin/mission-control.git cd mission-control # Install dependencies + build frontend npm install cd frontend && npm install && npm run build && cd .. # Create your config cp mc-config.default.json mc-config.json # Start (dev) node server.js # Or use systemd for production: sudo cp mission-control.service /etc/systemd/system/ # Edit paths in the service file, then: sudo systemctl enable --now mission-control Visit http://localhost:3333 — the Setup Wizard auto-detects your OpenClaw config.

What You Get

PageDescriptionDashboardAgent status, quick actions (email/calendar/heartbeat), activity feed, channelsConversationsBrowse all sessions, view history, continue conversationsWorkshopKanban task board — queue tasks, sub-agents research, you review reportsCost TrackerToken usage per model, daily charts, budget alertsCron MonitorToggle, run, create, delete scheduled jobs visuallyScoutAuto-discover opportunities — gigs, skills, grants, bounties, newsAgent HubAll agents/sessions with token counts and managementSettingsModel routing (main/sub-agent/heartbeat), config export/importSkillsBrowse installed + available skillsAWS(Optional) Real costs, Bedrock models, image generation

Requirements

OpenClaw running with gateway HTTP enabled Node.js 18+ Brave Search API key (for Scout — free tier)

Configuration

Auto-detected from your OpenClaw setup: Gateway token from ~/.openclaw/openclaw.json Agent name from IDENTITY.md Model + channels from OpenClaw config Fine-tune via mc-config.json or the in-app Settings page.

Links

GitHub: https://github.com/Jzineldin/mission-control Support: https://ko-fi.com/kevinelzarka License: BSL 1.1 (converts to MIT 2030)

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc