mac-automation
Installation
SKILL.md
Mac Automation via AppleScript
This skill enables control of macOS applications and system functions through AppleScript execution via the osascript command.
Core Principle
Execute AppleScript commands using the Bash tool with osascript:
osascript -e 'AppleScript code here'