android-screen
Perceive Android device state — screenshots, annotated UI views, OCR, activity detection, screen state queries
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Perceive Android device state — screenshots, annotated UI views, OCR, activity detection, screen state queries
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
High-level Android automation — find-and-tap, scroll-to-find, device readiness, stuck detection
Interact with the Android device — tap, type text, swipe, scroll, press keys, navigate
Manage and execute app-specific plugins — install, configure, run actions, check status, approval workflows
استنادا إلى تصنيف SOC المهني
| name | android-screen |
| description | Perceive Android device state — screenshots, annotated UI views, OCR, activity detection, screen state queries |
Use this skill when you need to understand what's currently displayed on the Android device. This includes seeing the screen, identifying UI elements, reading text via OCR, or checking which app/activity is in the foreground.
| Tool | Purpose | Context cost |
|---|---|---|
android_look | Annotated screenshot with numbered element index — primary perception tool | Low |
android_screen_state | Current activity, package, orientation, lock state as JSON | ~0 |
android_screenshot | Raw screenshot image — use for failure diagnosis only | HIGH |
android_ui_dump | Raw UI tree XML — use when you need full element hierarchy | Medium |
android_ocr | Tesseract OCR on current screen or saved screenshot | Medium |
android_observe | Continuous screen state observation | Low |
android_screen_state to check activity/package (zero context cost)android_look to see the screen with labeled elements (low cost, high utility)android_ocr if UI tree doesn't capture text (dynamic/WebView content)android_screenshot only for final confirmation or debugging failures"What app is open?" → android_screen_state
"What's on the screen?" → android_look
"Read the text in this image" → android_ocr
"Is the screen locked?" → android_screen_state