Xiucheng Self Improving Bwm

PassAudited by ClawScan on May 10, 2026.

Overview

This appears to be a small, local self-improvement logger/reporter, with the main caution that it stores improvement notes that could influence future behavior.

This looks safe for normal use as a local self-improvement logger. Before installing, decide whether you are comfortable with persistent improvement notes in the OpenClaw workspace, avoid putting sensitive conversation content into the log, and review any personality or strategy changes manually.

Findings (1)

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

Improvement notes may persist across sessions and, if later loaded into memory or applied to SOUL.md, could shape the agent's future responses.

Why it was flagged

The skill stores improvement insights in a persistent workspace file and references the agent's SOUL.md personality anchor when generating suggestions.

Skill content
self.improvement_log = self.workspace / "improvement_log.md"
self.soul_file = self.workspace / "SOUL.md"
...
f.write(f"- {insight}\n")
Recommendation

Keep the improvement log reviewable, avoid logging sensitive conversation details, and manually review any suggested SOUL.md changes before applying them.