Install
openclaw skills install better-memoryOne-shot smart installation and ongoing maintenance for a native OpenClaw memory stack with L1 daily logs (`memory/YYYY-MM-DD.md`), L2 sidecar summaries, and...
openclaw skills install better-memorystate_dir = ".openclaw-memory-os"
Run once to inject memory capability additively and generate migration + schedule artifacts:
python3 skills/better-memory/scripts/smart_install.py --workspace .
Supported install customization:
--daily-time HH:MM (default 22:00)--weekly-day MON..SUN (default SUN)--weekly-time HH:MM (default 20:00)--monthly-day 1..31 (default 1)--monthly-time HH:MM (default 10:00)--entry-threshold N (default 8)memory/YYYY-MM-DD.md.openclaw-memory-os/l2/{experience,value,standard}.mdMEMORY.mdTyped taxonomy:
experience: think, say, dovalue: good, badstandard: right, wrongpython3 skills/better-memory/scripts/capture_memory.py --workspace . --kind <experience|value|standard> --axis <axis> --topic "<topic>" --statement "<statement>"python3 skills/better-memory/scripts/run_daily_review.py --workspace .python3 skills/better-memory/scripts/run_weekly_rollup.py --workspace .python3 skills/better-memory/scripts/run_monthly_review.py --workspace .python3 skills/better-memory/scripts/apply_monthly_cleanup.py --workspace . --rerollup
.openclaw-memory-os/reviews/apply-summary-*.md.python3 skills/better-memory/scripts/emit_cron_template.py --workspace .python3 skills/better-memory/scripts/promote_legacy_memory.py --workspace . --preparepython3 skills/better-memory/scripts/promote_legacy_memory.py --workspace . --applyCompatibility command:
python3 skills/better-memory/scripts/refine_memory.py --workspace .
AGENTS.md, MEMORY.md, and daily logs.AGENTS.md, MEMORY.md, and optional HEARTBEAT.md.memory/ so memory_search behavior stays clean.Read references/memory-schema.md for schema and lifecycle details.