What problem does it solve? It gives an AI agent direct read access to an Android phone's live state—foreground app, screen wakefulness, battery, steps, ambient light, WiFi, signal, and memory—without root, a PC, or WiFi, using only local ADB over the 127.0.0.1 loopback. ## Core Features & Use Cases - Device State Queries: Read the foreground app, screen state (Awake/Asleep), battery level and temperature, charging source, total RAM, WiFi SSID, and cellular signal strength via adb dumpsys commands. - Sensor Readings: Capture pedometer step counts and ambient light values through termux-api's termux-sensor command. - Full Snapshot: Run a single combined command block that prints screen, foreground app, battery, steps, and memory in one pass. - Use Case: An autonomous on-phone agent checks whether the screen is still awake at midnight and which app is in the foreground, then decides whether to notify the user about late-night usage. ## Quick Start Ask the AI to check my phone's current foreground app, screen state, and battery level using the phone-sensors skill.