What problem does it solve? Testing interactive Spectacles Lenses requires manually performing hand gestures in the Lens Studio preview, which is slow and hard to automate. This Skill lets an AI agent drive the preview with synthetic hand actions to trigger buttons, manipulate objects, and verify Lens behavior end-to-end. ## Core Features & Use Cases - Synthetic Hand Actions: Perform Pinch, Hover, Poke, Drag, Gesture, Release, and Rotate actions against Interactable components via PreviewInteractTool, targeting objects by uniqueId or free-space worldPosition coordinates. - Batch Sequences: Compose multi-step interaction flows (pinch-hold, drag, release, wait) in a single Batch call with fail-fast error reporting and structured recovery fields. - Multiplayer Session Support: Join Connected Lenses sessions by triggering the in-Lens Multiplayer button once per preview window before verifying synced state. - Use Case: Verify a Spectacles UI flow by pinching a path option, waiting for a slider to appear, dragging the slider knob, then tapping the revealed launch button, checking handState and error reasons at each step. ## Quick Start Use the preview interaction skill to pinch the launch button in the current Lens Studio preview and verify its state changed.