2026-01-15 06:12:54 +00:00
|
|
|
|
---
|
|
|
|
|
|
summary: "CLI reference for `clawdbot memory` (status/index/search)"
|
|
|
|
|
|
read_when:
|
|
|
|
|
|
- You want to index or search semantic memory
|
|
|
|
|
|
- You’re debugging memory availability or indexing
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
# `clawdbot memory`
|
|
|
|
|
|
|
|
|
|
|
|
Memory search tools (semantic memory status/index/search).
|
|
|
|
|
|
|
|
|
|
|
|
Related:
|
|
|
|
|
|
- Memory concept: [Memory](/concepts/memory)
|
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
clawdbot memory status
|
2026-01-17 20:18:26 +00:00
|
|
|
|
clawdbot memory status --deep
|
|
|
|
|
|
clawdbot memory status --deep --index
|
2026-01-15 06:12:54 +00:00
|
|
|
|
clawdbot memory index
|
|
|
|
|
|
clawdbot memory search "release checklist"
|
|
|
|
|
|
```
|