What problem does it solve? Executing user requests on an Android phone requires choosing among many tools (content providers, am, uiautomator, input events, screenshots) with very different speeds and compatibility. This Skill removes the guesswork by giving the AI a priority ladder, an app compatibility matrix, and ready-made workflow templates so each step uses the fastest working method. ## Core Features & Use Cases - Tool Priority Ladder: Ranks eight execution methods by speed (0.2s–8s), from content queries down to screenshot-plus-vision as a last resort. - App Compatibility Matrix: Records which UI inspection tools work per app (e.g., WeChat blocks accessibility data, so vision fallback is required). - Composite Workflow Templates: Step-by-step command chains for tasks like sending a WeChat message, sending an SMS, opening files, or reacting to headphone connection. - Use Case: When the user says "send a WeChat to Mom saying I'll be late", the Skill decomposes it into launch app, tap search, paste contact name, paste message, tap send — about 5 seconds total. ## Quick Start Ask the AI to help you send an SMS to a contact or open an app on your phone, and it will pick the fastest command sequence automatically.