Desarrolladores de software Drive and inspect macOS app UIs from the command line with the `invoke` CLI: read accessibility trees, click buttons, simulate keys/scroll, extract on-screen data (including any website open in a browser — browsers expose the rendered page through the AX tree), and author/run "packs" (TypeScript modules exposing an app's operations as callable functions). Use whenever a task means automating, controlling, reading, or scraping a Mac app or website (Finder, Mail, Messages, Ableton, Safari, Chrome, Music, Logic…) through its UI/accessibility rather than a dedicated API — e.g. "click Play in Ableton", "how many unread emails do I have", "get the video titles from the YouTube page I have open", "automate this app's UI", "write or run an Invoke pack". Also trigger on bare mentions of the `invoke` command, packs, AX automation on macOS, or simulating keyboard/mouse input aimed at an app. Do NOT trigger for invoking a cloud function/lambda, calling a web/REST API, or a generic "invoke this method/function" in code.
2026-06-14