Drive a native GUI app (macOS, Windows, Linux) via the cua-driver CLI (default) or MCP server; snapshot its accessibility tree, click/type/scroll by element_index or pixel coordinates, and verify via re-snapshot without bringing the target to the foreground. Use when the user asks you to operate, drive, automate, or perform a GUI task in a real application on the host.
$npx -y skills add trycua/cua --skill cua-driverInstalls into the current project.
Run `npx skills use "https://github.com/trycua/cua" --skill "trycua/cua/cua-driver"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/trycua/cua" that are relevant to the current task. Run `npx skills add "https://github.com/trycua/cua"` and select the relevant skills, then follow their instructions.