← 返回
未分类 中文

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...
顶级 macOS 计算机使用技能,配备独立的自启动运行时,无需本地 Claude 安装、私有原生模块或其他...
wimi321
未分类 clawhub v0.2.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 767
下载
💾 1
安装
1
版本
#automation#computer-use#latest#macos#mcp#skill

概述

macOS Computer-Use Skill

Use this skill when the task needs a portable macOS computer-use skill bundled with its own standalone runtime and MCP server.

What this skill does

  • uses the bundled macos-computer-use-skill project 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, .node modules, or extracted app assets
  • stays explicitly macOS-only because the underlying desktop-control backend is macOS-specific

Default bundled project path

After installation, assume the standalone project lives at:

~/.codex/skills/computer-use-macos/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-macos/project
npm install
npm run build

Run

cd ~/.codex/skills/computer-use-macos/project
node dist/cli.js

The first real run will automatically create .runtime/venv and install the public Python dependencies.

Validation notes

  • On real macOS hosts, prefer validating typing through the MCP type tool path, not only low-level helper calls.
  • Version 0.2.2 routes ordinary macOS text input through clipboard paste when available, avoiding IME/input-source corruption seen with per-key typing under Chinese input methods.

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.

版本历史

共 1 个版本

  • v0.2.2 当前
    2026-05-03 04:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Computer Use Linux

wimi321
顶级 Linux 计算机使用技能,配套独立自举运行时,无需本地 Claude 安装、私有原生模块等。
★ 1 📥 544

Computer Use Windows

wimi321
顶级 Windows 电脑使用技能,集成独立运行时,自主启动,无需本地 Claude安装,私有原生模块,...
★ 1 📥 1,103

Code Simplifier

wimi321
用于审查代码变更的可重用性、代码质量和效率,并在最终确定前进行清理
★ 0 📥 489