Hermes Memory Sync
PassAudited by ClawScan on May 10, 2026.
Overview
The skill appears to do what it says, but it handles private Hermes conversation logs and can create persistent daily memory files.
Before installing, verify the script source, run stats or compare first, confirm the Hermes sessions and memory output paths are correct, and only enable the daily cron job if you want ongoing automatic summaries of private conversation history.
Findings (3)
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.
Private chat content, decisions, and tool-use details may be preserved in Markdown files and could influence future memory use if those files are loaded later.
This confirms the skill intentionally converts Hermes conversation history into persistent readable memory files.
Reads session JSON/JSONL files, groups conversations by day, extracts key topics/decisions/tools used, and writes structured summaries to `workspace/memory/YYYY-MM-DD.md`.
Run it only on logs you are comfortable persisting, store the output in a private directory, and review or redact generated memory files if sessions may contain secrets.
If the cron job is created, the sync will continue running daily and writing memory files without a new manual command each time.
The skill documents an optional scheduled job that runs the memory sync every day.
cronjob action=create name="memory-sync-daily" ... schedule="0 3 * * *"
Create the cron job only if you want ongoing daily summaries, and know how to disable or delete the job when no longer needed.
Users have less external context for verifying the script's origin, even though the provided artifacts are coherent and the static scan is clean.
The registry metadata does not provide an upstream source or homepage for independent provenance checking.
Source: unknown; Homepage: none
Inspect the included script before running it and prefer a trusted source or pinned copy if deploying it broadly.
