Depth Memory
AdvisoryAudited by Static analysis on May 9, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
Running setup will execute the included JavaScript and create or update local memory files in the current workspace.
The skill relies on a user-run local Node setup script to initialize its workspace files. This is disclosed and the script source is provided, but users should notice that setup executes local code.
skill 安装后需要运行初始化脚本... node skills/depth-memory/scripts/setup.mjs
Run the setup script only from the intended workspace, and review scripts/setup.mjs if you are concerned about local file changes.
Incorrect, outdated, or sensitive information stored in deep memory could persist and affect future responses until reviewed or removed.
The skill intentionally creates persistent memory entries and encourages retaining history, so stored content may be reused in later tasks.
读完一篇文档/博客,主动提取关键内容存入 deep-memory ... 不要删除旧文件,只追加或修正(保留历史版本)
Store only information you want retained, periodically review DEEP-MEMORY.md and deep-memory/, and treat retrieved memory as context to verify rather than automatic truth.
