What problem does it solve?
This skill streamlines Android device debugging and management by providing ready-to-run scripts that handle common tasks (screenshots, tile debugging, device properties, package operations) without requiring manual adb commands.
Core Features & Use Cases
- Device Discovery & Info: quickly list connected devices, fetch model, manufacturer, and API level.
- Wear OS Debug & Tile Management: add, show, and remove Wear OS debug tiles; inspect the Wearable data layer.
- Package & App Operations: uninstall, launch, stop, and clear cache for apps; inspect running services.
- Media & Display: capture screenshots (with Wear OS masking), record screens, adjust font scale, and toggle demo mode.
- Use Case: a tester can script a workflow to validate a Wear OS tile across multiple devices with a single sequence.
Quick Start
Set ANDROID_SERIAL to target a device and run the suite of scripts, for example:
- List devices: scripts/adb-devices
- Capture a Wear OS screenshot: scripts/adb-screenshot