Skills mac-cleanup
Cleans up system caches, trash, and old downloads on macOS.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aadipapp/mac-clean-skill" ~/.claude/skills/openclaw-skills-mac-cleanup && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aadipapp/mac-clean-skill" ~/.openclaw/skills/openclaw-skills-mac-cleanup && rm -rf "$T"
manifest:
skills/aadipapp/mac-clean-skill/SKILL.mdsource content
Mac Cleanup Skill
This skill helps you reclaim disk space on your MacBook Pro by cleaning up:
- System Caches: Clears the user cache directory (
).~/Library/Caches - Trash: Empties the Trash (
).~/.Trash - Old Downloads: Deletes files in
that are older than 30 days.~/Downloads
Commands
: standardized command to run the cleanup script.cleanup