cklxx

desktop-automation

桌面自动化 — 通过 AppleScript 控制 macOS 应用(Atlas、Chrome、Finder 等)。

cklxx 11 1 Updated 3mo ago

Resources

2
GitHub

Install

npx skillscat add cklxx/elephant-ai/desktop-automation

Install via the SkillsCat registry.

SKILL.md

desktop-automation

macOS 桌面自动化:运行 AppleScript 控制应用程序。

调用

python3 skills/desktop-automation/run.py '{"action":"run","script":"tell application \"Finder\" to activate"}'
python3 skills/desktop-automation/run.py '{"action":"open_app","app":"Safari"}'