Install
openclaw skills install openclaw-shared-memoryReuse, inspect, search, or append shared OpenClaw memory on the current machine. Use when a request depends on remembered local servers, deploy hosts, internal services, script paths, runbooks, workspace conventions, or prior user preferences that may already exist in OpenClaw memory.
openclaw skills install openclaw-shared-memoryResolve the skill directory from this SKILL.md file, then use the bundled script at scripts/openclaw_memory.py.
~/.openclaw/workspace/MEMORY.md~/.openclaw/workspace/memory/YYYY-MM-DD.md~/.openclaw/memory/main.sqliteIf OPENCLAW_HOME is set, use that as the root instead of ~/.openclaw.
MEMORY.md.memory/YYYY-MM-DD.md.Replace <skill-dir> with the directory that contains this SKILL.md.
python3 <skill-dir>/scripts/openclaw_memory.py doctor
python3 <skill-dir>/scripts/openclaw_memory.py recent --limit 5
python3 <skill-dir>/scripts/openclaw_memory.py search --query "deploy host" --limit 8
python3 <skill-dir>/scripts/openclaw_memory.py append --scope daily --text "Confirmed the deploy host is healthy." --dry-run
python3 <skill-dir>/scripts/openclaw_memory.py append --scope long --text "- Always search both the workspace project tree and the main project tree."