Overview

The top-level control surface for your OpenClaw setup.

OpenClaw Mission Control v4

Now organized as focused pages instead of one long dashboard wall. Use the sidebar to move between categories.

Sidebar navigation Focused pages Snapshot live panels Expandable architecture
Primary modelLoading…
Memory itemsLoading…
JobsLoading…

Quick launch

cd /home/openclaw/.openclaw/workspace/mission-control
./scripts/refresh-all.sh
./scripts/serve.sh

Served over HTTP works better than opening raw files.

Data model
Live-backed panels: status, cron/reminders, sessions.
File-backed panels: personal calendar, memory index.
Refresh regenerates local data snapshots, syncs served files, and redraws the dashboard.

System status

Recent sessions

Current note

Codex OAuth works for chat, but memory embeddings are separate.

Operations

Health, diagnostics, quick actions, and operator commands.

Quick actions

Health & diagnostics

openclaw doctor --non-interactive
openclaw security audit --deep
openclaw models status

Operator console

cat /home/openclaw/.openclaw/workspace/.learnings/LEARNINGS.md
cat /home/openclaw/.openclaw/workspace/.learnings/ERRORS.md
cat /home/openclaw/.openclaw/workspace/.learnings/FEATURE_REQUESTS.md
cd /home/openclaw/.openclaw/workspace
git log --oneline -- mission-control skills docs .learnings

Calendar

An Outlook-style agenda view for reminders, cron jobs, and recurring automations.

Upcoming agenda

Memory

Past memories, daily notes, learnings, and long-term memory review.

Categories

Memory details

Memory paths

/home/openclaw/.openclaw/workspace/MEMORY.md
/home/openclaw/.openclaw/workspace/memory/
/home/openclaw/.openclaw/workspace/.learnings/

Skills

Custom skills, docs, and your local assistant extensions.

Installed custom skills

Skill details

Click a skill to see its description and details.

Skill paths

/home/openclaw/.openclaw/workspace/skills/learning-loop/SKILL.md
/home/openclaw/.openclaw/workspace/skills/number-memory/SKILL.md

Sessions

Recent sessions and transcript locations.

Recent sessions

Team

Organization chart for the owner, main assistant, and sub-agents.

Team structure

Docs

Cheat sheets, generated docs, and mission control resources.

Cheat sheets & docs

/home/openclaw/.openclaw/workspace/docs/memory-systems-cheat-sheet.md
/home/openclaw/.openclaw/workspace/docs/memory-systems-cheat-sheet.pdf
/home/openclaw/.openclaw/workspace/mission-control/index.html

Architecture direction

mission-control/
├── index.html
├── data/
│   ├── status.json
│   ├── cron.json
│   ├── memory-index.json
│   └── sessions.json
└── scripts/
    ├── refresh-all.sh
    ├── refresh-status.py
    └── refresh-memory.py