Mnemon Memory
Analysis
The memory feature is coherent, but installation adds persistent OpenClaw hooks and plugins that can influence the agent on every message, so it should be reviewed before use.
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.
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.
go install github.com/mnemon-dev/mnemon@latest ... mnemon setup --target openclaw --yes
The skill asks the user to install an external, latest-version CLI and then run a setup command that deploys OpenClaw components. Because those installed hook/plugin contents are not present in the artifact, the installer has meaningful control over the agent environment.
Hook → `~/.openclaw/hooks/mnemon-prime/` (agent:bootstrap — injects behavioral guide) ... Plugin → `~/.openclaw/extensions/mnemon/` (remind, nudge, compact hooks)
The setup creates persistent OpenClaw hooks and extensions, including a bootstrap behavior guide and message-time plugins, which continue operating after installation rather than only during a single explicit command.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`remind` | on | Recall relevant memories + remind agent on each message ... Do not store secrets, passwords, or tokens.
The skill stores persistent memories and can automatically reintroduce relevant memories into future agent context. The artifact includes a guardrail against storing secrets, but users still need to treat saved memories as durable influence on future tasks.
