← 返回 Skills 市场
219
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-computer-use-v2-0-0-tar
功能描述
Enable OpenClaw to control and use the computer like a human. Use when: (1) User asks to open applications or files, (2) User needs to automate desktop tasks...
安全使用建议
This skill appears to do what it claims: controlling mouse/keyboard, taking screenshots, recording, launching/killing apps and managing files. Before installing or running it: (1) review the included scripts (computer-use.sh, computer_use*.py) yourself — they invoke shell commands and can delete/move files and kill processes; (2) avoid running install/test steps with sudo on a production machine — use a disposable VM or sandbox first; (3) if you follow the SKILL.md git clone path, verify the remote repository and its integrity; (4) note that metadata omitted required system binaries (xdotool, scrot, wmctrl, xclip, ffmpeg), so ensure you only install the exact dependencies you trust; (5) if you need least privilege, restrict uses (don’t allow destructive commands) or run under a user account with limited access. If you want, I can highlight risky functions/lines in the code to inspect more closely.
功能分析
Type: OpenClaw Skill
Name: openclaw-computer-use-v2-0-0-tar
Version: 1.0.0
The skill bundle provides extensive system control capabilities, including GUI automation, file management, and screen recording, which are inherently high-risk. While these align with the stated purpose, there is a significant discrepancy between the security claims in SKILL.md (e.g., sandbox mode and forbidden paths like ~/.ssh) and the actual implementation in computer_use.py and computer-use.sh, which lack these safeguards. Furthermore, computer-use.sh contains a potential shell injection vulnerability in the application launch logic ($name &). No evidence of intentional malice or data exfiltration was found.
能力评估
Purpose & Capability
Name/description match the included code and runtime instructions: the package implements GUI automation, screenshots, recording, file management and process control. The only minor incoherence is that registry metadata declared no required binaries/env but the documentation and code clearly depend on many system tools (xdotool, scrot, wmctrl, xclip, ffmpeg) and Python packages; this is an omission in metadata but not a functional mismatch.
Instruction Scope
SKILL.md and included scripts direct the agent to install system packages, copy files into ~/.openclaw, create config/log files, run test.sh, and execute commands that enumerate, launch, kill and delete processes/files. Those actions are within the stated scope (controlling the desktop and managing files), but they grant broad local access — the instructions and scripts will read/modify home directories and can execute arbitrary binaries. The runtime instructions do not request unrelated secrets or external endpoints.
Install Mechanism
There is no formal install spec in the registry (instruction-only), which is lower-risk, but SKILL.md recommends installing system packages and optionally git-cloning from https://github.com/openclaw/openclaw-computer-use.git. The code files are already present in the package, so the git clone suggestion is redundant; relying on an external GitHub clone would add network/trust risk. Installing system packages requires sudo and adds surface area (ffmpeg, xdotool, etc.).
Credentials
The skill requests no environment variables or external credentials (good). It does create and use files under $HOME/.openclaw and ~/Screenshots and operates on arbitrary filesystem paths (copy/move/delete). Those capabilities are proportional to a desktop-control skill but are powerful — file deletion and process-killing functionality is implemented and should be treated as high-privilege for local safety.
Persistence & Privilege
always:false (no forced global inclusion). The skill writes config/log files under ~/.openclaw but does not request elevated persistent platform privileges in the manifest. It can run arbitrary commands while invoked, which is expected for this functionality.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-computer-use-v2-0-0-tar - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-computer-use-v2-0-0-tar触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
openclaw-computer-use v2.0.0 introduces major enhancements for desktop control and automation:
- Adds comprehensive GUI automation: mouse, keyboard, window management, and scripting support.
- Introduces advanced file management, including batch rename and search.
- Expands screenshot and screen recording capabilities (full, area, window, interval/timelapse).
- Enables application launching, closing, switching, and info retrieval.
- Provides system monitoring: CPU, memory, disk, process, and network status.
- Offers both command-line tools and Python API for all major features.
元数据
常见问题
openclaw-computer 是什么?
Enable OpenClaw to control and use the computer like a human. Use when: (1) User asks to open applications or files, (2) User needs to automate desktop tasks... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 219 次。
如何安装 openclaw-computer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-computer-use-v2-0-0-tar」即可一键安装,无需额外配置。
openclaw-computer 是免费的吗?
是的,openclaw-computer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
openclaw-computer 支持哪些平台?
openclaw-computer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 openclaw-computer?
由 Ache(@zhmza)开发并维护,当前版本 v1.0.0。
推荐 Skills