What problem does it solve? Automating real phone or VoIP calls that require navigating a desktop app's UI and conducting a live AI voice conversation is difficult to coordinate. This Skill orchestrates the full flow: clicking through apps like Element, FaceTime, or WhatsApp to place the call, then running a live audio session that collects typed, structured data from the conversation. ## Core Features & Use Cases - UI-driven call placement: Uses computer use actions to navigate the target app, find the contact, and click the call button, with app-specific guidance such as choosing Legacy call in Element. - Live audio conversation with structured output: The spawn_live_audio session follows a playbook and returns a LiveAudioResult with response_data validated against a mandatory response schema. - Typed response schemas: Define string, integer, boolean, and array fields with required flags, constraints, and tainted markers for user-provided content. - Use Case: Call a restaurant through WhatsApp to confirm a reservation, then immediately write the guest name, party size, confirmed time, and notes to an output file from the structured response. ## Quick Start Ask the agent to call a contact through Element or WhatsApp and collect specific details such as a reservation confirmation, providing the fields you want returned as structured data.