← Back to Skills Marketplace
qgyz9613

Windows RPA

by qgyz9613 · GitHub ↗ · v1.0.1 · MIT-0
win32 ⚠ suspicious
1089
Downloads
1
Stars
4
Active Installs
2
Versions
Install in OpenClaw
/install windows-rpa
Description
Windows 桌面 RPA 自动化控制。使用场景: (1) 操作桌面应用程序(非 Web 应用) (2) 模拟鼠标键盘操作 (3) 截图和图像识别 (4) 窗口管理和应用启动 (5) 剪贴板操作 (6) Shell 命令执行 NOT for: Web 应用操作(请使用 browser 工具)、Linux/Mac 系统
Capability Analysis
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install windows-rpa
  3. After installation, invoke the skill by name or use /windows-rpa
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug windows-rpa
Version 1.0.1
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 2
Frequently Asked Questions

What is Windows RPA?

Windows 桌面 RPA 自动化控制。使用场景: (1) 操作桌面应用程序(非 Web 应用) (2) 模拟鼠标键盘操作 (3) 截图和图像识别 (4) 窗口管理和应用启动 (5) 剪贴板操作 (6) Shell 命令执行 NOT for: Web 应用操作(请使用 browser 工具)、Linux/Mac 系统. It is an AI Agent Skill for Claude Code / OpenClaw, with 1089 downloads so far.

How do I install Windows RPA?

Run "/install windows-rpa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Windows RPA free?

Yes, Windows RPA is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Windows RPA support?

Windows RPA is cross-platform and runs anywhere OpenClaw / Claude Code is available (win32).

Who created Windows RPA?

It is built and maintained by qgyz9613 (@qgyz9613); the current version is v1.0.1.

💬 Comments