MemoryBox
PassAudited by ClawScan on May 1, 2026.
Overview
MemoryBox appears purpose-aligned and transparent, but users should notice that it installs an external CLI and changes persistent agent memory files.
Before installing, verify the GitHub repository and consider pinning a trusted version. Back up your OpenClaw memory files before running split, archive, or init commands, and review any AGENTS.md changes because they can shape future agent behavior.
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.
Installing from the latest external repository could run code that was not part of this registry artifact review.
The reviewed package is instruction-only, while installation relies on external GitHub code and a sudo-created symlink. This is expected for a CLI install, but users should verify the repository and version before installing.
git clone https://github.com/Ramsbaby/openclaw-memorybox.git cd openclaw-memorybox && chmod +x bin/memorybox sudo ln -sf "$(pwd)/bin/memorybox" /usr/local/bin/memorybox
Inspect the GitHub repository, pin a trusted commit or release if possible, and only create the /usr/local/bin symlink if you trust the CLI.
Important memory content could be moved, archived, or made less visible to future agent sessions if used incorrectly.
The skill intentionally reorganizes persistent OpenClaw memory and suggests adding durable agent instructions. This is central to the stated purpose, but it can affect what future sessions remember or retrieve.
Prevents MEMORY.md bloat by organizing memory into 3 tiers ... memorybox split ~/openclaw ... memorybox archive ~/openclaw ... Add to AGENTS.md
Back up MEMORY.md and the memory/ directory before running mutating commands, review proposed changes, and keep AGENTS.md instructions minimal and accurate.
