Minimal Memory
PassAudited by ClawScan on May 1, 2026.
Overview
This skill is a coherent local memory organizer that writes and searches workspace memory files, with no evidence of network access, credential use, hidden execution, or exfiltration.
This appears safe for its stated purpose, but treat it as persistent memory: only save information you are comfortable retaining in the OpenClaw workspace, periodically review MEMORY.md and daily logs, and remove stale, sensitive, or misleading entries.
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 saved in memory may affect future agent responses or actions, even though it stays local in the workspace based on the provided artifacts.
The skill is explicitly designed to persist agent memory across tasks in long-term and daily files, so incorrect, sensitive, or stale entries could later be reused by the agent.
**MEMORY.md = Long-term essentials (GOOD/BAD learnings only)** **memory/YYYY-MM-DD.md = Daily operations (GOOD/BAD/NEUTRAL tagged)**
Review memory entries periodically, avoid storing secrets or sensitive personal data, and correct or remove entries that are outdated or misleading.
Running the helper scripts can create, update, search, or move local memory files in the OpenClaw workspace.
The bundled shell helpers create and modify local memory files. This is disclosed and central to the skill's purpose, but users should understand that running the helpers changes workspace files.
mkdir -p "$MEMORY_DIR"
# If file doesn't exist, create with template
if [[ ! -f "$TODAY_FILE" ]]; then
cat > "$TODAY_FILE" << EOFRun the helper scripts only when you intend to manage memory files, and review the workspace memory directory if you want to verify what was stored.
