Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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
Transfers files from macOS to a connected Android device. Verifies each transfer with SHA256 checksums and validates destination paths to prevent directory traversal. Overwrite protection is on by default.
Standard ADB file push has no built-in integrity verification, so this skill adds checksum checks and path validation for safer automated transfers.
When to use it
- Sideloading APK files onto an Android device
- Pushing test assets to an Android phone during development
- Transferring documents from Mac to Android storage
- Moving media files to a connected Android device
- Copying config or data files to an Android test device
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Transfer report.pdf to /sdcard/Documents/ on the connected Android device
- 1Validate the destination path to block traversal attempts
- 2Compute SHA256 hash of the source file
- 3Push the file to the Android device via ADB
- 4Verify the transferred file's checksum on the device
File transferred to /sdcard/Documents/report.pdf with checksum verified
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.