What problem does it solve? Testing and debugging Tauri v2 desktop and mobile apps normally requires manual clicking through the UI and guessing at IPC behavior. This Skill lets an agent drive the app from the terminal: starting driver sessions, clicking elements, capturing screenshots, executing JavaScript in the webview, and inspecting IPC traffic. ## Core Features & Use Cases - Driver Session Lifecycle: Start, verify, and stop MCP driver sessions with keep-alive daemon state shared across separate CLI invocations. - UI Automation: Click, focus, type, scroll, wait for selectors, and capture screenshots written to disk for before/after verification. - IPC Inspection: Execute backend commands, monitor and capture IPC traffic around interactions, and emit synthetic events. - Mobile and Remote Targets: Connect to Android emulators, iOS simulators, and real devices via adb reverse or explicit host/port. - Use Case: After changing a login form, start a driver session, type credentials into the email field, click submit, wait for the success message, and screenshot the result to confirm the fix. ## Quick Start Ask the agent to start a tauri-mcp driver session on port 9223, verify it reports connected true, then click a selector and take a screenshot of the result.