总结

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only memory-summary skill, but users should review what it saves because its memories can persist and affect later sessions.

This skill appears benign and purpose-aligned. Before installing or using it, make sure you are comfortable with it saving structured troubleshooting notes into persistent memory. Review entries before saving, especially logs, commands, configuration details, shared memories, and any P0/L0 rules that could influence future sessions.

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

Incorrect, stale, or overly broad memories could be reused later, and P0/L0 entries could influence future agent behavior until removed or changed.

Why it was flagged

The skill intentionally creates persistent memories, including entries that may be loaded into future sessions and affect agent context or behavior.

Skill content
| **L0** | 核心索引,始终加载 | 每次会话 | ... | **P0** | 永不过期 | 核心人设、操作规则、关键偏好 |
Recommendation

Only save durable rules or preferences with clear user intent, avoid putting secrets into memory, and reserve P0/L0 for explicitly approved long-term information.

What this means

If the local memory manager script is untrusted or modified, using this command could affect local memory files beyond what the SKILL.md itself shows.

Why it was flagged

The skill documents an optional command that runs a local memory-management script outside the included instruction-only artifact.

Skill content
python3 ~/.openclaw/scripts/memory_mgr.py add <agent> "<内容>" P1 L1
Recommendation

Run the helper command only if you trust the local OpenClaw memory manager script; otherwise save or edit the documented memory files directly.