Skip to main content

forget

Delete the Mem0 memories stored for this repository and this user. Use when the user asks to forget, clear, wipe, or delete memories.

Zur Installation springen

Quellinformationen

Repository
mem0ai/mem0
Letzte Quellaktivität
8. September 2026 um 18:02
Erkannte Sprache von SKILL.md
Englisch
Sterne
65.746
Forks
7.723

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
forget
description
Delete the Mem0 memories stored for this repository and this user. Use when the user asks to forget, clear, wipe, or delete memories.
disable-model-invocation
true
# Forget this repository's memories This permanently deletes remote memories. Before running anything, tell the user exactly what will be deleted: their own memories for this repository only. The repository's project memory is shared by everyone who works in it, so it stays unless the user explicitly asks to delete that too. After the user confirms, run: ```bash python3 "${CLAUDE_PLUGIN_ROOT}/core/memory_cli.py" --harness "claude-code" --plugin-data-dir "${CLAUDE_PLUGIN_DATA}" forget --remote --yes ``` If the user also asked to delete the repository's shared project memory, add `--include-project-memory` and say that this removes it for every teammate. Report what the command output says was deleted. If the user only wants local data cleared (evidence log, pending queue), run the same command without `--remote`. Never pass `--yes` before the user has confirmed in this conversation.
Auf GitHub ansehen