OpenClawSkills
GitHub
CLI Reference • TutorialHeader.readTime

Memory

CLI reference for `openclaw memory` (status/index/search)

Manages semantic memory indexing and search.

Provided by the active memory plugin (default: memory-core; disable by setting plugins.slots.memory = "none").

Related:

- Memory concept:Memory

- Plugins:Plugins

Tutorial.step

Examples

Bash
openclaw memory status
openclaw memory status --deep
openclaw memory status --deep --index
openclaw memory status --deep --index --verbose
openclaw memory index
openclaw memory index --verbose
openclaw memory search "release checklist"
openclaw memory status --agent main
openclaw memory index --agent main --verbose
Tutorial.step

Options

Common:

- --agent <id>: scope to a single agent (default: all configured agents).

- --verbose: emit detailed logs during probing and indexing.

Notes:

- memory status --deep probes vector + embedding availability.

- If the store is dirty, memory status --deep --index runs re-indexing.

- memory index --verbose prints details per phase (provider, model, sources, batch activity).

- memory status includes any extra paths configured via memorySearch.extraPaths.