macos-computer-use

Automate macOS desktop interactions via cua-driver without moving the user's cursor.

9|3|Updated May 18, 2026
One-click install
npx skills add https://github.com/jordanhubbard/mac --skill macos-computer-use-jordanhubbard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: macos-computer-use
Source: https://github.com/jordanhubbard/mac/tree/main/src/mac/_hermes/skills/apple/macos-computer-use
Command: npx skills add https://github.com/jordanhubbard/mac --skill macos-computer-use-jordanhubbard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates interactions with the macOS desktop, including screenshots, mouse and keyboard actions, without disrupting the user's workflow.

Core Features & Use Cases

  • Background Automation: Control the Mac desktop in the background, allowing the user to continue their work.
  • Screenshot and Overlay: Capture screenshots with numbered overlays for precise targeting of interactable elements.
  • Element Clicking: Click on elements by index for reliable action execution.
  • Use Case: Imagine you need to automate a task that involves taking screenshots of a web page and filling out a form. This Skill can capture the screenshot, fill out the form elements, and save the result all without user intervention.

Quick Start

Use the macos-computer-use skill to take a screenshot of the current window and click on the "Submit" button by its index.

Frequently Asked Questions about macos-computer-use

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate macOS desktop interactions without interfering with my own mouse and keyboard?

macOS desktop automation can run in the background using the cua-driver to perform actions like capture, click, drag, scroll, and type without moving your cursor or stealing keyboard focus.

What is the best way to click specific GUI elements during macOS background automation?

The best way to click GUI elements during macOS automation is to capture a screenshot with numbered overlays, then trigger clicks by referencing the specific index of the interactable element.

Can I use this macOS automation tool with Hermes Agent and other compatible runtimes?

Yes, this macOS automation approach is intended for integration with Hermes Agent and compatible runtimes to execute background desktop control tasks seamlessly.

Does background macOS desktop automation require moving the user's active cursor?

No, background macOS desktop automation via the cua-driver performs all mouse and keyboard actions independently, ensuring the user's active cursor and keyboard focus remain completely uninterrupted.

How do I capture a screenshot and fill out a form on macOS without user intervention?

You can capture a screenshot with numbered overlays to identify form fields, then use background clicking and typing actions to fill out and submit the form entirely without user intervention.