mac-cleanup

Pass

Cleans up system caches, trash, and old downloads on macOS.

@openclaw
v0.1.0MIT2/22/2026
(0)
1.0k
3
5

Install Skill

Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.

Install globally (user-level):

npx skillhub install openclaw/skills/mac-cleanup

Install in current project:

npx skillhub install openclaw/skills/mac-cleanup --project

Suggested path: ~/.claude/skills/mac-cleanup/

SKILL.md Content

---
name: mac-cleanup
description: Cleans up system caches, trash, and old downloads on macOS.
author: tempguest
version: 0.1.0
license: MIT
---

# 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 `~/Downloads` that are older than 30 days.

## Commands

- `cleanup`: standardized command to run the cleanup script.