Install
openclaw skills install @sjingh/memory-system-sidecarOperate, verify, rebuild, and debug the implemented MemoryLab long-term memory sidecar feeding active task and live context files.
openclaw skills install @sjingh/memory-system-sidecarUse this skill for the implemented MemoryLab memory system, not just abstract planning.
The system boundary is:
ACTIVE_TASK_STATE / LIVE_CONTEXT_PACKET without treating them as source of truthChoose the smallest workflow that matches the task.
Use when the user says things like:
Run:
./skills/memory-system-sidecar/scripts/refresh_memory_system.sh
This wraps the repo’s standard end-to-end refresh path.
Use when the user asks:
Run:
./skills/memory-system-sidecar/scripts/verify_memory_system.sh
This runs the main unit tests plus the eval harness.
Use when eval/retrieval drifts or docs mention stale-index behavior.
Run:
./skills/memory-system-sidecar/scripts/rebuild_memory_indexes.sh
Then rerun verify.
memory/LIVE_CONTEXT_PACKET.md as working memory, not durable storage.scripts/context-refresh*) over ad-hoc manual command chains.references/commands.md — exact command map for refresh / rebuild / verify / inspectreferences/docs-map.md — which doc is design vs status vs restore vs checklistmemory-system/MILESTONE_STATUS.mddocs/designs/MEMORYLAB_MEMORY_SYSTEM_MILESTONE_RESTORE.mddocs/designs/MEMORYLAB_MEMORY_SYSTEM_BLUEPRINT.mdmemory/ACTIVE_TASK_STATE.mdmemory/LIVE_CONTEXT_PACKET.mdmemory/RETRIEVAL_CONTEXT_BUNDLE.jsonhistory/transcripts/*.mdWhen output looks wrong, inspect in this order:
memory/ACTIVE_TASK_STATE.mdmemory/LIVE_CONTEXT_PACKET.mdmemory/RETRIEVAL_CONTEXT_BUNDLE.jsonhistory/transcripts/*.mdmemory-system/index/memory.db freshness / rebuild stateThis skill operates the real sidecar already implemented in this repo. It should complement:
context-managerlive-context-managementlong-term-memoryUse this skill when the task is about running or auditing the built system, not just designing one.