AI-powered Android phone control — plug in a phone, let your AI use it.
An OpenClaw skill that lets AI agents control Android devices via ADB. Toggle settings, open apps, take screenshots, and automate any phone task through natural language.
- 📱 Full device control — settings, apps, navigation, text input
- 📸 Screenshots — capture and analyze what's on screen
- 🔧 System settings — WiFi, Bluetooth, DND, brightness, dark mode
- 🤖 AI-driven — describe what you want, the agent figures out the taps
adb(Android Debug Bridge)python3withdroidrun>=0.4.26andopenai>=1.0.0- Android device with USB debugging enabled
OPENAI_API_KEYenvironment variable
clawhub install android-agentConnect your phone via USB, enable USB debugging, then ask your AI agent:
"Turn on dark mode" "Open Google Calendar"
"Take a screenshot and describe what's on screen" "Search YouTube for lo-fi study music"
ANDROID_PIN— device unlock PINANDROID_SERIAL— target specific device when multiple connectedDROIDRUN_TIMEOUT— command timeout in seconds
MIT