Install
openclaw skills install cross-platform-computer-use-skillTop-level cross-platform computer-use skill that bundles standalone macOS, Windows, and Linux runtimes with zero local Claude dependency and selects the correct platform payload at install/use time.
openclaw skills install cross-platform-computer-use-skillUse this skill when the task needs a top-level portable computer-use skill that works across macOS, Windows, and Linux without depending on any local Claude installation, private native modules, or extracted app assets.
macOS, Windows, and LinuxAfter installation, assume the top-level skill lives at:
~/.codex/skills/cross-platform-computer-use-skill
The bundled projects are stored under:
~/.codex/skills/cross-platform-computer-use-skill/project/platforms/macos
~/.codex/skills/cross-platform-computer-use-skill/project/platforms/windows
~/.codex/skills/cross-platform-computer-use-skill/project/platforms/linux
Use the helper script from the installed skill root to resolve the active platform project:
bash ~/.codex/skills/cross-platform-computer-use-skill/scripts/current-project.sh
On PowerShell:
powershell -ExecutionPolicy Bypass -File $HOME/.codex/skills/cross-platform-computer-use-skill/scripts/current-project.ps1
Always build the selected platform project, not all three at once:
cd "$(bash ~/.codex/skills/cross-platform-computer-use-skill/scripts/current-project.sh)"
npm install
npm run build
cd "$(bash ~/.codex/skills/cross-platform-computer-use-skill/scripts/current-project.sh)"
node dist/cli.js
macOS has been real-device validated in this workspace, including GUI typing round-trip through the MCP type tool.Windows and Linux are implemented, built, packaged, and published, but still need end-to-end runtime validation on real hosts.Linux currently targets X11 first; Wayland can restrict screenshots, focus inspection, clipboard, and synthetic input.screenshotFiltering: none, so action gating is handled at the MCP layer.