"Delete specific memories or clear memory categories. Use with caution - forgotten memories cannot be recovered."
Install
npx skillscat add veriteknik/pluggedin-plugin/memory-forget Install via the SkillsCat registry.
SKILL.md
Memory Forget
Remove specific memories from the Plugged.in memory system.
Process
- If
$ARGUMENTSlooks like a UUID, confirm deletion of that specific memory - If
$ARGUMENTSis a search query, search for matching memories and present them - Ask for confirmation before deleting (memories cannot be recovered)
- Delete confirmed memories via the API
Safety
- Always confirm before deletion
- Show the memory content before deleting so the user knows what will be removed
- Suggest alternatives: decay stage can be manually set to "forgotten" instead of hard delete
- SHOCK memories require explicit confirmation as they bypass normal decay
Note
Deleted memories are permanently removed from both the database and the vector index. The natural decay system (full -> compressed -> summary -> essence -> forgotten) is usually preferred over manual deletion.