Install
openclaw skills install openclaw-memory-managerOpenClaw-native memory maintenance, snapshots, indexing health checks, and review workflows. Use when you need to protect context before risky work, troubles...
openclaw skills install openclaw-memory-managerMaintain OpenClaw memory without replacing it.
This skill is for the existing OpenClaw memory model:
MEMORY.md for curated long-term memorymemory/YYYY-MM-DD.md for daily notesmemory_search / memory_get for retrievalDo not migrate the workspace into a different memory architecture. Do not move canonical daily memory files by default. Do not present keyword grep as semantic search.
scripts/check.ps1 — quick health/status summaryscripts/snapshot.ps1 — create a safe snapshot from current memory filesscripts/review.ps1 — generate a review draft from recent daily notesscripts/search.ps1 — wrapper around openclaw memory search with keyword fallbackscripts/doctor.ps1 — diagnose provider/index readiness and attempt repairscripts/archive.ps1 — archive older daily notes safelyreferences/workflow.md — operating rules and recommended workflowsMEMORY.md.memory/YYYY-MM-DD.md as the canonical daily log format.Run:
pwsh -File scripts/check.ps1
Use when you want:
Run:
pwsh -File scripts/doctor.ps1
Use when:
memory_search is unavailableTo attempt automatic recovery:
pwsh -File scripts/doctor.ps1 -Repair
Run:
pwsh -File scripts/snapshot.ps1
Use before:
Run:
pwsh -File scripts/review.ps1 -Days 7
Use when:
MEMORY.mdRun:
pwsh -File scripts/search.ps1 -Query "jobpulse redesign"
Behavior:
openclaw memory searchRun:
pwsh -File scripts/archive.ps1 -KeepDays 30
Use when old daily notes should move out of the main memory/ folder without disturbing recent working memory.
These scripts are PowerShell-first because many OpenClaw workspaces run on Windows. They avoid machine-specific paths where possible and accept -Workspace overrides for portability.
For workflow guidance and safety boundaries, read references/workflow.md.