Context Slimmer
PassAudited by ClawScan on May 1, 2026.
Overview
This is a user-directed local audit tool for specific context files; it reads persistent context data but shows no hidden exfiltration, destructive behavior, or automatic modification.
This skill appears safe for its stated purpose. Before installing or using it, be aware that it is meant to inspect files like USER.md, MEMORY.md, SOUL.md, and IDENTITY.md, which may contain private or behavior-shaping context. Apply any slimming recommendations manually and carefully so you do not remove important instructions or personal memory.
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.
Running the helper executes local code in the workspace and reads the named context files.
The skill tells the user to run a local shell helper. This is disclosed and central to measuring context-file sizes, but it is still local command execution.
bash scripts/measure.sh # Full audit (outputs recommendations) bash scripts/measure.sh --audit
Run it only from the intended workspace and inspect the included script if you are cautious.
The audit may expose or influence decisions about persistent user memory, identity, and agent instruction files.
The script targets persistent always-loaded context and memory/profile-style files. This is purpose-aligned for context slimming, but these files may contain sensitive or behavior-shaping information.
FILES="AGENTS.md TOOLS.md USER.md MEMORY.md HEARTBEAT.md SOUL.md IDENTITY.md"
Review recommendations before applying them, and avoid sharing audit outputs or file contents if they include private context.
