← 返回 Skills 市场
ifuryst

Open Computer Use

作者 Leo · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
64
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install open-computer-use
功能描述
Guidance for installing, configuring, and operating Open Computer Use, an open-source Computer Use MCP service for macOS, Linux, and Windows.
使用说明 (SKILL.md)

Open Computer Use

Overview

Open Computer Use is an open-source Computer Use service exposed through MCP. It lets compatible AI agents operate local desktop apps on macOS, Linux, and Windows through tools such as list_apps, get_app_state, click, type_text, press_key, scroll, drag, and set_value.

Use this skill when a user wants to install, configure, verify, troubleshoot, or operate Open Computer Use from an agent runtime such as Codex, Claude Code, Gemini CLI, opencode, or another MCP client.

Install

Install the CLI:

npm i -g open-computer-use

On macOS, run it once and grant Accessibility and Screen Recording permissions:

open-computer-use

Windows and Linux do not require the macOS permission step.

MCP Setup

Install into Codex:

open-computer-use install-codex-mcp

Or configure any MCP client manually:

{
  "mcpServers": {
    "open-computer-use": {
      "command": "open-computer-use",
      "args": ["mcp"]
    }
  }
}

Other Agent Integrations

Open Computer Use also includes installer commands for common agent runtimes:

open-computer-use install-codex-plugin
open-computer-use install-claude-mcp
open-computer-use install-gemini-mcp
open-computer-use install-opencode-mcp

Direct CLI Calls

Use the CLI to call one tool:

open-computer-use call list_apps
open-computer-use call get_app_state --args '{"app":"TextEdit"}'

Run a sequence in one process so element indexes can be reused:

open-computer-use call --calls '[{"tool":"get_app_state","args":{"app":"TextEdit"}},{"tool":"press_key","args":{"app":"TextEdit","key":"Return"}}]'

Check setup and permissions:

open-computer-use doctor

Operating Rules

  • Treat Computer Use as control over the user's real desktop session.
  • Ask before actions that send messages, submit forms, delete data, install software, change system settings, make purchases, or expose sensitive local information.
  • Prefer accessibility element indexes from get_app_state over coordinate clicks when available.
  • Re-read app state after important actions before continuing.
  • On macOS, if tools fail due to permissions, ask the user to grant Accessibility and Screen Recording for the Open Computer Use app or runtime process.

Project Links

安全使用建议
Install this only if you want an AI agent to help operate your real desktop. Verify the npm package and repository, connect it only to trusted MCP clients, grant OS permissions deliberately, and keep human approval enabled for actions that send, delete, purchase, install, or expose sensitive information.
功能分析
Type: OpenClaw Skill Name: open-computer-use Version: 0.1.0 The skill bundle provides documentation and instructions for installing and operating 'Open Computer Use,' an MCP service for desktop automation. The SKILL.md file includes explicit safety guidelines, instructing the AI agent to ask for user permission before performing sensitive actions like deleting data or installing software. No malicious code, obfuscation, or exfiltration patterns were identified.
能力评估
Purpose & Capability
The skill clearly describes Open Computer Use as a desktop-control MCP service with tools for reading app state and sending clicks, keys, text, scrolling, and dragging; this is powerful but directly aligned with the stated purpose.
Instruction Scope
The instructions include appropriate guardrails to ask before sensitive actions, but the underlying capability can affect real applications, accounts, files, and forms if a user authorizes use too broadly.
Install Mechanism
Installation is user-directed through a global npm package and MCP installer commands. No local code is bundled for review, so users should verify the package and repository before installing.
Credentials
macOS Accessibility and Screen Recording permissions are proportionate for desktop automation, but they are broad OS-level permissions that should be granted only when the user intends to use this capability.
Persistence & Privilege
The MCP/client setup and OS permissions can persist after installation, but the artifacts present these as explicit setup steps rather than hidden background behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install open-computer-use
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /open-computer-use 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial ClawHub publish
元数据
Slug open-computer-use
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Open Computer Use 是什么?

Guidance for installing, configuring, and operating Open Computer Use, an open-source Computer Use MCP service for macOS, Linux, and Windows. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 64 次。

如何安装 Open Computer Use?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install open-computer-use」即可一键安装,无需额外配置。

Open Computer Use 是免费的吗?

是的,Open Computer Use 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Open Computer Use 支持哪些平台?

Open Computer Use 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Open Computer Use?

由 Leo(@ifuryst)开发并维护,当前版本 v0.1.0。

💬 留言讨论