| name | memory-dream-review |
| description | Audit ClawXMemory memory quality with a read-only Dream pass over current file memories and the global profile. |
| homepage | https://github.com/OpenBMB/ClawXMemory/tree/main/clawxmemory |
| metadata | {"openclaw":{"skillKey":"openbmb-clawxmemory","requires":{"config":["plugins.entries.openbmb-clawxmemory.enabled"]}}} |
Dream Audit
Use this skill when the user asks to audit memory quality, inspect profile drift, review duplicate project memories, or decide what should be promoted into longer-term memory.
Primary Path
- Call
memory_dream_review, usually with focus: "all".
- Report findings in this order:
projectRebuild
cleanup
profileSuggestions
ambiguous
noAction
timeLayerNotes
- State clearly that Dream Audit is read-only and no memory records were modified.
- Only call
memory_get if the user asks to inspect one specific finding in detail.
Focus Guidance
- Project cleanup or duplicate project summaries:
use
memory_dream_review({ focus: "projects" })
- Profile drift or promotion questions:
use
memory_dream_review({ focus: "profile" })
- Mixed governance review:
use
memory_dream_review({ focus: "all" })
Guardrails
- Do not imply that Dream Audit already rewrote any memory files.
- Treat
timeLayerNotes as integrity observations only, not rewrite instructions.
- Prefer citing the returned
evidenceRefs instead of guessing where a finding came from.