File-system + vector-powered memory skill for OpenClaw — semantic recall, daily journaling, and safeguard flushing, all running locally via Ollama

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The memory-system skill provides a local file-based memory and search system for OpenClaw agents. The implementation demonstrates strong security awareness, including explicit path traversal protections in src/get.ts and src/write.ts to ensure file operations remain within the designated memory directory. Additionally, src/embed.ts uses native fetch calls to interact with a local Ollama instance rather than risky shell commands, and no evidence of data exfiltration or malicious prompt injection was found.