skills/openclaw/skills/MacPowerTools

MacPowerTools

SKILL.md

MacPowerTools

MacPowerTools combines essential utilities for developers and power users into a single, cohesive skill.

Features

System Cleanup

  • Trash: Empties the Trash.
  • Caches: Cleans old cache files (older than 7 days) from ~/Library/Caches.
  • Downloads: Removes downloads older than 30 days.
  • Safety: Defaults to --dry-run to prevent accidental deletion.

Secure File Transfer

  • Android Integration: Push files to Android devices via ADB.
  • Integrity Check: Verifies SHA256 checksums on both ends.
  • Safety: Checks for existing files to prevent accidental overwrites.

Commands

  • cleanup [--force]: Run the system cleanup. Without --force, it performs a dry run.
  • transfer <source_file> [--dest <remote_path>] [--force]: Securely transfer a file to a connected Android device.

Usage Examples

# Clean up system (Dry Run)
cleanup

# Actually delete files
cleanup --force

# Transfer a file to Android
transfer ./release_build.apk --dest /sdcard/Builds/
Weekly Installs
2
Repository
openclaw/skills
GitHub Stars
3.8K
First Seen
Feb 19, 2026
Installed on
amp2
opencode2
kimi-cli2
codex2
github-copilot2
claude-code2