BOOK BRAIN – LYGO 3-Brain Filesystem Helper
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill coherently helps an agent organize workspace memory files and logs, with no code, credentials, or install-time execution shown.
Install only if you want the agent to help organize files in your workspace. Review any proposed folders or indexes before relying on them, avoid storing secrets in persistent memory files, and preserve the skill's stated rule to add rather than overwrite or delete existing data.
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.
The agent may modify the workspace by adding organizational folders, indexes, and logs.
The skill explicitly relies on filesystem mutation authority. This is aligned with its memory-organization purpose, but users should notice that it may add folders, files, and log entries.
works for any agent that can: - read/write files - create folders - append to logs
Use it in a workspace where these changes are desired, and keep the documented no-overwrite and human-choice safeguards in place.
Information placed in memory logs or indexes may be reused in later sessions and could affect what the agent treats as relevant context.
The skill creates persistent memory indexes and retrieval structures. This is central to its purpose, but such files can retain sensitive project context and influence later agent retrieval.
Maintain `state/memory_index.json` or similar: - key topic → list of file paths - optional tags (dates, systems, people)
Avoid storing secrets or unnecessary personal data in these memory files, and periodically review indexes and logs for accuracy and relevance.
