OpenClaw Wiki Entry Skill
Analysis
Review before installing: the skill is purpose-aligned for local wiki maintenance, but it can automatically rewrite, reclassify, and move local notes without an extra confirmation step.
Findings (4)
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.
Step 3 路径决策记录到自己当天日志后自行继续,不等待确认。
The path decision determines whether content is written to a new or existing wiki page, and the skill explicitly says not to wait for confirmation before continuing into mutating steps.
# 5) 回写 source doc 的 graduated_to/status ... replace_line "$SOURCE_DOC" '^status:' 'status: graduated'
The metadata writeback script unconditionally marks the source document as graduated, which can propagate an incorrect completion state into later status, audit, and move steps.
help="$($qmd_entry --help 2>/dev/null)" ... out="$($QMD_ENTRY search "$query" -c "$collection" -n 8 --files 2>/dev/null)"
If configured, the skill executes an external QMD CLI from an environment-provided path for local history search.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
记录到自己当天日志(memory/YYYY-MM-DD.md)... agent | 每日日志 + 长期记忆 | 记录本次入库操作
The workflow intentionally writes decision records and operational summaries into persistent logs and long-term memory.
