一键导入
desktop-automation
When you need to control macOS desktop apps (Atlas, Chrome, Finder) → automate via AppleScript.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
When you need to control macOS desktop apps (Atlas, Chrome, Finder) → automate via AppleScript.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
When prompt, tool, or agent logic changes need regression testing → run eval benchmarks to detect regressions or improvements.
When a task can be parallelized (bulk code review, multi-module refactor, batch analysis) → split into subtasks running in isolated git worktrees via multiple workers.
When the user wants to research academic papers → search ArXiv, extract PDFs, summarize/review/Q&A, generate experiment code.
When you need to interact with web pages using the user's logged-in browser → control Chrome via @playwright/cli daemon, reusing cookies/session with persistent tabs.
When user needs AnyGenIO content generation → unified CLI for task execution with progressive disclosure.
When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts.
| name | desktop-automation |
| description | When you need to control macOS desktop apps (Atlas, Chrome, Finder) → automate via AppleScript. |
| triggers | {"intent_patterns":["applescript|桌面自动化|desktop|macos|打开应用|切换窗口","打开.*app|open.*application|启动.*程序|launch","切换到|switch to|activate.*window|最小化|minimize|最大化|maximize","Finder|Spotify|Music|Terminal|Notes|备忘录|系统偏好","屏幕.*亮度|brightness|音量|volume|静音|mute|勿扰|do not disturb","复制.*粘贴|clipboard|剪贴板|自动.*键入|type.*automatically","窗口.*排列|tile.*window|分屏|split.*screen|全屏|fullscreen"],"context_signals":{"keywords":["applescript","desktop","macos","自动化","窗口","app","应用","切换","打开","启动","Finder","音量","亮度"]},"confidence_threshold":0.65} |
| priority | 6 |
| requires_tools | ["bash"] |
| max_tokens | 200 |
| cooldown | 60 |
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