Skip to main content
ClaudeWave
Skill654 estrellas del repoactualizado today

computer-use

The computer-use skill enables Claude to control a connected macOS desktop through proxy tools that forward execution requests to the client. Use this skill when the assistant needs to interact with the desktop environment, including taking screenshots, clicking, typing, or manipulating windows on the user's Mac. The skill activates automatically in conversations with a connected desktop client.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/vellum-ai/vellum-assistant /tmp/computer-use && cp -r /tmp/computer-use/assistant/src/config/bundled-skills/computer-use ~/.claude/skills/computer-use
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

This skill provides the computer_use_* action tools for controlling
the macOS desktop. CU tools run through the main agent loop via HostCuProxy.

The skill is internally preactivated for conversations with a connected desktop client.

Tools in this skill are proxy tools - execution is forwarded to the connected
macOS client, never handled locally by the assistant.