What problem does it solve? Manually verifying Android app behavior on an emulator is slow and error-prone. This Skill lets an AI agent launch apps, tap UI elements, read accessibility trees, and capture screenshots through the andy CLI, enabling automated UI testing and verification of the Fedi Android app. ## Core Features & Use Cases - UI Automation: Launch apps, tap elements by text or coordinates, swipe, type, and send key events like BACK and ENTER. - Screen Inspection: Capture screenshots and dump human-readable accessibility trees with automatic idle waiting. - Multi-Screen Testing: Run multiple app instances on separate virtual displays using ANDY_SCREEN, with helper scripts for onboarding, DM setup, and acquiring test ecash. - Use Case: After modifying a React Native screen, launch the app, tap through the flow, and read screenshots at each step to verify layout and styling. ## Quick Start Launch the Fedi app on the emulator with andy, then dump the accessibility tree and take a screenshot to verify the current screen.