macuse-computer-use

macuse-computer-use is a skill for Claude Code, Codex from macuse-app/macuse-mcp. It costs 127 tokens per session (1,666 once invoked), scanned A, original, no licence file.

A macOS computer-control guide for interacting with application windows through actions such as clicking, typing, scrolling, dragging, and taking screenshots.

In plain words
What is it for?
Automating or inspecting macOS apps, filling forms, reading what is on screen, and capturing screenshots.
Why use it?
It helps when a task must be performed or inspected through a Mac application's visible interface rather than only through code.

Skill for Claude CodeCodex

Part of the macuse plugin — 3 skills, 1 MCP server shipped together

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/macuse-app/macuse-mcp/macuse-computer-use
Any agent
npx skills add macuse-app/macuse-mcp --skill macuse-computer-use
Clone the repo
git clone --depth 1 https://github.com/macuse-app/macuse-mcp

Made for: Claude Code, Codex.

Or install macuse, the plugin that ships this one along with the rest of its 3 skills, 1 MCP server.

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 macuse-computer-use

README.md
[![agentmods](https://agentmods.dev/badge/skills/macuse-app/macuse-mcp/macuse-computer-use.svg)](https://agentmods.dev/skills/macuse-app/macuse-mcp/macuse-computer-use)
Your own site
<a href="https://agentmods.dev/skills/macuse-app/macuse-mcp/macuse-computer-use"><img src="https://agentmods.dev/badge/skills/macuse-app/macuse-mcp/macuse-computer-use.svg" alt="Measured on agentmods" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,666 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00127 $0.01666
Opus 5 $0.00063 $0.00833
Sonnet 5 $0.00025 $0.00333
Haiku 4.5 $0.00013 $0.00167

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

Security

Grade A, and why

macuse-computer-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.

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.

plugins/macuse/skills/macuse-computer-use/SKILL.md · 135 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 135 lines · 127 tokens per session scan A 0ffee32be058

Subscribe to this mod's changes

macuse-computer-use is a skill published in the GitHub repository macuse-app/macuse-mcp (40 stars, last pushed 1mo ago), with no licence file. It adds 127 tokens to every session and 1,666 once invoked, about $0.0006 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

control-flow

Analyze and design control flows and data structures. Produces compact ASCII tree diagrams showing triggers, call chains, payload shapes, state mutations, and re-render effects. Use when user asks to diagram, trace, visualize, or design a flow or data structure.

slopus/happy · 54 tokens

triage-reviews

Fetch PR review comments, verify each against real code/docs, fix valid issues, commit and push.

stickerdaniel/linkedin-mcp-server · 24 tokens

assets-get-data

Get asset data from the asset file in the Unity project — every serializable field and property. Supports token-saving path-scoped reads via paths or viewQuery. Use 'assets-find' to find the asset first.

IvanMurzak/Unity-MCP · 50 tokens

gameobject-component-destroy

Destroy one or more Components from a target GameObject. Missing (null) components are skipped — they cannot be destroyed. Use 'gameobject-find' and 'gameobject-component-get' to identify the components first.

IvanMurzak/Unity-MCP · 49 tokens

assets-create-folder

Create a new folder under a parent folder inside 'Assets/'. The parent path must start with 'Assets/' and every intermediate folder in it must already exist. Refreshes the AssetDatabase at the end and returns the GUID(s) of the created folder(s).

IvanMurzak/Unity-MCP · 55 tokens

assets-prefab-save

Save the currently opened prefab edit stage back to its prefab asset without exiting the stage. Pair with 'assets-prefab-open' to enter the edit mode first.

IvanMurzak/Unity-MCP · 37 tokens