What problem does it solve? Manually operating Windows application interfaces is repetitive and error-prone, and many automation approaches fail when windows are occluded or require fragile coordinate-based clicking. This Skill lets an AI assistant directly control Windows apps through reliable OS-level APIs. ## Core Features & Use Cases - UI Automation: Drive Windows app interfaces using SendInput and UI Automation instead of brittle pixel-based clicking. - Occlusion-Resistant Screenshots: Capture window contents with Windows.Graphics.Capture even when windows are hidden behind others. - Guided Runtime: Bundled documentation topics (guidance, api, confirmations) instruct the agent on target-window workflows, screenshot handling, recovery, and when user confirmation is required. - Use Case: Ask the assistant to open a Windows application, navigate its menus, fill in a dialog, and verify the result via screenshot, all without manual mouse and keyboard work. ## Quick Start Initialize the computer-use runtime in a Node.js session, then ask the assistant to control a specific Windows app such as clicking through a dialog in Notepad.