Reclaw

PassAudited by ClawScan on May 1, 2026.

Overview

Reclaw is a coherent memory-management skill, but users should understand that it persistently stores and reuses user-specific conversation memory across sessions.

This skill appears purpose-aligned for persistent memory. Before installing, make sure you are comfortable with user-specific information being extracted into an append-only memory log, summarized, indexed, and reused in future sessions, and verify the separate Reclaw plugin installed in your OpenClaw environment.

Findings (2)

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.

What this means

Information learned in conversations may be retained, summarized, indexed, and brought back into later sessions.

Why it was flagged

The skill persistently stores session-derived memory and automatically reuses it in later sessions, which is central to the skill but means private or incorrect remembered information can influence future interactions.

Skill content
MEMORY.md is auto-loaded into every session... Reclaw session summary is written into MEMORY.md after each session extraction.
Recommendation

Use this only if you want persistent memory enabled, and periodically review or correct stored memories according to the Reclaw/OpenClaw memory controls available in your environment.

What this means

The real behavior depends on the Reclaw plugin already present in the user’s OpenClaw environment.

Why it was flagged

The instruction-only skill relies on an external Reclaw plugin for actual memory tools and extraction behavior, but that plugin code is not part of the provided artifacts.

Skill content
It assumes the current OpenClaw environment already has the Reclaw plugin installed.
Recommendation

Verify the installed Reclaw plugin and its source before relying on this skill for persistent memory.