adb-screen-detection
SKILL.md
Quick Reference (30 seconds)
Screen Understanding for Android Automation
What It Does: Provides OCR-based text detection and template matching to understand Android device screens. Enables reliable UI automation by verifying screen state before and after actions.
Core Capabilities:
- ๐ธ Screen Capture: ADB screencap with local storage
- ๐ OCR Detection: Tesseract-based text extraction
- ๐ฏ Template Matching: OpenCV-based element detection
- ๐ Coordinate Tapping: ADB input tap with verification
When to Use:
- Need to verify UI state before taking actions
- Finding UI elements by text or appearance
- Building reliable automation workflows
- Screen-dependent decision making