mac-use
SKILL.md
Mac Use
Control any macOS GUI application through a screenshot → pick element → click → verify loop.
Setup
Platform: macOS only (requires Apple Vision framework for OCR)
System binaries (pre-installed on macOS):
python3— via Homebrew (brew install python)screencapture— built-in macOS utility
Python packages — install from the skill directory:
pip3 install --break-system-packages -r {baseDir}/requirements.txt