forget

Installation
SKILL.md

Mem0 Forget

Delete specific memories from mem0.

Execution

Step 1: Parse input

The user provides either:

  • A search query: /mem0:forget auth module decisions
  • A memory ID: /mem0:forget <memory_id>

If no argument, ask: "What should I forget? Provide a search query or memory ID."

Step 2: Find memories

If memory ID provided (looks like a UUID or hex string):

  • Call get_memory with the ID to verify it exists.
  • Show: Found: "<memory content first 120 chars>" (created <date>)
Installs
40
Repository
mem0ai/mem0
GitHub Stars
60.1K
First Seen
May 25, 2026
forget — mem0ai/mem0