Agent Memory Setup
Analysis
This skill is a coherent memory-system setup tool, but users should understand that it creates persistent agent memory, can install an OpenClaw plugin, and enables recurring heartbeat behavior.
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.
openclaw plugins install @martian-engineering/lossless-claw
The user-run setup script can install an external OpenClaw plugin without a version pin. This is disclosed and purpose-aligned, but it is still a supply-chain dependency users should trust before running.
echo ' "heartbeat": { "every": "1h" }'The setup recommends recurring heartbeat behavior. This is disclosed and intended for memory maintenance, but it creates ongoing autonomous check-ins that users should configure deliberately.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Before doing anything else: ... Read `SOUL.md` ... Read `USER.md` ... Read `memory/YYYY-MM-DD.md` ... Also read `MEMORY.md` ... Don't ask permission. Just do it.
The template establishes persistent files as recurring context for the agent. This is expected for a memory system, but those files can contain sensitive or misleading information that will influence future sessions.
