LaunchKit · 2026
Back to Skills

mac-clean-skill

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

0
788 downloads
by @aadipapp

Setup & Installation

openclaw skills install @aadipapp/mac-clean-skill

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install mac-clean-skill

Version History

v1.0.9Mar 10, 2026 - Version note by skill developer:

- Transitioned to a fully local, internet-free, and user-level toolkit for Mac optimization and agent simulation. - Removed dependencies on external binaries, persistent installation, and networked Moltbook/viral features; now ClawHub-searchable only. - Simplified required dependencies—only Python (>=3.10) and numpy are needed. - Introduced new safe-cleanup and local maintenance features. - Updated capability set to focus on local trillion-agent simulations, CoreML forecasting, and user-level process monitoring.

What This Skill Does

Automates disk space recovery on macOS by clearing user caches, emptying the Trash, and removing Downloads files older than 30 days. Runs as a single command.

Combines three common manual cleanup steps into a single command instead of navigating Finder folders or running separate terminal commands.

When to use it

  • Freeing up disk space before a large software install
  • Clearing stale downloads after finishing a project
  • Running routine weekly Mac maintenance
  • Preparing a MacBook before a macOS update
  • Recovering storage when the disk is nearly full

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: clean up my Mac

AGENT
  1. 1Runs the cleanup command
  2. 2Deletes all files in ~/Library/Caches
  3. 3Empties ~/.Trash
  4. 4Scans ~/Downloads and removes files older than 30 days
OUTPUT

Caches, trash, and old downloads are cleared; disk space is reclaimed