Skills android-transfer-secure

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

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aadipapp/android-transfer-skill" ~/.claude/skills/clawdbot-skills-android-transfer-secure && rm -rf "$T"
manifest: skills/aadipapp/android-transfer-skill/SKILL.md
source content

Secure Android File Transfer

This skill allows you to transfer files to an Android device with high security standards:

  • Checksum Verification: Ensures data integrity by comparing SHA256 hashes.
  • Path Validation: Prevents directory traversal and unauthorized path access.
  • Overwrite Protection: Prevents accidental data loss on the device.

Commands

  • transfer
    : Push a file to the connected Android device.