← 返回 Skills 市场
238
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install web-desktop-automation
功能描述
Use when the user wants browser automation, web scraping, form filling, clicking, or desktop GUI automation, including mixed workflows that move between web...
安全使用建议
This skill appears to do exactly what it claims: automate browsers and desktop GUIs. However, it is capable of controlling your mouse/keyboard, opening local files, and uploading downloaded artifacts — operations that can expose sensitive data or perform unwanted actions if misused. Before installing or running it: 1) Review the three scripts yourself (browser_runner.py, desktop_runner.py, mixed_orchestrator.py) to ensure they only perform the steps you expect. 2) Install and run dependencies in an isolated environment (virtualenv, container, or VM). 3) Do not supply real credentials or sensitive files for initial testing; use dummy accounts/data. 4) Avoid granting broad autonomous execution rights unless you trust the skill and have monitoring in place. 5) If you will run mixed flows that upload or submit files, confirm the destination endpoints are trustworthy. These precautions reduce risk but do not eliminate it.
功能分析
Type: OpenClaw Skill
Name: web-desktop-automation
Version: 1.0.0
The skill bundle provides a legitimate framework for Robotic Process Automation (RPA) using standard libraries like Playwright and PyAutoGUI. The scripts (browser_runner.py, desktop_runner.py, and mixed_orchestrator.py) are well-structured templates for browser and desktop interaction without any signs of malicious intent, data exfiltration, or obfuscation. The SKILL.md instructions and reference documentation focus on task classification, error recovery, and safety best practices, such as stopping for user input before irreversible actions.
能力评估
Purpose & Capability
Name/description, SKILL.md, included Python scripts, and requirements.txt consistently implement Playwright-based browser automation and PyAutoGUI desktop automation. Required artifacts (browser_runner, desktop_runner, orchestrator, dependency notes) are appropriate for the stated functionality.
Instruction Scope
Instructions are scoped to browser navigation, form filling, file download/upload, and desktop GUI actions. This is consistent with the purpose, but the skill explicitly describes reading download folders, opening local apps, editing files, and uploading results — i.e., it can access local files, simulate keyboard/mouse, and capture screenshots. Those are expected for this use case but represent powerful capabilities that could expose sensitive local data if misused.
Install Mechanism
No install spec in the registry; the repo is instruction+code only. Dependencies are standard Python packages (playwright, pyautogui, opencv-python, pillow) referenced in requirements.txt and references/dependencies.md. No downloads from untrusted URLs or embedded/extracted archives were found.
Credentials
The skill declares no required environment variables or credentials and the code does not read env vars. The skill may require user credentials at runtime for web logins (as any automation would), but it does not request unrelated secrets or broad cloud credentials.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modify other skills. It can be invoked autonomously (default behavior), which is normal; because the skill can control the desktop and access local files, allowlisting autonomous invocation should be considered carefully before enabling it broadly.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install web-desktop-automation - 安装完成后,直接呼叫该 Skill 的名称或使用
/web-desktop-automation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial stable release of web-desktop-automation.
- Added unified browser, desktop, and mixed workflow guidance
- Added Playwright browser automation template
- Added PyAutoGUI desktop automation template
- Added mixed-flow orchestrator template
- Added dependency and installation notes
- Added a real-world browser-download → desktop-edit → browser-upload example
- Added graceful degradation when Playwright is unavailable
- Cleaned release tree and removed cache artifacts
元数据
常见问题
Web + Desktop Automation 是什么?
Use when the user wants browser automation, web scraping, form filling, clicking, or desktop GUI automation, including mixed workflows that move between web... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 238 次。
如何安装 Web + Desktop Automation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-desktop-automation」即可一键安装,无需额外配置。
Web + Desktop Automation 是免费的吗?
是的,Web + Desktop Automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Web + Desktop Automation 支持哪些平台?
Web + Desktop Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Web + Desktop Automation?
由 lurui808(@lurui808)开发并维护,当前版本 v1.0.0。
推荐 Skills