desktop-automation
macOS 桌面自动化:运行 AppleScript 控制应用程序。
调用
python3 skills/desktop-automation/run.py run --script 'tell application "Finder" to activate'
python3 skills/desktop-automation/run.py open_app --app Safari
Desktop automation - controlling macOS applications (Atlas, Chrome, Finder, etc.) via AppleScript.
macOS 桌面自动化:运行 AppleScript 控制应用程序。
python3 skills/desktop-automation/run.py run --script 'tell application "Finder" to activate'
python3 skills/desktop-automation/run.py open_app --app Safari