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