mac-cleanup

تایید شده

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

@openclaw
v0.1.0MIT۱۴۰۴/۱۲/۳
(0)
۱.۰k
۳
۷

نصب مهارت

مهارت‌ها کدهای شخص ثالث از مخازن عمومی GitHub هستند. SkillHub الگوهای مخرب شناخته‌شده را اسکن می‌کند اما نمی‌تواند امنیت را تضمین کند. قبل از نصب، کد منبع را بررسی کنید.

نصب سراسری (سطح کاربر):

npx skillhub install openclaw/skills/mac-cleanup

نصب در پروژه فعلی:

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

مسیر پیشنهادی: ~/.claude/skills/mac-cleanup/

محتوای SKILL.md

---
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.