AI-Eyes Screen Vision Plugin 2.0
Paste the following prompt into your AI chat to install this skill:
Please install @user_09a38a2b/dgjh according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Text-only AI often understands visible text but struggles with graphical buttons, icons, status bars, floating tooltips, or dense controls. Screen actions need element location to become checkable and reproducible rather than estimated.
How it works
- Vision pyramid: starts from
L0full-screen scanning and zooms intoL3micro regions, pushing location precision to0.125px. - Candidate filtering: supports
exact,fuzzy,semantic, andpositionmodes to narrow candidates by exact text, approximate characters, semantic similarity, or weighted screen position. - Coordinate correction: the coordinate transformer compensates for zoom scale, so returned coordinates map to the real screen instead of a cropped or intermediate image.
- Optional validation: with
OllamaandLLaVA, candidate elements can be rechecked by a vision-language model, reducing OCR misreads and visually similar characters.
Boundaries
It depends on Pillow, rapidocr-onnxruntime or easyocr, and a screenshot source such as pyautogui. For icon-heavy, sparse-text, blurry, or very high-resolution interfaces, prefer L2/L3 levels and enable semantic validation.
Use Cases
- Locate buttons and input fields in desktop automation scripts and return real screen coordinates
- Find equivalent controls such as Submit, Confirm, or OK using `semantic` matching when labels vary
- Switch to `L2/L3` levels for fine-grained localization in dense toolbars or tiny icon regions
- Use coordinate correction to convert candidate-region coordinates into true screen coordinates
Best For
- RPA or UI automation engineers who need stable screen control location and true coordinates
- Desktop GUI test engineers who need to verify elements with `exact`, `fuzzy`, or `semantic` matching
- Multimodal agent engineers who need to convert OCR or `LLaVA` candidates into actionable coordinates
- Local vision pipeline maintainers who need optional `Ollama` and `LLaVA` validation
Related Skills
A guide for writing Seedance 2.0 video prompts, covering @ references, camera moves, time segments, audio direction, and common pitfalls.
Collects daily conversations, task logs, and errors, then runs a nine-module review to surface blind spots, generate actions, and update memory.
Local long-term memory for AI agents that appends key facts and daily logs, supports cross-session context and search recall, and auto-archives old diaries to gzip files.
A hybrid-evolution agent for OpenClaw developers that offers tiered-confirmation and rollback-safe capability optimization.