famaoai-creator

visual-assertion-engine

Waits for a specific text or image pattern to appear on the screen using the 10-frame buffer.

famaoai-creator 1 2 Updated 2mo ago

Resources

3
GitHub

Install

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

  1. Text Detection: Searches for specific keywords on the screen (English/Japanese).
  2. State Waiting: Loops until a condition is met or a timeout occurs.
  3. 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

Categories