What problem does it solve?
macOS accessibility automation is hard because manual UI navigation and form filling demand watching screens and guessing element IDs, so this skill ensures precise interactions via accessibility APIs without re-observing before each action.
Core Features & Use Cases
- Open-Observe-Act Workflow: Launch an app, observe with get_ui_elements to capture element IDs, and then use click_element, set_value, or press_key to act confidently.
- Smart Re-observation Rules: Only re-run get_ui_elements after UI changes such as navigation, dialogs, or tab switches, keeping token usage low without stale IDs.
- Safari and Native App Control: Browse the web, fill forms, navigate menus, or press shortcuts in Safari and other apps using accessibility commands with optional screenshots when necessary.
Quick Start
Launch Safari, observe its UI to gather element IDs, and then use accessibility actions like click_element or type_text to complete the task.