Android Ui
Inspect the Android UI hierarchy through ./tools/android ui dump and ui find.
Android Adb Skill
AI coding agent skills for Android device automation via ADB — screenshots, UI inspection, gestures, app management, and debugging without an MCP server.
Android Tap
Tap Android elements or coordinates through ./tools/android input commands.
Android
General-purpose Android automation. Use for multi-step Android tasks that should be executed through the local ./tools/android command layer instead of raw adb.
Android Install
Install and launch an Android APK through ./tools/android app commands.
Android Gesture
Perform Android gestures through ./tools/android input commands.
Android Scroll
Scroll until an Android element is visible by using ./tools/android scroll find.
Android Screenshot
Capture an Android screenshot through ./tools/android and analyze the result.
Android Test
Execute a multi-step Android test flow using ./tools/android and report evidence-backed pass/fail results.
Android Debug
Debug Android issues using ./tools/android device, screenshot, app, and debug commands.
Android Device
Manage Android devices and emulators through ./tools/android device commands.
Android Navigate
Navigate to a target Android screen by chaining ./tools/android UI, input, wait, and screenshot commands.