ワンクリックで
m3-forget
Delete a memory permanently. Asks for confirmation first.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Delete a memory permanently. Asks for confirmation first.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | m3-forget |
| description | Delete a memory permanently. Asks for confirmation first. |
Use this skill when the user wants to delete a specific memory from their store. Always verify and confirm the deletion to prevent accidental loss of important information.
Step 1 — fetch the target via m3:memory_get with id="$ARGUMENTS". Show the user:
About to delete:
id: <uuid>
title: <title>
type: <type>
content: <first 200 chars>
Step 2 — ask: "Type the first 8 chars of the id to confirm deletion, anything else to abort."
Step 3 — on match, call m3:memory_delete with the full id. On mismatch, abort and say "skipped — id mismatch."
If the user wants a softer alternative, mention m3:gdpr_forget (Article 17 — sets a tombstone instead of hard delete) or just writing a superseding memory via /m3:save.
List registered agents and their last heartbeat. Useful for multi-agent setups.
GDPR Article 20 — export all memories you own as portable JSON.
Search captured chat-log turns from your prior Claude / Gemini / Antigravity sessions.
Fetch one memory by UUID or short prefix.
Show memories related to a given one — knowledge-graph traversal up to 3 hops.
Health check — package version, installed payload, chatlog DB row count, per-agent hook state.