Session Memory Flush
PassAudited by VirusTotal on May 8, 2026.
Findings (1)
The session-memory-flush skill is a utility designed to summarize idle OpenClaw sessions and persist high-value context to a workspace memory file. The bundle includes an installation script (install.sh) that sets up a systemd user timer or crontab to run a Python watcher (watcher.py), which reads session transcripts and calls the user's configured LLM provider for summarization. The code follows standard practices, lacks obfuscation, and includes explicit security documentation regarding the handling of transcripts and API keys, ensuring data is only sent to the user's own configured endpoints.
