What problem does it solve? Managing disk clutter on macOS and moving files to Android devices or external drives involves repetitive manual steps and risks like accidental deletion, corrupted transfers, or read-only drive failures. This Skill consolidates cleanup and transfer operations into a single CLI with built-in safety checks. ## Core Features & Use Cases - System Cleanup: Empties the Trash, removes cache files older than 7 days from ~/Library/Caches, and deletes downloads older than 30 days, defaulting to a dry-run mode with interactive confirmation before deletion. - Secure Android Transfer: Pushes files to Android devices via ADB with SHA256 checksum verification on both ends, filename validation, symlink blocking, and destination path whitelisting (/sdcard/, /storage/, /data/local/tmp). - External Drive Transfer: Auto-detects mounted drives by keyword (default "Toshiba"), warns when the drive is read-only (common with NTFS on macOS), and copies files or directories with folder merging. - Use Case: After finishing a project, run a dry-run cleanup to preview reclaimable space, then transfer the release build APK to a connected Android device with checksum verification. ## Quick Start Ask the assistant to run a dry-run system cleanup on your Mac, then transfer a specific file to your connected Android device or Toshiba external drive.