← 返回 Skills 市场
1089
总下载
1
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install windows-rpa
功能描述
Windows 桌面 RPA 自动化控制。使用场景: (1) 操作桌面应用程序(非 Web 应用) (2) 模拟鼠标键盘操作 (3) 截图和图像识别 (4) 窗口管理和应用启动 (5) 剪贴板操作 (6) Shell 命令执行 NOT for: Web 应用操作(请使用 browser 工具)、Linux/Mac 系统
功能分析
Type: OpenClaw Skill
Name: windows-rpa
Version: 1.0.1
The skill bundle provides powerful Windows RPA capabilities, including arbitrary shell execution (via PowerShell/CMD), clipboard access, and screen capture. While these functions are aligned with the stated purpose and are explicitly marked as sensitive in `skill.json` and `SECURITY.md`, the inclusion of unconstrained shell execution in `scripts/rpa.py` (specifically the `cmd_shell` and `cmd_run_app` functions) poses a high risk of abuse if the agent is targeted by prompt injection. No evidence of intentional malice, obfuscation, or data exfiltration was found, but the broad permissions make it a high-risk tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install windows-rpa - 安装完成后,直接呼叫该 Skill 的名称或使用
/windows-rpa触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
添加 os, security, implementation 元数据;扩展安全注意事项版本升级到 1.1.0;添加 security, implementation 字段;标...添加 shell, get_state, window_activate, find_window, `run_ap...新增安全策略文档
主要改进解决安全扫描问题:
1. ✅ 操作系统限制 - 在 YAML frontmatter 和 skill.json 中明确声明 os: ["win32"]
2. ✅ 安装规范 - install 字段和 implementation 字段完整
3. ✅ 实现代码 - 明确指向 scripts/rpa.py
4. ✅ 敏感操作标记 - security.sensitive_operations 列出高风险操作
5. ✅ 用户批准机制 - security.user_approval: recommended
6. ✅ 沙箱支持 - security.sandbox: supported
v1.0.0
Windows RPA v1.0.0
- Initial release.
- Supports Windows desktop automation: mouse, keyboard, window, and clipboard control.
- Includes functions for launching apps, taking screenshots, and checking desktop state.
- Requires Python 3.8+ and packages: pyautogui, pyperclip, pygetscreen.
元数据
常见问题
Windows RPA 是什么?
Windows 桌面 RPA 自动化控制。使用场景: (1) 操作桌面应用程序(非 Web 应用) (2) 模拟鼠标键盘操作 (3) 截图和图像识别 (4) 窗口管理和应用启动 (5) 剪贴板操作 (6) Shell 命令执行 NOT for: Web 应用操作(请使用 browser 工具)、Linux/Mac 系统. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1089 次。
如何安装 Windows RPA?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install windows-rpa」即可一键安装,无需额外配置。
Windows RPA 是免费的吗?
是的,Windows RPA 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Windows RPA 支持哪些平台?
Windows RPA 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(win32)。
谁开发了 Windows RPA?
由 qgyz9613(@qgyz9613)开发并维护,当前版本 v1.0.1。
推荐 Skills