← 返回 Skills 市场
wwb-daniel

Windows UI Automation

作者 Victor · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
14000
总下载
12
收藏
79
当前安装
1
版本数
在 OpenClaw 中安装
/install windows-ui-automation
功能描述
Automate Windows GUI interactions (mouse, keyboard, windows) using PowerShell. Use when the user needs to simulate user input on the desktop, such as moving the cursor, clicking buttons, typing text in non-web apps, or managing window states.
安全使用建议
Install only if you intentionally want an agent to operate your live Windows desktop. Keep sensitive apps closed or unfocused, verify the target window with screenshots or active-window checks, and require explicit confirmation before clicks or keystrokes that could submit, delete, purchase, send, approve prompts, or change settings.
功能分析
Type: OpenClaw Skill Name: windows-ui-automation Version: 1.0.0 The skill bundle provides powerful Windows UI automation capabilities, including simulating arbitrary mouse movements, clicks, and keyboard input, as well as managing window states. While these actions align with the stated purpose of 'Windows UI Automation', they represent inherently high-risk behaviors. The `keyboard_control.ps1.txt` and `mouse_control.ps1.txt` scripts use `System.Windows.Forms.SendKeys` and direct `user32.dll` calls via `Add-Type` to achieve full control over the desktop UI. The `SKILL.md` also demonstrates the use of `WScript.Shell` for window activation. There is no evidence of intentional malicious activity like data exfiltration or persistence, but the extensive control over the user's desktop makes this skill highly susceptible to abuse if the agent is compromised or given ambiguous instructions, classifying it as suspicious due to its significant potential for harm.
能力评估
Purpose & Capability
The stated purpose is Windows UI automation, and the artifacts implement exactly that through PowerShell, SendKeys, WScript.Shell window activation, and user32.dll mouse events; this is disclosed but high impact because it can operate on the live desktop.
Instruction Scope
The instructions show direct typing, keypresses, cursor movement, and clicks, with only light best-practice guidance; they do not require active-window verification, per-action confirmation, abort conditions, or scoped targeting before potentially sensitive UI actions.
Install Mechanism
The bundle contains SKILL.md plus two small PowerShell helper text files and no installer, package install, hidden setup step, or network retrieval behavior.
Credentials
PowerShell, Windows Forms, WScript.Shell, and user32.dll are proportionate for Windows desktop automation, but the skill should be understood as Windows-only live-session automation that may affect whichever app has focus.
Persistence & Privilege
The artifacts show no persistence, privilege escalation, credential handling, background worker, file deletion, network access, or data exfiltration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install windows-ui-automation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /windows-ui-automation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Core tools for Windows UI automation including mouse, keyboard, and window management via PowerShell.
元数据
Slug windows-ui-automation
版本 1.0.0
许可证
累计安装 469
当前安装数 79
历史版本数 1
常见问题

Windows UI Automation 是什么?

Automate Windows GUI interactions (mouse, keyboard, windows) using PowerShell. Use when the user needs to simulate user input on the desktop, such as moving the cursor, clicking buttons, typing text in non-web apps, or managing window states. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 14000 次。

如何安装 Windows UI Automation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install windows-ui-automation」即可一键安装,无需额外配置。

Windows UI Automation 是免费的吗?

是的,Windows UI Automation 完全免费(开源免费),可自由下载、安装和使用。

Windows UI Automation 支持哪些平台?

Windows UI Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Windows UI Automation?

由 Victor(@wwb-daniel)开发并维护,当前版本 v1.0.0。

💬 留言讨论