What problem does it solve? It lets an AI agent open webpages, local files, app store pages, and apps directly on an Android phone without manual tapping, using Android's native intent system over ADB or Shizuku. ## Core Features & Use Cases - Open URLs and deep links: Launch any https:// or market:// link in the device's browser or app store via am start intents. - Open local files: View images, PDFs, and other files on /sdcard with the correct MIME type so Android picks the right viewer. - Launch apps by package name: Start any installed app directly using the monkey command. - Dual-channel execution: Shizuku (rish) is primary and works without WiFi; ADB over 127.0.0.1:5555 is the fallback. - Use Case: While chatting, ask the AI to open a link it found, and it fires the intent on your phone so the page appears on screen within seconds. ## Quick Start Ask the AI to open a specific webpage or file on your phone, for example: open https://example.com in my phone's browser.