
from agentmemory1,838
Guides safe deletion of specific observations or sessions from agentmemory: search, confirm with user, then call memory_governance_delete with explicit memory I
This skill lets an agent safely remove specific observations or sessions from the agentmemory store. It prescribes a non-destructive workflow: search for matching memories, present results to the user, request explicit confirmation, then delete by memory IDs and report the deletion count.
Use when a user explicitly requests data removal (phrases like "forget this", "delete memory") or when sensitive information must be purged for privacy compliance. Always require explicit user confirmation before performing deletions.
Designed for agents that integrate MCP plugins (Claude Code, Codex/Claude-style MCP-enabled runtimes) and any agent with access to the agentmemory MCP interface.
A skill that guides an agent to delete specific observations or sessions from agentmemory via MCP tools. Requires explicit user confirmation before any deletion, which is good safety practice. No bundled scripts — purely instructional via SKILL.md. The instructions are clear but narrowly scoped to agentmemory's specific MCP tools (memory_smart_search, memory_governance_delete), limiting portability. Falls back gracefully with troubleshooting steps if MCP tools aren't available.
Destructive operation skill that appropriately requires user confirmation. No security red flags — no remote code execution, credential exposure, or exfiltration risk. Minor deduction for no input validation and tight coupling to a single MCP server's API. Architecture is basic but functional — frontmatter present, no scripts/references separation. Usefulness is niche since it only serves agentmemory users.