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.
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-useSKILL.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.
>
>
>
>
Check Vellum Assistant architecture and package boundaries. Use when editing imports, moving code, adding endpoints, touching assistant/gateway/client/skill boundaries, or reviewing architecture-sensitive changes.
Review Vellum Assistant code changes for correctness, repo-specific quality rules, security risks, and missing validation. Use when reviewing diffs, preparing a PR, finishing implementation work, or when the user asks for a code review, quality pass, or pre-merge check in this repository.
Guide Vellum Assistant feature flag changes and rollout hygiene. Use when adding, editing, reviewing, or documenting assistant feature flags, rollout-gated behavior, or platform flag follow-up work.
Validate Vellum Assistant database and workspace migrations. Use when adding, editing, reviewing, or testing migrations, release-note migrations, persisted schemas, workspace file formats, or data backfills.