LaunchKit · 2026
Back to Skills

android-transfer-skill

Securely transfers files from macOS to Android with checksum verification and path validation.

0
788 downloads
by @aadipapp

Setup & Installation

openclaw skills install @aadipapp/android-transfer-skill

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install android-transfer-skill

Version History

v1.0.9Mar 10, 2026 - Version note by skill developer:

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

INPUT

User asks: Transfer report.pdf to /sdcard/Documents/ on the connected Android device

AGENT
  1. 1Validate the destination path to block traversal attempts
  2. 2Compute SHA256 hash of the source file
  3. 3Push the file to the Android device via ADB
  4. 4Verify the transferred file's checksum on the device
OUTPUT

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.

ADB (Android Debug Bridge)