What problem does it solve? Capturing a video of a mobile app flow on a simulator or emulator normally requires manual screen-recording setup, and forgotten recordings waste disk or return padded footage. This Skill drives the argent MCP screen-recording tools to start, monitor, and stop captures reliably, returning a finished MP4 artifact. ## Core Features & Use Cases - Guided recording workflow: Starts capture with screen-recording-start, drives the interaction with device-interaction tools, and finalizes with screen-recording-stop, with mandatory reminders so no recording is left running. - Static-frame trimming and touch visualization: Collapses stretches where the screen does not change and draws tap, swipe, and pinch indicators directly into the video, both enabled by default and configurable. - Durable output: Finished recordings are saved on the client into <project>/.argent/recordings/ as screen-recording-<device>-<timestamp>.mp4, with configurable destination and collision-safe naming. - Use Case: Record a 30-second clip of a new onboarding flow on an Android emulator, with touch indicators visible, to attach to a pull request or bug report. ## Quick Start Record a video of the login flow on the booted Android emulator and save the MP4 to the project recordings folder.