Memory Dream Review

Audit ClawXMemory memory quality with a read-only Dream pass over current file memories and the global profile.

OpenBMB efc2eb3 1.3 KB Updated

File contents

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

  1. Call memory_dream_review, usually with focus: "all".
  2. Report findings in this order:
    • projectRebuild
    • cleanup
    • profileSuggestions
    • ambiguous
    • noAction
    • timeLayerNotes
  3. State clearly that Dream Audit is read-only and no memory records were modified.
  4. 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.

openbmb/clawxmemory/tree/main/clawxmemory/agent-skills/memory-dream-review commit efc2eb3b96

Frequently asked questions

npx skillmds@latest add openbmb/memory-dream-review