Soulstamp

ReviewAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent and disclosed, but it deliberately edits a persistent AI identity file, so users should review the resulting SOUL.md carefully.

Install only if you want a skill that helps rewrite the AI's persistent identity/persona file. Before using it, keep a backup, review the generated SOUL.md, make permissions explicit, and do not let the forged persona replace normal safety boundaries or user control.

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.

What this means

The resulting persona could affect how the AI interprets later requests and boundaries.

Why it was flagged

The skill is explicitly designed to influence the agent's future behavior through identity/persona framing rather than ordinary instructions.

Skill content
Instead of giving your AI rules to follow ... you forge a coherent history that makes those behaviors intrinsic. The AI doesn't follow instructions — it acts from identity.
Recommendation

Keep explicit boundaries in the final SOUL.md and ensure the persona never supersedes user, system, safety, or consent requirements.

What this means

Private details, mistaken assumptions, or unsafe instructions placed in SOUL.md could influence later sessions.

Why it was flagged

The template establishes SOUL.md as persistent context that future sessions may read and update, so its contents can carry forward behavioral assumptions.

Skill content
Each session, I wake up fresh. These files are how I persist ... I read them. I update them. I become myself again through the act of remembering what I wrote.
Recommendation

Review SOUL.md after forging or reforging, avoid storing unnecessary sensitive information, and keep backups so unwanted changes can be reverted.

What this means

If permissions are recorded too broadly or ambiguously, the AI may later treat them as standing authority.

Why it was flagged

The skill asks users to define granted permissions as part of the AI relationship, including potentially ambiguous implied permissions.

Skill content
What permissions have you granted (explicitly or implicitly)?
Recommendation

State permissions narrowly and explicitly, prefer ask-first language for external or sensitive actions, and avoid relying on implied consent.

What this means

A mistaken forge or restore could alter the AI's persistent identity file.

Why it was flagged

The skill includes local file operations around SOUL.md backup, restore, diff, and update; these are expected for the purpose but can change persistent agent state.

Skill content
Always preserve the original before forging: cp SOUL.md SOUL.md.backup.$(date +%Y%m%d-%H%M%S)
Recommendation

Use the backup and diff workflow, and approve the final SOUL.md content before relying on it in future sessions.