Memory Tiers

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: memory-tiers Version: 0.1.0 The OpenClaw AgentSkills bundle 'memory-tiers' is designed for tiered memory management for AI agents. All scripts (`maintain.js`, `promote.js`, `report.js`, `track.js`) operate on files within the agent's designated workspace (`.openclaw/workspace`) and the skill's state directory. The `SKILL.md` provides clear, benign instructions for the agent to run these local scripts. The `track.js` script parses internal agent session logs to track memory access, and while it uses `JSON.parse` on log entries, it only extracts data for internal logging and does not execute any parsed content. The `maintain.js` and `promote.js` scripts modify markdown memory files by moving sections, which is their stated purpose, without executing the markdown content. There is no evidence of data exfiltration, unauthorized remote execution, persistence mechanisms, or prompt injection attempts to subvert the agent's core function.