Install
openclaw skills install context-engine-deusMaintains and restores project context across sessions, tracks active projects, manages tasks, switches projects, and summarizes current progress.
openclaw skills install context-engine-deusSmart Context Engine maintains conversation state and project continuity across OpenClaw sessions.
The context engine automatically:
Projects are stored in: /home/deus/.openclaw/workspace/memory/projects/
projects.json - All project datasession.json - Current session stateSaves the current context including:
Trigger: Explicit mention ("remember", "save context"), session_end, heartbeat
Restores the previous session's context:
Trigger: session_start, explicit request
Switches between projects:
Trigger: Explicit mention ("switch to X")
Lists all projects with status indicators:
Trigger: Explicit mention ("show projects", "what are we working on")
Generates a summary of the active project:
Trigger: Explicit mention ("summarize", "where did we leave off")
| Trigger | Condition | Priority |
|---|---|---|
| session_start | New session begins | 1 |
| explicit_mention | User says "remember", "save context", "project", "switch to", "show projects", "summarize" | 2 |
| heartbeat | Every ~30 min when enabled | 3 |
Works with the MEMORY.md system - updates long-term memory with project summaries.