android-use - Control Android devices via ADB commands
Control Android devices via ADB commands by inspecting UI state, tapping, swiping, typing, and managing apps.
Tags
Updated: 2026-09-20Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Inspect UI accessibility tree
- Tap screen at coordinates
- Type text into field
- Swipe screen in directions
- Press system hardware keys
- Launch app by name
- Install APK file
- Capture device screenshot
- Wake device screen
- List connected ADB devices
Inputs
- Device serial number
- Screen coordinates
- Text string
- Swipe direction
- Key name
- App package name
- APK file path
Outputs
- UI accessibility XML
- Screenshot file
- Installed application
- Device screen state change
Requirements
- Android device with USB debugging enabled
- ADB installed in PATH
- Device authorized for debugging
- Darwin or Linux system
