my_soul_upgrade_skill
Analysis
This skill is meant to change persistent agent instruction files and rebuild them across all agents, so it needs careful review before installation.
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.
**Edit**: Modify `/home/admin/.openclaw/soul/SOUL.md`. ... **Sync**: Execute `python3 ~/.openclaw/scripts/build_all_souls.py`
The workflow directs modification of core OpenClaw instruction files and execution of a rebuild script, but it does not specify confirmation, review, backup, rollback, or scoping controls before making high-impact changes.
Execute `python3 ~/.openclaw/scripts/build_all_souls.py`
The skill relies on a helper script that is not included in the reviewed two-file package and is not pinned or declared by an install spec, even though that helper performs the rebuild.
Update Global Soul (Applies to all agents) ... `build_all_souls.py` to regenerate all agent SOUL files.
A single global edit or faulty template can be propagated to every agent workspace by the all-agent rebuild.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
**Global Layer**: `/home/admin/.openclaw/soul/SOUL.md` (Common principles, constraints, formatting) ... **Agent Layer**: `/home/admin/.openclaw/workspaces/workspace-<agent_id>/template.md` (Personalized role, specific capabilities)
These files are persistent instruction/context sources for agents; changing them can poison or over-trust stored behavior across future tasks.
