编程 AI 技能

4,536 个编程任务的工具和技能

想查看每个技能的完整信息?

通过 GitHub 登录即可解锁作者信息、星标数量、源码链接等更多详情。

使用 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.

作者

« 上一页第 3 页,共 91 页下一页 »