What problem does it solve? Developers on Linux, CI pipelines, or headless cloud agents cannot run iOS simulators locally, and macOS users sometimes need a shareable remote device. This Skill runs and drives a user's app on a remote iOS simulator or Android emulator hosted on Expo Application Services (EAS) cloud, controllable from the CLI or an AI agent. ## Core Features & Use Cases - Remote simulator sessions: Start, monitor, and stop cloud simulator sessions via the experimental eas simulator:* commands, with a live 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 development loop: Connect a dev build to Metro over a tunnel so code edits appear on the remote simulator via Fast Refresh. - Use Case: An AI coding agent on a Linux cloud sandbox needs to verify a UI change on iOS — it starts an EAS Simulator session, installs the dev build, connects Metro, and screenshots the result without any local Mac. ## Quick Start Ask the agent to run your Expo app on a remote cloud simulator and take a screenshot, for example: "Use EAS Simulator to run my app on a cloud iOS simulator and screenshot the home screen."