Reclaim disk space on your Mac
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
