Files
clawdbot/docs/cli/memory.md
2026-01-18 08:30:04 +00:00

1011 B
Raw Blame History

summary, read_when
summary read_when
CLI reference for `clawdbot memory` (status/index/search)
You want to index or search semantic memory
Youre debugging memory availability or indexing

clawdbot memory

Memory search tools (semantic memory status/index/search). Provided by the active memory plugin (default: memory-core; use plugins.slots.memory = "none" to disable).

Related:

Examples

clawdbot memory status
clawdbot memory status --deep
clawdbot memory status --deep --index
clawdbot memory status --deep --index --verbose
clawdbot memory index
clawdbot memory search "release checklist"

Options

  • --verbose: emit debug logs during memory probes and indexing.
  • --index-mode auto|batch|direct: override batch usage when indexing (direct favors speed; batch favors OpenAI Batch pricing).
  • --progress auto|line|log|none: progress output mode (log prints updates even without a TTY).