一键导入
supermemory-forget
// Remove outdated or incorrect information from memory. Use when user says something is no longer true, wants to delete a memory, or information has changed.
// Remove outdated or incorrect information from memory. Use when user says something is no longer true, wants to delete a memory, or information has changed.
Save important project knowledge to memory. Use when user wants to preserve architectural decisions, significant bug fixes, design patterns, or important implementation details for future reference.
Search your coding memory. Use when user asks about past work, previous sessions, how something was implemented, what they worked on before, or wants to recall information from earlier sessions.
Log in to Supermemory. Use when the user needs to authenticate, set up their API key, or when memory features report a missing key.
| name | supermemory-forget |
| description | Remove outdated or incorrect information from memory. Use when user says something is no longer true, wants to delete a memory, or information has changed. |
| allowed-tools | Bash(node:*) |
Remove outdated or incorrect information from Supermemory.
Describe the content to forget — the system will find and remove matching memories:
node ~/.codex/supermemory/forget-memory.js "DESCRIPTION_OF_WHAT_TO_FORGET"
To forget from a specific custom container:
node ~/.codex/supermemory/forget-memory.js --container <tag> "DESCRIPTION_OF_WHAT_TO_FORGET"
User says "I no longer use React, I switched to Vue":
node ~/.codex/supermemory/forget-memory.js "user prefers React for frontend development"
User says "forget that API endpoint, it changed":
node ~/.codex/supermemory/forget-memory.js "API endpoint for user authentication"
Confirm to the user that the memory has been removed. If they mentioned new information to replace it, use the supermemory-save skill to save the updated information.