What problem does it solve? Automating UI interactions across iOS simulators, Android emulators, and Chromium (CDP) apps normally requires platform-specific tooling and brittle coordinate scripts. This Skill provides a unified tool surface for tapping, swiping, typing, launching apps, and inspecting screen state through one consistent interface. ## Core Features & Use Cases - Unified cross-platform gestures: Tap, swipe, pinch, rotate, drag, and custom touch sequences using normalized 0.0–1.0 coordinates, auto-dispatched to iOS, Android, or Chromium based on the device UDID. - Screen discovery and waiting: Inspect the accessibility tree with describe, block until elements appear with await-ui-element, and batch multi-step flows with run-sequence. - Chromium extras: Manage tabs, cookies, and web storage on CDP targets, and type secrets via {{secret:NAME}} placeholders that never enter the transcript. - Use Case: Automate an end-to-end login flow on an Android emulator — launch the app by bundle ID, tap the email field, type credentials, submit, and wait for the home screen to appear, all in one sequenced call. ## Quick Start Use the argent device interaction tools to list available devices, launch my app on the first ready emulator, and tap the sign-in button.