macos-use

macos-use is a skill for Claude Code, Codex from sonichi/sutando. It costs 75 tokens per session (1,091 once invoked), scanned A, original, MIT.

A tool for controlling macOS applications through the system's accessibility features. It can open apps, click, type, scroll, and press keys in programs such as Safari, Zoom, Mail, and Finder.

In plain words
What is it for?
Use it to navigate websites, join meetings, enter text, manage files, or interact with other macOS applications through their visible controls.
Why use it?
It gives an agent a way to perform real actions in desktop apps, including tasks that cannot be completed from the command line alone.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/sonichi/sutando/macos-use
Any agent
npx skills add sonichi/sutando --skill macos-use
Clone the repo
git clone --depth 1 https://github.com/sonichi/sutando

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for macos-use

README.md
[![agentmods](https://agentmods.dev/badge/skills/sonichi/sutando/macos-use.svg)](https://agentmods.dev/skills/sonichi/sutando/macos-use)
Your own site
<a href="https://agentmods.dev/skills/sonichi/sutando/macos-use"><img src="https://agentmods.dev/badge/skills/sonichi/sutando/macos-use.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,091 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00075 $0.01091
Opus 5 $0.00037 $0.00545
Sonnet 5 $0.00015 $0.00218
Haiku 4.5 $0.00007 $0.00109

Measured 4d ago against content hash 1398b41e17a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

macos-use scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/build.sh, scripts/install-mcp.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/macos-use/SKILL.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

macos-use

Drive macOS applications from Claude Code via mediar-ai's mcp-server-macos-use. A Swift MCP server that wraps the macOS Accessibility API. Unlike Claude's built-in computer-use, this works in non-interactive mode (which is how Sutando's proactive loop and task bridge run), does not hold a machine-wide lock, and does not require a Pro/Max subscription.

When to use

  • "Open Safari and navigate to github.com" — anything requiring real GUI interaction with an app
  • "Click the Join button on the Zoom invite dialog"
  • "Type this into the Discord message box"
  • "Scroll the frontmost window to the bottom"
  • Any task that currently falls back to AppleScript + Quartz mouse events in src/inline-tools.ts

Prefer this skill over:

  • bash src/screen-capture.sh — that captures screenshots; macos-use actually interacts
  • AppleScript tell application blocks — more reliable, better error handling
  • cliclick — lower-level, no accessibility context
  • Claude's built-in computer-use — that mode requires interactive sessions and holds a lock that contends with Sutando's own loop

Tools exposed

After install, these appear as mcp__macos-use__* in Claude Code:

Tool Parameters Purpose
open_application_and_traverse identifier (name/bundle ID/path) Launch or activate an app, return its a11y tree
click_and_traverse pid, x, y Click at coordinates in a target app, return updated tree
type_and_traverse pid, text Type into the frontmost element
press_key_and_traverse pid, key Press a named key (Return, Tab, Escape, arrows, ...)
scroll_and_traverse pid, direction, amount Scroll in a direction
refresh_traversal pid Re-read the a11y tree without acting

Every tool returns an accessibility-tree snapshot of the target app — structured UI elements with roles, titles, positions, and identifiers. No pixels. Model reasons over the tree, not over screenshots.

Read the full file on GitHub · 80 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 80 lines · 75 tokens per session scan A 1398b41e17a3

Subscribe to this mod's changes

macos-use is a skill published in the GitHub repository sonichi/sutando (391 stars, last pushed today), licensed MIT. It adds 75 tokens to every session and 1,091 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

visualize

Render a polished visual inline in the chat as part of your answer — a diagram, a chart, an interactive explainer, or a UI mockup. Load it proactively whenever an explanation would land better as a picture than as prose. Do not wait to be asked.

vellum-ai/vellum-assistant · 57 tokens

app-control

Drive a specific named macOS app via raw input bypassing the Accessibility tree.

vellum-ai/vellum-assistant · 18 tokens

pdf-design

The document design manual. Call pdfdesign BEFORE authoring any PDF, report, brief, proposal, or styled document — it is what makes documents come out designed instead of dumped.

thewolffish/wolffish-app · 39 tokens

web-design

The web design manual. Call webdesign BEFORE authoring any HTML page, info site, or web deliverable a person will open in a browser — it is what makes pages come out designed instead of dumped.

thewolffish/wolffish-app · 45 tokens

playwright-pom-discovery

Use when building or extending a Page Object Model (POM) for the Opik E2E suite (under testsendtoend/e2e/pom/) and you need to choose stable selectors against the live UI. Walks through seeding required state, exploring the running page with the Playwright MCP (accessibility snapshot + data-testid enumeration)…

comet-ml/opik · 112 tokens

liquid-glass

Apple Liquid Glass design system. Use when building UI with translucent, depth-aware glass morphism following Apple's design language. Provides CSS tokens, component patterns, dark/light mode, and animation specs.

fengshao1227/ccg-workflow · 43 tokens