What problem does it solve? Debugging Android apps on Waydroid or local devices requires repetitive manual adb commands for connecting, waking frozen containers, capturing UI state, and driving input. This Skill automates that loop so an AI agent can inspect and control the Android runtime directly. ## Core Features & Use Cases - Session and adb management: Start Waydroid sessions, wake FROZEN containers, connect adb over the Waydroid IP, and recover from offline or unauthorized device states. - UI observation and input: Capture screenshots with PNG header cleanup, dump uiautomator XML, and send taps, swipes, text, and keyevents to explicit device serials. - App debugging: Install APKs, launch packages with monkey, inspect the top activity with dumpsys, and read or clear logcat output. - Use Case: While debugging an Android app, ask the agent to start Waydroid, install your debug APK, launch it, screenshot the result, dump the UI hierarchy, and pull logcat to diagnose a crash. ## Quick Start Ask the agent to start Waydroid, connect adb, install your debug APK, launch the app, and capture a screenshot with a UI dump and recent logcat output.