Install
openclaw skills install computer-use-linuxTop-level Linux computer-use skill with a bundled standalone runtime that bootstraps itself without any local Claude installation, private native modules, or extracted app assets.
openclaw skills install computer-use-linuxUse this skill when the task needs a portable Linux computer-use skill bundled with its own standalone runtime and MCP server.
linux-computer-use-skill project under the installed skill directory.node modules, or extracted app assetsAfter 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.
Always build from the bundled project:
cd ~/.codex/skills/computer-use-linux/project
npm install
npm run build
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.
0.1.1 fixes the shared system-key blocklist and tool capability typings so Linux builds use Linux-specific shortcut protections instead of a broken copied platform branch.screenshotFiltering: none, so action gating is handled at the MCP layer.