forget

Agent skill from rohitg00/agentmemory.

rohitg00 26k ↓ 8k Apache-2.0 updated 28d ago
Claude Code
View source ↗

What it does

  • Matches were shown to the user before any delete.
  • An explicit yes was received, not assumed.
  • memoryIds holds real ids from the search, never a bare sessionId.
  • Final message states the actual count deleted.
  • remember: the write side; forget is its undo.
  • recall: find the exact memory id before deleting.

Requirements & configuration

  • memorysmartsearch { "query": "old api key in config", "limit": 20 }

Configuration: ARGUMENTS

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

forget FAQ

What does the forget skill do?

Delete specific observations from agentmemory after showing them and getting explicit confirmation. Use when the user says "forget this", "delete memory", "remove that note", or wants to scrub specific data for privacy. Matches were shown to the user before any delete. An explicit yes was received, not assumed.

What does forget require?

memorysmartsearch { "query": "old api key in config", "limit": 20 } Configuration keys: ARGUMENTS.

How do I install forget?

Run: npx -y skills add https://github.com/rohitg00/agentmemory --skill forget --agent claude-code — the source lives at github.com/rohitg00/agentmemory.

Maintain forget?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

forget on getagentictools
[![forget on getagentictools](https://getagentictools.com/badge/skills/rohitg00-agentmemory-forget.svg)](https://getagentictools.com/skills/rohitg00-agentmemory-forget?ref=badge)
npx agentictools info skills/rohitg00-agentmemory-forget

The second line is the CLI lookup for this page — handy in READMEs and docs.