Semantic computer control for macOS that uses Accessibility API references instead of raw coordinates. You take a screenshot to get tagged elements like @e1 and @e2, then click or fill them without worrying about pixel positions. It falls back to coordinates when AX coverage is weak and batches actions to avoid round trips. The strict mode is clever: prevents focus stealing so you can automate apps in the background without your cursor jumping around. Needs Accessibility and Screen Recording permissions on first run. If you're automating Mac GUI tasks with Pi and want something more reliable than coordinate-based clicking, this is the right approach.
npx skills add https://github.com/aradotso/trending-skills --skill pi-computer-use