Reclaim disk space on your Mac
PassAudited by ClawScan on May 1, 2026.
Overview
The skill is a simple, user-directed Mac cache cleanup instruction, but users should notice it uses a destructive Terminal delete command.
This appears safe to install as an instruction-only cache cleanup skill. Before using it, confirm the command still reads exactly `rm -rf ~/Library/Caches/*`, understand that it deletes cache files without an easy undo, and avoid entering your system password unless you are certain the prompt is legitimate and expected.
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.
The command can free space, but it may remove cached app data and is not easily reversible.
This is a destructive shell command that recursively deletes files under the user's cache directory. It is aligned with the cleanup purpose and is shown as a user-run Terminal step, but users should understand the deletion behavior before running it.
rm -rf ~/Library/Caches/*
Run it only if you intend to clear user caches, and consider closing apps first or backing up important work.
A user may underestimate the effect of deleting cache files or entering commands in Terminal.
The safety language is broadly reassuring while the skill still asks the user to run a force-delete command. The command is scoped to caches, but users should not treat any `rm -rf` command as risk-free.
Personal files stay completely safe throughout the process.
Review the exact path in the command before running it and do not enter a password unless the prompt is clearly from macOS for a trusted action.
