Coding AI Skills

4,536 tools and skills for coding tasks

Want to see full details for every skill?

Sign in with GitHub to unlock author info, star counts, source links, and more.

Sign in with GitHub

windows-use

Drive Windows GUI applications from a shell using two bundled tiny binaries — wmctrl.exe (list windows / switch focus by process name) and xdotool.exe (send keystrokes to the active window, including modifier combos like Ctrl+V, Alt+F4, arrow keys, and literal text). Includes PowerShell helpers for the focus-then-send pattern and a .NET-based active-window screenshot tool that fills in the one capability the upstream binaries lack. Use this whenever the user wants to automate a Windows desktop app from the command line — switching focus between Chrome / VSCode / Cursor / MATLAB / WeChat / any other app, pasting clipboard contents into a foreground window, scripting keyboard shortcuts to trigger menu actions, building "computer use lite" workflows that don't need a full screen-reading agent, or capturing the current foreground window. Trigger on mentions of wmctrl, xdotool, SendKeys, "switch to <app> and …", "focus <app>", "send keys", "paste into <window>", "screenshot the active window", "automate Windows GUI", or any request that maps to focus-window + send-key + maybe-snap.

by

« PreviousPage 3 of 91Next »