/install computer-use-linux
Linux Computer-Use Skill
Use this skill when the task needs a portable Linux computer-use skill bundled with its own standalone runtime and MCP server.
What this skill does
- uses the bundled
linux-computer-use-skillproject under the installed skill directory - builds the standalone MCP server
- lets the server auto-bootstrap its Python runtime on first launch
- avoids any dependency on local Claude binaries,
.nodemodules, or extracted app assets - stays explicitly Linux-only because the underlying desktop-control backend is Linux-specific
Default bundled project path
After installation, assume the standalone project lives at:
~/.codex/skills/computer-use-linux/project
If the user installed the skill under a custom CODEX_HOME, use that equivalent path instead.
Build
Always build from the bundled project:
cd ~/.codex/skills/computer-use-linux/project
npm install
npm run build
Run
cd ~/.codex/skills/computer-use-linux/project
node dist/cli.js
The first real run will automatically create .runtime/venv and install the public Python dependencies.
Validation notes
- Version
0.1.1fixes the shared system-key blocklist and tool capability typings so Linux builds use Linux-specific shortcut protections instead of a broken copied platform branch. - This project has been statically validated from macOS for TypeScript build health, bundled project integrity, and Python helper syntax, but still needs end-to-end runtime validation on a real Linux desktop.
Guardrails
- Treat this host as trusted-local only.
- Do not tell the user to search their local Claude install for binaries or hidden assets.
- Be explicit that this runtime is standalone and uses public dependencies only.
- Mention that the current runtime reports
screenshotFiltering: none, so action gating is handled at the MCP layer.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install computer-use-linux - 安装完成后,直接呼叫该 Skill 的名称或使用
/computer-use-linux触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Computer Use Linux 是什么?
Top-level Linux computer-use skill with a bundled standalone runtime that bootstraps itself without any local Claude installation, private native modules, or... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 172 次。
如何安装 Computer Use Linux?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install computer-use-linux」即可一键安装,无需额外配置。
Computer Use Linux 是免费的吗?
是的,Computer Use Linux 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Computer Use Linux 支持哪些平台?
Computer Use Linux 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Computer Use Linux?
由 wimi321(@wimi321)开发并维护,当前版本 v0.1.1。