m3-forget

Solid

Delete a memory permanently. Asks for confirmation first.

AI & Automation 16 stars 3 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 77/100

Stars 20%
41
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
41
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# M3 Forget ## When to Use 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. ## Instructions # Confirm before delete 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`.

Details

Author
skynetcmd
Repository
skynetcmd/m3-memory
Created
5 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category