/install cross-platform-computer-use-skill
Cross-Platform Computer-Use Skill
Use 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.
What this skill does
- bundles standalone platform runtimes for
macOS,Windows, andLinux - installs one top-level skill that contains all three platform payloads
- selects the correct project for the current host platform
- preserves the standalone bootstrap model: each platform runtime creates its own virtualenv and installs public Python dependencies on first real run
- keeps platform-specific limitations explicit instead of pretending the hosts behave identically
Installed layout
After 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
Platform selection
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
Build
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
Run
cd "$(bash ~/.codex/skills/cross-platform-computer-use-skill/scripts/current-project.sh)"
node dist/cli.js
Validation notes
macOShas been real-device validated in this workspace, including GUI typing round-trip through the MCPtypetool.WindowsandLinuxare implemented, built, packaged, and published, but still need end-to-end runtime validation on real hosts.Linuxcurrently targetsX11first; Wayland can restrict screenshots, focus inspection, clipboard, and synthetic input.
Guardrails
- Treat this host as trusted-local only.
- Do not tell the user to search a local Claude install for binaries or hidden assets.
- Be explicit about the current host platform and its validation status before claiming something is verified.
- Mention that current runtimes report
screenshotFiltering: none, so action gating is handled at the MCP layer.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cross-platform-computer-use-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/cross-platform-computer-use-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Cross Platform Computer Use Skill 是什么?
Top-level cross-platform computer-use skill that bundles standalone macOS, Windows, and Linux runtimes with zero local Claude dependency and selects the corr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。
如何安装 Cross Platform Computer Use Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cross-platform-computer-use-skill」即可一键安装,无需额外配置。
Cross Platform Computer Use Skill 是免费的吗?
是的,Cross Platform Computer Use Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cross Platform Computer Use Skill 支持哪些平台?
Cross Platform Computer Use Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cross Platform Computer Use Skill?
由 wimi321(@wimi321)开发并维护,当前版本 v0.1.0。