What problem does it solve?
The memory skill helps you reliably store and retrieve durable facts so the agent can recall preferences, profile details, and long-term notes across sessions instead of asking the same questions again.
Core Features & Use Cases
- Recall durable memory: Use injected USER.md for current identity/profile questions and search curated memory files for historical non-profile recall.
- Remember, update, and correct: Update user profile fields via USER.md, create daily or named notes under memory/YYYY-MM-DD.md or memory/**/*.md, and update long-term curated facts in MEMORY.md by rewriting the full content.
- Forget safely: Find the relevant source first, then delete an entire memory source file when supported or edit the exact lines/paths when write/delete tools are not available.
- Bounded, safe storage: Avoid saving deliverables, secrets, tokens, private keys, or full credential contents; confirm updates only after the write or delete succeeds.
Quick Start
Ask: "Remember that my timezone is America/New_York and update my profile, then recall it when I ask about my timezone."