Skip to main content

android-transfer-secure

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

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--android-transfer-secure
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/aadipapp--android-transfer-skill/skills/android-transfer-secure/SKILL.md -o .claude/skills/android-transfer-secure.md

Drops the SKILL.md into .claude/skills/android-transfer-secure.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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.