Waits for a specific text or image pattern to appear on the screen using the 10-frame buffer.
Resources
3Install
npx skillscat add famaoai-creator/kyberion/visual-assertion-engine Install via the SkillsCat registry.
SKILL.md
๐๏ธ visual-assertion-engine (v1.0)
A "vision-enabled" assertion engine that provides real-time feedback loop for OS automation. It reads the latest screen frames from the rolling buffer and uses OCR to detect state changes.
๐ Capabilities
- Text Detection: Searches for specific keywords on the screen (English/Japanese).
- State Waiting: Loops until a condition is met or a timeout occurs.
- Low Latency: Uses the existing rolling buffer (10 frames) maintained by the daemon.
๐ฆ Usage Examples
# Wait until "Build Success" appears on the screen
gemini run visual-assertion-engine --text "Build Success" --timeout 60000