android-ui-driver

Installation
SKILL.md

android-ui-driver

Observe-and-act loop for an Android app that is already installed. One bundled CLI (scripts/uia.py, standard library only) turns uiautomator dump into a compact numbered element list and gives every action a semantic target, so an agent never has to read raw hierarchy XML or guess pixel coordinates.

Measured on a Pixel-class API 35 emulator: one raw dump is 24,221 bytes / 67 nodes, of which 17 carry text and 10 are clickable. The same screen renders as 13 numbered rows — roughly 25x less to read, which is the whole point.

When NOT to use

Installs
2
First Seen
Aug 8, 2026
android-ui-driver — paldom/mobile-app-inspector