What problem does it solve?
This Skill removes the need for manual clicking and form-filling when you must interact with specific Windows GUI applications through a desktop automation agent.
Core Features & Use Cases
- Whitelisted Windows GUI automation: Automates visual desktop interactions (clicking, typing, navigating menus, reading on-screen text, and window management) using kc.exe, but only for a fixed, hardcoded application whitelist.
- Task execution with safeguards: Enforces platform constraints (Windows only), integrity-level checks, and app-target validation, and provides guidance for long-running execution and troubleshooting.
- Reliable GUI workflow orchestration: Uses a deterministic PowerShell wrapper to launch kc.exe with required process isolation behavior and built-in provisioning/synchronization of its configuration.
Use Case Example: You need to complete multi-step actions inside a whitelisted music/video app (e.g., navigate to a settings screen or perform a guided sequence) without manually operating the interface.
Quick Start
Ask the AI to run kc-gui on Windows to open a whitelisted application and perform your requested GUI actions, such as filling a specific settings screen and confirming the result on screen.