← Back to Skills Marketplace
zhmza

openclaw-computer

by Ache · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
219
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-computer-use-v2-0-0-tar
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-computer-use-v2-0-0-tar
  3. After installation, invoke the skill by name or use /openclaw-computer-use-v2-0-0-tar
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug openclaw-computer-use-v2-0-0-tar
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 219 downloads so far.

How do I install openclaw-computer?

Run "/install openclaw-computer-use-v2-0-0-tar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is openclaw-computer free?

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

Which platforms does openclaw-computer support?

openclaw-computer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created openclaw-computer?

It is built and maintained by Ache (@zhmza); the current version is v1.0.0.

💬 Comments