← 返回 Skills 市场
hjx378

Windows Automation

作者 HJx378 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
700
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install windows-automation
功能描述
Automate Windows desktop by simulating mouse/keyboard input, managing clipboard, capturing screenshots, running commands, and launching apps.
安全使用建议
This skill implements legitimate Windows automation functions, but take these precautions before enabling it: 1) Only install on a Windows machine — the skill uses PowerShell and Windows 'start' and may misbehave on other OSes. 2) Be cautious about using windows_command: it executes arbitrary PowerShell commands, so avoid passing untrusted input. 3) Note that pyautogui.FAILSAFE is disabled in the code; you will not have the usual mouse-corner abort. If you plan to run complex automation, consider modifying the code to keep FAILSAFE enabled or add a safe abort mechanism. Finally, verify the package source for pyautogui/pywin32/pyperclip and review any code changes before use.
功能分析
Type: OpenClaw Skill Name: windows-automation Version: 1.0.0 The skill provides high-risk capabilities including arbitrary PowerShell command execution (windows_command), clipboard access, and screen capture, which are powerful primitives for data exfiltration and system compromise. Notably, __init__.py explicitly disables the PyAutoGUI failsafe mechanism (pyautogui.FAILSAFE = False), a standard safety feature designed to allow users to interrupt automated mouse movements. While these features align with the stated goal of 'Windows Automation', the combination of broad system access and disabled safety guards presents a significant security risk if the agent is targeted by prompt injection.
能力评估
Purpose & Capability
Name, description, SKILL.md and the __init__.py implementation align: the skill uses pyautogui/pywin32/pyperclip to control mouse/keyboard, clipboard, screenshots, app launch and run commands. Minor inconsistency: registry metadata lists no OS restriction, but the code and docs are Windows-specific (uses PowerShell, 'start' via cmd). The lack of an explicit Windows-only restriction is an oversight.
Instruction Scope
SKILL.md and __init__.py instruct/implement arbitrary command execution via windows_command (subprocess.run calling 'powershell -Command <user command>') which is expected for a 'run commands' feature but is high-risk because it can execute any shell command. The SKILL.md and code also disable pyautogui.FAILSAFE (noted in docs and set in code), which removes a common user abort mechanism and increases the risk of runaway automation; this is a safety concern even if coherent with the skill's goal.
Install Mechanism
There is no install spec (instruction-only), and the SKILL.md suggests installing pyautogui, pywin32, pyperclip via pip. This is a low-risk, common approach. Note: the package requirements are only mentioned in docs, not declared in registry metadata.
Credentials
The skill does not request environment variables, credentials, or config paths. The capabilities implemented (mouse/keyboard, clipboard, screenshots, launching apps, running commands) do not require secrets, so the absence of requested credentials is proportionate.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide configs. Model invocation is enabled (platform default) which is expected. No elevated persistence privileges are requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install windows-automation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /windows-automation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Windows Automation Skill 1.0.0 – Initial Release - Automate mouse and keyboard actions with tools for clicking, typing, hotkeys, and movement. - Provides screen operations: take screenshots, get cursor position, and screen size. - Can launch Windows applications by name or path. - Clipboard tools to read and write text. - Run system commands via PowerShell or cmd. - Includes example usage scenarios and safety notes for desktop automation.
元数据
Slug windows-automation
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Windows Automation 是什么?

Automate Windows desktop by simulating mouse/keyboard input, managing clipboard, capturing screenshots, running commands, and launching apps. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 700 次。

如何安装 Windows Automation?

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

Windows Automation 是免费的吗?

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

Windows Automation 支持哪些平台?

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

谁开发了 Windows Automation?

由 HJx378(@hjx378)开发并维护,当前版本 v1.0.0。

💬 留言讨论