android-transfer-secure
Securely transfers files from macOS to Android with checksum verification and path validation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aadipapp/android-transfer-skillWhat This Skill Does
The android-transfer-secure skill provides a robust, enterprise-grade mechanism for transferring files between macOS environments and connected Android devices. Unlike standard MTP (Media Transfer Protocol) implementations, this skill prioritizes data integrity and security by integrating automated SHA256 checksum verification for every file moved. It features strict path validation, which acts as a barrier against directory traversal attacks, and includes built-in safeguards to prevent unintentional overwriting of existing data, ensuring that your critical files remain protected during the migration process.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/aadipapp/android-transfer-skill
Ensure that your Android device is in Developer Mode with USB Debugging enabled and that you have authorized the workstation via ADB (Android Debug Bridge) before initiating transfers.
Use Cases
This skill is ideal for developers, data engineers, and power users who move sensitive data between local workstations and Android handsets. It is particularly effective for securely deploying configuration files, backing up application logs, or managing encrypted media assets where verify-on-write is a mandatory requirement for compliance or data health.
Example Prompts
- "OpenClaw, securely move my local project report to the /sdcard/Documents folder on my Android device and verify the SHA256 hash."
- "Transfer the latest build APK from my downloads folder to the Android device, but make sure to stop and prompt me if a file with the same name already exists."
- "Sync the contents of my secure-notes directory to the Android target, ensuring no paths outside the target directory can be accessed."
Tips & Limitations
- Permissions: Always ensure your device has granted the necessary ADB permissions; the skill cannot bypass Android's scoped storage restrictions.
- Verification: Large files may take longer to transfer because the SHA256 calculation must complete before the operation is finalized.
- Pathing: Always provide absolute paths for the destination to avoid ambiguity. The skill will reject any path that attempts to escape the designated storage root.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aadipapp-android-transfer-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
neuralink-decoder
Simulates and decodes neural spike activity into cursor movement (BCI).
space-autonomy-quantum
Autonomous space navigation agent using optical quantum kernels for terrain classification.
optical-quantum-kernel
Simulates a quantum kernel using optical fiber storage and linear optics.
fsd-secure
Full Self-Driving agent with highest safety standards (Camera-Only, Redundant Checks).
mac-cleanup
Cleans up system caches, trash, and old downloads on macOS.