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.

インストールへ移動

ソース情報

リポジトリ
mem0ai/mem0
ソースの最終更新活動
2026年9月8日 18:02
検出された SKILL.md の言語
英語
スター
65,416
フォーク
7,668

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
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 "${ANTIGRAVITY_PLUGIN_ROOT}/core/memory_cli.py" --harness "antigravity" 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.
GitHubで見る