Memory On Demand

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill matches its stated purpose of searching existing memory when asked, but it may read and surface past workspace or session history.

Install this if you want automatic retrieval of previous memory and session context. Before using it, check what QMD indexes and memory/*.md contain, and keep sensitive or outdated information out of those sources.

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

When a history-related question is asked, the agent may search local memory records to answer it.

Why it was flagged

The skill tells the agent to use local search commands. This is read-only and aligned with the memory-retrieval purpose, but users should know the agent may run local CLI searches.

Skill content
qmd search "关键词" --limit 5 ... grep -r "关键词" ~/.openclaw/workspace/memory/
Recommendation

Use this only if you are comfortable with the agent running local memory searches, and avoid storing highly sensitive material in the indexed memory locations.

What this means

Past notes, workspace records, or session history may influence answers or be summarized back to the user.

Why it was flagged

The skill retrieves from persistent QMD, workspace, session, and memory sources. That is expected for this skill, but it can expose or rely on prior stored context.

Skill content
QMD 索引:已配置 workspace + butler + researcher + sessions ... Memory 文件:自动读取 memory/*.md
Recommendation

Review what QMD and memory files contain, remove sensitive or stale entries, and treat retrieved memory as context to verify rather than unquestioned truth.