Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/wimi321/linux-computer-use-skill/computer-use-linuxnpx skills add wimi321/linux-computer-use-skill --skill computer-use-linuxgit clone --depth 1 https://github.com/wimi321/linux-computer-use-skillWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00035 | $0.00465 |
| Opus 5 | $0.00017 | $0.00233 |
| Sonnet 5 | $0.00007 | $0.00093 |
| Haiku 4.5 | $0.00003 | $0.00047 |
Grade A, and why
computer-use-linux scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
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.
What ships with it
46 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 364 B
- project/.gitignore 59 B
- project/assets/hero.svg 5.0 KB
- project/examples/env.sh.example 233 B
- project/examples/mcp-config.json 290 B
- project/LICENSE 1.0 KB
- project/package-lock.json 54 KB
- project/package.json 1.1 KB
- project/README.ja.md 7.2 KB
- project/README.md 7.2 KB
- project/README.zh-CN.md 6.2 KB
- project/runtime/linux_helper.py 19 KB runs code
- project/runtime/requirements.txt 77 B
- project/src/cli.ts 256 B runs code
- project/src/computer-use/appNames.ts 3.0 KB runs code
- project/src/computer-use/common.ts 248 B runs code
- project/src/computer-use/computerUseLock.ts 3.2 KB runs code
- project/src/computer-use/drainRunLoop.ts 1.1 KB runs code
- project/src/computer-use/escHotkey.ts 907 B runs code
- project/src/computer-use/executor.ts 6.5 KB runs code
- project/src/computer-use/gates.ts 975 B runs code
- project/src/computer-use/hostAdapter.ts 1.8 KB runs code
- project/src/computer-use/inputLoader.ts 397 B runs code
- project/src/computer-use/pythonBridge.ts 4.2 KB runs code
- project/src/computer-use/swiftLoader.ts 397 B runs code
- project/src/lib/errors.ts 403 B runs code
- project/src/lib/execFileNoThrow.ts 883 B runs code
- project/src/lib/log.ts 428 B runs code
- project/src/lib/sleep.ts 110 B runs code
- project/src/lib/withResolvers.ts 260 B runs code
- project/src/server.ts 1.5 KB runs code
- project/src/session.ts 3.4 KB runs code
- project/src/vendor/computer-use-mcp/deniedApps.ts 18 KB runs code
- project/src/vendor/computer-use-mcp/executor.ts 3.0 KB runs code
- project/src/vendor/computer-use-mcp/imageResize.ts 3.4 KB runs code
- project/src/vendor/computer-use-mcp/index.ts 1.7 KB runs code
- project/src/vendor/computer-use-mcp/keyBlocklist.ts 5.4 KB runs code
- project/src/vendor/computer-use-mcp/mcpServer.ts 12 KB runs code
- project/src/vendor/computer-use-mcp/pixelCompare.ts 5.9 KB runs code
- project/src/vendor/computer-use-mcp/sentinelApps.ts 1.5 KB runs code
- project/src/vendor/computer-use-mcp/subGates.ts 469 B runs code
- project/src/vendor/computer-use-mcp/toolCalls.ts 134 KB runs code
- project/src/vendor/computer-use-mcp/tools.ts 26 KB runs code
- project/src/vendor/computer-use-mcp/types.ts 27 KB runs code
- project/tsconfig.json 422 B
- scripts/install.sh 258 B runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 65 lines · 35 tokens per session scan A b004e4dbc8f4
computer-use-linux is a skill published in the GitHub repository wimi321/linux-computer-use-skill (0 stars, last pushed 5mo ago), licensed MIT. It adds 35 tokens to every session and 465 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
computer-use-macos
Top-level macOS computer-use skill with a bundled standalone runtime that bootstraps itself without any local Claude installation, private native modules, or extracted app assets.
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, or extracted app assets.
clawdcursor
FALLBACK ONLY — do not invoke unless you have already ruled out (1) a native API (Gmail API, GitHub API, Slack API …), (2) a CLI (git, gh, aws, npm, curl …), (3) direct file editing, and (4) existing browser automation (Playwright, Puppeteer). Only when all four are unavailable or have already failed should you use…
computer-use
Windows 桌面自动化执行规则。使用 screeninteractor 观察与操作原生桌面应用。.
web-navigator
Web 浏览器自动化路由规则。通过 webnavigator 将 Web 场景路由到 Playwright MCP 或 mcp-chrome。.
security-observability
只读查询 agent-sec-cli 已落盘的历史安全事件记录,并据此生成会话级安全复盘。仅当用户显式要求查看或审计已发生的安全事件、安全告警、安全审计记录,或要求按 session/run/trace/时间/类别筛选与统计已有安全事件,或要求复盘某次会话的安全判定时使用。不用于扫描新内容:检查代码安全性用 code-scanner,检测 prompt 注入用 prompt-scanner,审查 Skill 安全状态用 skill-ledger。不要因为对话中出现“安全”“工具调用”等字样、或为了主动自查而触发。.