forget

Delete a memory by source_id from the Wenlan local store.

47|6|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/7xuanlu/wenlan --skill forget-7xuanlu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forget
Source: https://github.com/7xuanlu/wenlan/tree/main/plugin/skills/forget
Command: npx skills add https://github.com/7xuanlu/wenlan --skill forget-7xuanlu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delete a memory from Wenlan by its source_id, enabling removal of incorrect or outdated notes from the local store.

Core Features & Use Cases

  • Permanently delete a memory by the source_id with an explicit confirmation workflow to prevent accidental data loss.
  • Provides safety guidance on when to use forget versus editing or capturing a replacement memory.
  • Ensures auto-commit of changes to the local Wenlan store when applicable.

Quick Start

Provide the source_id of the memory to delete, and call forget with that ID.

Frequently Asked Questions about forget

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I permanently delete a memory from the Wenlan local store?

To permanently delete a memory from the Wenlan local store, provide the specific source_id and call forget with that ID, which removes the record and auto-commits changes.

What is the safest way to remove outdated data from my local memory store?

The safest way to remove outdated data uses an explicit confirmation workflow before deletion, preventing accidental data loss when you supply the correct source_id to remove a memory.

When should I delete a memory instead of editing or replacing it?

You should delete a memory when it is entirely incorrect or outdated and needs permanent removal, whereas editing or capturing a replacement is better for updating existing data.

Do I need a valid source_id to remove a memory from the Wenlan store?

Yes, you need a valid source_id to remove a memory from the Wenlan store, as the forget operation requires this specific identifier to target and safely delete the correct record.

Are deleted memories automatically committed to the local Wenlan store?

Yes, deleted memories are automatically committed to the local Wenlan store when applicable, ensuring your data management changes are saved immediately after the confirmation workflow.