/install computer-use-windows
Windows Computer-Use Skill
Use this skill when the task needs a portable Windows computer-use skill bundled with its own standalone runtime and MCP server.
What this skill does
- uses the bundled
windows-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 Windows-only because the underlying desktop-control backend is Windows-specific
Default bundled project path
After installation, assume the standalone project lives at:
~/.codex/skills/computer-use-windows/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-windows/project
npm install
npm run build
Run
cd ~/.codex/skills/computer-use-windows/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 logic so Windows runtime builds use the correct Windows shortcut denylist instead of a broken cross-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 Windows machine.
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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install computer-use-windows - After installation, invoke the skill by name or use
/computer-use-windows - Provide required inputs per the skill's parameter spec and get structured output
What is Computer Use Windows?
Top-level Windows computer-use skill with a bundled standalone runtime that bootstraps itself without any local Claude installation, private native modules,... It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install Computer Use Windows?
Run "/install computer-use-windows" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Computer Use Windows free?
Yes, Computer Use Windows is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Computer Use Windows support?
Computer Use Windows is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Computer Use Windows?
It is built and maintained by wimi321 (@wimi321); the current version is v0.1.1.