What problem does it solve? Developers on Linux, CI pipelines, or headless cloud agents cannot run an iOS simulator locally, and macOS users sometimes need a shareable remote device. This Skill drives the experimental EAS Simulator service to boot a remote simulator, install an app, and control it from the CLI or an AI agent. ## Core Features & Use Cases - Remote simulator sessions: Start, monitor, and stop iOS/Android simulator sessions on EAS cloud via eas simulator:* commands, with a browser preview URL for iOS. - Agent-driven device control: Install apps, tap elements, fill fields, take screenshots, and record video through the agent-device or argent controllers. - Live edit loop: Connect a dev-client build to Metro over a tunnel so code changes appear on the remote simulator via Fast Refresh. - Use Case: An agent on a Linux CI box needs to verify a UI fix on iOS — it starts an EAS Simulator session, installs the dev build, connects Metro, taps through the flow, and captures screenshots as proof. ## Quick Start Ask the assistant to run your Expo app on a remote cloud simulator and take a screenshot of the result.