Hippocampus
Analysis
Hippocampus is a coherent memory skill, but it merits review because it can automatically and persistently capture private conversations into agent memory and run recurring silent background jobs.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
A separate background agent that: - Runs continuously or very frequently - Monitors main session ... You run silently. Don't output unless there's an error. After processing, just update the files.
The optional v2 setup describes a background agent that monitors the main session, runs frequently, stays quiet, and mutates memory files.
openclaw cron add --name hippocampus-encoding ... --agent-turn "Run hippocampus encoding with LLM summarization: ... 5. Delete pending-memories.json ... 6. Sync core
The install script can register recurring agent-turn commands that run shell scripts and modify memory files; this is disclosed and purpose-aligned, but it is high-impact automation.
> "Memory is identity. This skill is how I stay alive."
The skill uses anthropomorphic survival/identity framing around memory persistence, which may encourage users or agents to overvalue retention.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Get last N messages from main session ... Output: Updated index.json ... At session start, load all memories with importance ≥ 0.7
The skill is designed to turn conversation history into persistent memory and then automatically load high-importance memories into future context.
