What problem does it solve? Verifying a UI change in a Tauri desktop app normally requires manual clicking or heavy E2E frameworks; this Skill lets an agent see and drive the real running webview so visual claims are backed by actual screenshots. ## Core Features & Use Cases - Real webview screenshots: Capture the full viewport or a single element as a PNG through WebKit's remote inspector, with no second app instance or browser. - UI automation: Click by visible text or CSS selector, type React-safe input, send key events, wait on DOM predicates, and read the console — batched through one connection with the do command. - Native input tier: Relaunch under XWayland to use xdotool and import for OS-level clicks and window captures when DOM clicks are not enough. - Use Case: After changing the Insights page, run app.sh to ensure the app is up, then batch a click, a wait on loaded content, and an element screenshot to prove the view renders before claiming the fix works. ## Quick Start Ask the agent to start the app with the ui-verify app.sh script and take a screenshot of the view you just changed to confirm it renders correctly.