Installs and manages Scope-Based Memory and Automated REM Sleep (memory consolidation) for OpenClaw agents. Use this skill when an agent's MEMORY.md is bloat...
Security Analysis
high confidenceThe skill's files and runtime instructions match its stated purpose of reorganizing agent memory; it contains no external endpoints or secret requests, but it does schedule autonomous background runs that will read and modify the agent's MEMORY.md and related log files—review that behavior before enabling.
Name, description, and instructions all focus on converting a monolithic MEMORY.md into scoped topic files and running periodic consolidation. The single setup script only scaffolds memory/topics; nothing requested is unrelated to memory management.
SKILL.md explicitly instructs creating directories, scheduling a cron job to run consolidation in an 'isolated' session, and reading MEMORY.md plus recent daily logs to extract/prune/move content. All referenced files and actions are consistent with memory-consolidation purpose and do not reference unrelated system files or external endpoints.
No install spec; a tiny shell script (creates memory/topics) is included. Nothing is downloaded from external URLs and no archives are extracted — low install risk.
The skill requires no environment variables, secrets, or external credentials. The actions it asks for (reading and reorganizing MEMORY.md and memory/*.md logs) are proportionate to its function.
The skill instructs scheduling a recurring cron job that will autonomously wake an agent in an 'isolated' session to read and modify memory files. While 'always' is false and no extra credentials are requested, the recurring autonomous access to agent memory is a privacy/privilege consideration the user should review.
Guidance
This skill appears coherent and low-risk technically, but it will schedule recurring autonomous runs that read and rewrite your agent's MEMORY.md and related daily logs. Before installing: (1) back up MEMORY.md, (2) inspect the cron job payload and confirm you accept weekly automated consolidation, (3) verify what the platform's 'cron' tool and 'isolated' session actually do and what permissions they have, (4) run the setup script and perform a manual migration first to confirm results, and (5) ensure no sensitive data you don't want reorganized into topic files is currently stored in MEMORY.md. If you want tighter control, decline automatic scheduling and run consolidation manually.
Latest Release
v1.0.0
Initial release: Automated REM sleep architecture for OpenClaw agents
Popular Skills
Published by @john-20-ux on ClawHub