m3-forget
SolidDelete a memory permanently. Asks for confirmation first.
AI & Automation 16 stars
3 forks Updated today Apache-2.0
Install
Quality Score: 77/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
forget
Soft-delete memories by adding/removing the forget tag, or hard-delete outdated memories
15 Updated today
jmylchreest AI & Automation Listed
m3-get
Fetch one memory by UUID or short prefix.
16 Updated today
skynetcmd AI & Automation Solid
forget
Delete a memory from Wenlan by ID. Destructive and cannot be undone — prefer `/capture` with `supersedes` for corrections. Invoked as `/forget <source_id>`.
47 Updated today
7xuanlu