← 返回 Skills 市场
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install windows-automation-claw
功能描述
Automate Windows desktop tasks by launching apps, capturing screenshots, and simulating mouse and keyboard actions via PowerShell and Python scripts.
安全使用建议
This skill appears internally consistent for Windows desktop automation, but it can perform sensitive actions (take screenshots, enumerate processes, simulate mouse/keyboard, kill processes). Before installing: (1) review the included Python files yourself (they’re present and readable), (2) run the skill in a test or sandboxed Windows account/VM first, (3) avoid granting administrator privileges unless you trust the code, (4) restrict or review any agent autonomy so the agent cannot run desktop-control commands without your confirmation, and (5) prefer skills with clear source/homepage provenance — this package has unknown origin.
功能分析
Type: OpenClaw Skill
Name: windows-automation-claw
Version: 1.0.0
The skill bundle provides extensive Windows automation capabilities, including process management, screen capture, and raw mouse/keyboard simulation. A significant security concern is found in `scripts/app_launcher.py`, which is vulnerable to shell injection by concatenating arguments directly into PowerShell commands. While the scripts (including `keyboard_control.py` and `mouse_control.py`) appear aligned with the stated RPA purpose and contain no evidence of intentional malice or data exfiltration, the combination of high-risk system access and lack of input sanitization poses a substantial risk if the agent is manipulated.
能力评估
Purpose & Capability
Name/description match the included Python scripts (app launcher, screenshot, mouse, keyboard). The required actions (launch apps, capture screen, simulate input, list/kill processes) are appropriate for a Windows automation/RPA skill.
Instruction Scope
SKILL.md instructs the agent to run the local scripts and use PowerShell to list processes, capture windows, and save screenshots to the user's Desktop. Those actions are expected for automation but are sensitive (process enumeration, screenshots, simulated input). Instructions do not attempt to read unrelated config or secrets and do not transmit data externally.
Install Mechanism
No install spec or remote downloads are present; the skill is instruction-plus-local-scripts only. All code is included in the bundle, so there is no hidden remote install risk.
Credentials
The skill requests no environment variables or credentials. It performs filesystem writes (saving screenshots) and queries OS process/window state — these are proportional to its stated purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges in metadata. Some operations (killing processes, controlling other apps) may prompt for administrator rights on Windows; also, because the platform allows autonomous invocation by default, consider the risk that an agent could run these actions without explicit consent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install windows-automation-claw - 安装完成后,直接呼叫该 Skill 的名称或使用
/windows-automation-claw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Windows Automation Skill v1.0.0 — Initial Release
- Introduces automation of Windows desktop operations via PowerShell and Python scripts.
- Supports opening/closing applications, website launching, and process management.
- Provides full screen and window screenshots, and lists visible windows.
- Enables mouse automation: move, click, drag, scroll, and position queries.
- Enables keyboard input simulation: type text, press keys, key combos, and hotkeys.
- Designed for RPA, repetitive task automation, and UI testing scenarios.
元数据
常见问题
windows-automation 是什么?
Automate Windows desktop tasks by launching apps, capturing screenshots, and simulating mouse and keyboard actions via PowerShell and Python scripts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。
如何安装 windows-automation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install windows-automation-claw」即可一键安装,无需额外配置。
windows-automation 是免费的吗?
是的,windows-automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
windows-automation 支持哪些平台?
windows-automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 windows-automation?
由 xiaodu(@xiaodu)开发并维护,当前版本 v1.0.0。
推荐 Skills