adb
Installation
SKILL.md
Android ADB
Important: Use Scripts First
ALWAYS prefer the scripts in scripts/ over raw adb commands. Scripts are
located in the scripts/ subdirectory of this skill's folder. They provide
features that raw commands do not, such as:
- Automatic circular masking for Wear OS screenshots
- Device wake-up before capture
- Clipboard integration on macOS
- Sensible default filenames and error handling
When to read the script source: If a script doesn't do exactly what you need, or fails due to missing dependencies, read the script source. The scripts encode solutions to edge cases and platform quirks that may not be obvious—use them as reference when building similar functionality.