Mac Cleaner - Because your Mac shouldn't have more baggage than your ex.

v1.0.0

Analyze and safely clean disk space on macOS. Use when the user asks about Mac storage, "System Data" taking too much space, disk cleanup, freeing up space,...

0· 357·0 current·0 all-time
byJason@apprithm
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description promise (analyze and clean macOS disk space) matches the included SKILL.md and the provided shell script: it inspects home folders, caches, Xcode derived data, simulators, browser caches, trash, and optionally system logs. No unrelated capabilities (cloud access, networking, unrelated credentials) are requested.
Instruction Scope
SKILL.md tells the agent to run the bundled script in analyze or clean modes and includes manual commands for Time Machine, backups, and rm -rf of backup folders. The script performs destructive local operations (rm -rf on caches, DerivedData, simulator cleanup, sudo-based log deletions and uses osascript to empty Trash). These actions are coherent with the purpose but are inherently destructive—the skill prompts for confirmation before cleaning and warns about items that require review.
Install Mechanism
No install spec or external downloads. This is an instruction-only skill with a bundled bash script; nothing is fetched from remote URLs and no new binaries are installed.
Credentials
The skill requires no environment variables, no credentials, and no config paths. It does reference sudo for removing old logs, which is proportional to cleaning system logs and is documented in SKILL.md.
Persistence & Privilege
always is false and the skill is user-invocable. The default ability for an agent to invoke the skill autonomously is enabled (disable-model-invocation=false) — this is platform default. Because the skill can run a local cleanup script that performs deletions, allow autonomous invocation only if you trust the agent's decision-making; otherwise restrict invocation and run the script manually after review.
Assessment
This skill appears to do what it says: local analysis and safe cleanup of common macOS space hogs. Before using it: (1) Inspect the script yourself (it uses rm -rf on user caches, Xcode DerivedData, and other directories and sudo for old logs). (2) Run analyze mode first (bash scripts/mac-cleanup.sh analyze) to review what it would remove. (3) Back up or verify important items (iOS backups, Parallels VMs, Downloads, Time Machine snapshots) before deleting. (4) Only grant Full Disk Access or run sudo commands if you understand the implications. (5) If you don't want an agent to run destructive actions automatically, keep this skill user-invocable and run the cleanup manually after confirming prompts.

Like a lobster shell, security has layers — review code before you run it.

latestvk9757hdx9jh22ak6vx7wjzr48s821310

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments