What problem does it solve? When an agent performs GUI work on its own display, the user has no visibility into what is happening. This Skill opens a shared view of the agent-owned display in the Intendant dashboard so the user can watch live work, review finished results, and take input authority when needed. ## Core Features & Use Cases - Shared Display Streaming: Create a virtual display (Xvfb on Linux) and stream it live to the dashboard with show_shared_view. - Focus Annotations: Highlight normalized screen regions with focus_shared_view and capture frames with capture_shared_view_frame. - Input Handoff: Ask the user to take input authority via request_shared_view_input for logins, passwords, or account pickers. - Use Case: After an agent finishes configuring an app's UI, it opens the shared view so the user can inspect the result, then highlights the relevant settings panel and hides the view when done. ## Quick Start Ask the agent to show you its display so you can watch the GUI work live in the Intendant dashboard.