跳到主要内容

Macos Desktop

macOS desktop control presets via computer_use and scripts.

Skill metadata​

SourceBundled (installed by default)
Pathskills/computer-use/macos-desktop
Version1.0.0
AuthorVibeOS
LicenseMIT
Platformsmacos
Tagsmacos, desktop, computer-use, accessibility, clipboard
Related skillsclipboard-notify, computer-use

Reference: full SKILL.md​

信息

The following is the complete skill definition that VibeOS loads when this skill is triggered. This is what the agent sees as instructions when the skill is active.

macOS Desktop Preset

Safe, repeatable patterns for controlling the Mac desktop with computer_use plus clipboard helpers. Prefer Accessibility (ax / som) over blind clicks.

When to Use​

  • User asks to drive Finder, Safari, or other Mac apps
  • Copy/paste between apps after generating text
  • Focus an app before typing

Prerequisites​

  • macOS Accessibility permission for Terminal / VibeOS / Electron
  • computer_use toolset enabled
  • Optional: clipboard-notify skill for pbcopy/notify

How to Run​

  1. Capture UI: computer_use with action=capture, mode=som (or ax).
  2. Act on element ids from the capture (click / type / set_value).
  3. For clipboard-only tasks, load clipboard-notify and use its scripts.

Quick Reference​

GoalApproach
See UIcomputer_use capture som/ax
Click / typecomputer_use with element ref
Clipboardclipboard-notify copy/paste
Notify userclipboard-notify notify

Procedure​

  1. Ask which app to control if unclear.
  2. Capture before acting; never spam clicks.
  3. Re-capture after important actions (follow_up_capture when available).
  4. Stop and ask if Accessibility permission is denied.

Pitfalls​

  • Do not disable security prompts or approve TCC dialogs without the user.
  • Avoid full-screen games / banking apps unless explicitly requested.
  • Notifications may show on the Lock Screen — no secrets.

Verification​

  • Capture shows the expected app frontmost.
  • Requested text appears in the target field or clipboard paste matches.