burner-phone
Installation
SKILL.md
Burner Phone Control
Use this skill for ANY request involving phone screens or mobile app automation.
Vision Feedback Loop
ALWAYS follow this pattern:
-
Screenshot: Capture the current screen
bash(cmd="adb exec-out screencap -p > ./assets/screen.png") -
Analyze: Use vision model to understand the screen
bash(cmd="python3 ./scripts/vision_helper.py ./assets/screen.png \"Describe the screen and list coordinates (x,y) for interactable elements.\"")