This handles Windows desktop automation through UI Automation APIs and Win32, but wraps everything in security controls because you're essentially giving code permission to click buttons and type into applications. It blocks password managers and admin tools by default, enforces permission tiers (read-only, standard, elevated), and logs every operation for audit trails. The implementation shows rate limiting on input simulation and process validation before interactions. You'd use this when you need to automate Windows desktop apps programmatically but can't afford to let automation run wild on sensitive applications. The security overhead is the entire point here, though it does add complexity compared to just calling pywinauto directly.
npx skills add https://github.com/martinholovsky/claude-skills-generator --skill windows-ui-automation