mission-control

Consolidate agent memory, goals, and notes into dashboard-data.json embedded in index.html.

23|5|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/EverClaw/EverClaw --skill mission-control-everclaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mission-control
Source: https://github.com/EverClaw/EverClaw/tree/main/mission-control
Command: npx skills add https://github.com/EverClaw/EverClaw --skill mission-control-everclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns scattered agent memory, goals, and project notes into a single visual dashboard so you can review what your OpenClaw agent is doing without hunting through files.

Core Features & Use Cases

  • Auto-discovers goal files from memory/goals and classifies them as active, planned, or complete.
  • Builds an activity feed from dated memory entries and summarizes key facts from MEMORY.md.
  • Embeds dashboard data directly into index.html for offline viewing with no server or external dependencies.

Quick Start

Run the generator in your OpenClaw workspace to create dashboard-data.json and refresh the embedded dashboard.

Frequently Asked Questions about mission-control

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a dashboard from agent memory and goal files?

To build a dashboard from agent memory, this Skill parses Markdown memory sources and auto-discovers goal documents to generate a dashboard-data.json file. It then embeds the result into index.html for offline viewing.

What's the best way to track OpenClaw agent activity without a server?

Tracking OpenClaw agent activity without a server is possible by embedding dashboard data directly into index.html. This creates a self-contained, offline-viewable dashboard with no external dependencies required.

How do I organize OpenClaw goal files for dashboard status tracking?

For dashboard status tracking, place goal files in the memory/goals directory. The Skill auto-discovers them and classifies each goal as active, planned, or complete within the visual dashboard.

Can I review daily agent progress from MEMORY.md entries?

Yes, you can review daily agent progress from MEMORY.md entries. The Skill builds an activity feed from dated memory entries and summarizes key facts from MEMORY.md into the consolidated dashboard view.

Does the dashboard generator require external dependencies to view reports?

No, the dashboard generator requires no external dependencies to view reports. It embeds dashboard data directly into index.html, enabling offline viewing without needing a running server.

Why are my Markdown memory sources not showing up in the dashboard?

Markdown memory sources may not show up if they are not properly parsed or located outside expected directories. Ensure memory entries are correctly dated and goal files are placed in the memory/goals folder for auto-discovery.