This is for automating macOS apps through the Accessibility API, the same system-level interface that powers VoiceOver and assistive tools. You get AXUIElement bindings, element discovery, and action execution, but the real focus here is security controls. It blocks access to sensitive apps like Keychain and System Preferences, validates TCC permissions before every operation, logs everything for audit trails, and has permission tiers to limit what automation can actually do. If you're building desktop automation or testing tools on macOS, this gives you the framework pieces with guardrails already in place. The examples show PyObjC patterns, so expect to work in Python unless you adapt the approach.
npx skills add https://github.com/martinholovsky/claude-skills-generator --skill macos-accessibility