You need to automate a Windows desktop app that doesn't have an API? This is your tool. It wraps pywinauto to let Claude click buttons, fill forms, and scrape text from any Win32 or UIA application. Works with everything from old MFC apps to modern WPF and UWP. The skill includes both backends (win32 for legacy stuff, uia for newer apps), handles window discovery, control inspection, keyboard input with special keys, mouse operations, and scrolling. One thing to watch: it requires HITL confirmation before each operation, which is smart for safety but means you can't fully background these automations. Best for internal tools, legacy ERP systems, or any GUI you'd otherwise drive manually.
npx skills add https://github.com/malue-ai/dazee-small --skill pywinauto