This skill provides a reference for controlling Android devices with `adb` commands. It is designed for developers and testers working with Android devices.
$ npx skills add https://github.com/httprunner/skills --skill android-adbThe Android ADB skill provides direct access to Android Debug Bridge commands for controlling physical devices and emulators. It enables device discovery, USB and Wi-Fi connection management, app lifecycle control (launch, force-stop, install), and user input simulation (tap, swipe, text input, key events). The skill supports UI automation through screenshot capture and XML hierarchy dumps, making it essential for developers and QA engineers building test automation workflows. It handles multi-device scenarios, requires device serial numbers for coordinate-based actions, and includes troubleshooting guidance for common ADB issues like authorization and connectivity problems.
Install with the command `npx skills add https://github.com/httprunner/skills --skill android-adb`.
Start ADB server for device connection.
Control multiple devices using `adb -s <serial>`.
Fetch device screen resolution before performing actions.
Handle input of coordinates and APK paths.
$ npx skills add https://github.com/httprunner/skills --skill android-adbgit clone https://github.com/httprunner/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Check the GitHub repository or documentation for usage examples.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan