What problem does it solve? When verifying iOS app behavior, agents normally work blind through semantic UI tools with no live visual feed. This Skill streams a specific iOS Simulator into a browser so the user can watch verification runs in real time while the agent drives the app. ## Core Features & Use Cases - Live Simulator Streaming: Starts a pinned serve-sim 0.1.45 stream bound to 127.0.0.1 for an exact simulator UDID and opens it in the T3 Code in-app browser or another agent browser. - Safe Stream Ownership: Checks for existing streams per UDID, reuses only explicitly shared streams, and cleans up only its own process via a scoped trap and targeted --kill. - Semantic Driving Alongside Visuals: Keeps XcodeBuildMCP snapshot_ui, taps, typing, and screenshots as the source of truth while the browser stream provides observation. - Use Case: During an iOS build-and-launch workflow, stream the booted simulator into the in-app browser so the user watches the agent navigate screens and capture verification evidence live. ## Quick Start Use ios-simulator-browser to stream the simulator with UDID from my build into the in-app browser so I can watch the verification run live.