How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-om:forgetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Remove specific observations from the observational memory system.
Remove specific observations from the observational memory system.
Determine the memory directory by running:
python3 -c "import os; print(os.path.expanduser('~/.claude/projects/' + os.getcwd().replace('/','-') + '/memory/'))"
Read the observations file (observations.md) from that directory.
If no arguments provided ($ARGUMENTS is empty):
If a topic is provided ($ARGUMENTS):
After confirmation:
observations.mdAlso check MEMORY.md for any related entries and offer to remove those too.
Confirm what was removed and what remains.
Important: Always ask for confirmation before deleting any observations. Show exactly what will be removed.
npx claudepluginhub turlockmike/claude-om --plugin claude-omDeletes specific observations or sessions from agentmemory via API after user confirmation. Use for privacy requests like 'forget this', 'delete memory', or targeted data removal.
Supersedes memory entries matching a query in CLAUDE.local.md, registers/*.md, and daily/*.md. Preserves history without deletion, annotates as outdated, updates metadata.json.
Audits and selectively forgets stored Claude Code memories. Use when memory is large/uncurated, project state has shifted, or retrieval quality degraded.