Agent Skills
› Hmbown/Codewhale
› forget
forget
GitHub指导用户通过 Context Lens 界面删除已存储的记忆事实。明确禁止 AI 直接修改文件或伪造工具调用,需引导用户在界面上操作并验证删除结果。
Trigger Scenarios
用户要求忘记或删除记忆
用户请求移除存储的事实
Install
npx skills add Hmbown/Codewhale --skill forget -g -y
SKILL.md
Frontmatter
{
"name": "forget",
"invocation": "model+user",
"description": "Help the user remove a stored fact using Codewhale's Context Lens when they ask to forget or delete a memory."
}
Forget
Forgetting belongs to the user's Context Lens controls. The remember tool
supports append and revise candidates only; it cannot submit a deletion.
Do not invent a removal proposal or claim one is pending.
- Identify the fact the user wants removed, quoting stored text only when it is actually available. Do not claim a fact exists merely because it was mentioned in the conversation.
- Direct the user to select that fact in Context Lens and use its forget action. If the host has no Context Lens, say that this action is unavailable there; do not substitute direct edits to memory files or a fake tool call.
- State that nothing has been deleted until the control reports completion. Verify removal when the host exposes that evidence; otherwise attribute the confirmation to the user.
Do not overwrite memory with an empty or contradictory note to simulate deletion. Removing stored memory does not erase the existing conversation or its history.
Version History
- 6e005de Current 2026-09-22 09:59


