Use the `ax` CLI to inspect and interact with macOS applications via accessibility APIs. This skill should be used whenever the agent needs to: read what's on screen in a native macOS app, find UI elements by role or position, read text content from app windows, discover what buttons/controls are available, perform clicks or other UI actions programmatically, wait for UI state changes, capture and compare UI snapshots, monitor UI changes in real time, or answer questions about what an application is currently displaying. Think of `ax` as a way to "see" and "interact with" any running macOS application from the terminal. Use this skill even if the user doesn't mention accessibility directly — any task involving reading or controlling macOS app UI should go through `ax`.
2026-04-11