Memory
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent instruction-only memory skill that stores user-provided information locally, but users should understand it creates persistent plaintext memory under their home directory.
This skill appears benign and purpose-aligned. Before installing, understand that it is designed to create a persistent local memory store in ~/memory/ and may save information immediately when you share it. Review or delete that folder yourself if you want to remove stored memories.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Information the user shares may be stored persistently in local markdown files and reused later by the agent.
The skill directs the agent to persist user information into a long-term memory store. This is central to the stated purpose, but it can retain personal or sensitive context and influence future interactions.
When user shares important information: 1. Write to appropriate file in ~/memory/ 2. Update the category INDEX.md 3. Then respond Don't wait. Don't batch. Write immediately.
Install only if you want this local long-term memory behavior, and avoid sharing secrets or highly sensitive information unless you are comfortable with it being stored under ~/memory/.
The agent may read or search the local memory folder to answer questions or maintain indexes.
The skill documents local shell/file commands for searching and reading the memory folder. These commands are scoped to the skill’s own ~/memory/ directory and are expected for a local memory system.
grep -r "keyword" ~/memory/ cat ~/memory/INDEX.md cat ~/memory/projects/INDEX.md cat ~/memory/projects/alpha.md
Keep sensitive material out of ~/memory/ if you do not want it searched or surfaced in later conversations.
