skills/modelscope.cn/adb-screen-detection

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
Installs
1
First Seen
4 days ago