This handles macOS automation through AppleScript, JXA, Shortcuts, and Automator. You'll reach for it when you need to script repetitive tasks like file management, control apps that don't have CLI tools, or automate UI interactions through the accessibility API. The concrete stuff here is helpful: it shows you how to run osascript from the command line, invoke Shortcuts with JSON inputs, and use System Events for keyboard simulation. One thing to know upfront is that you'll be dealing with macOS permission prompts for accessibility and full disk access, so factor that into anything you're building for other users. It's genuinely useful for gluing together macOS apps that weren't designed to work together.
npx skills add https://github.com/alphaonedev/openclaw-graph --skill macos-automation