Communityv1.0.1

Windows RPA

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

2kdownloads1stars5active installsqgyz9613
View on ClawHubBack to Skills

Skill Details

Slug
windows-rpa
Latest Version
1.0.1
Author
qgyz9613
Published
Mar 10, 2026
Updated
May 18, 2026
Total Versions
2

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Windows RPA.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — 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