원클릭으로
desktop-automation
Automate macOS desktop actions via AppleScript to control apps like Chrome, Finder, and others.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Automate macOS desktop actions via AppleScript to control apps like Chrome, Finder, and others.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Control message formatting and writing style for Lark/Feishu conversations.
Create, query, edit, and manage Feishu Bitable (multidimensional spreadsheets) via lark-cli base — apps, tables, fields, records, views, dashboards, forms, workflows.
Manage Feishu calendar events via lark-cli — create/update/delete events, manage attendees, query free/busy and suggest available time slots, find and book meeting rooms.
List Feishu group chat members and resolve chat metadata via lark-cli.
Create a Feishu cloud document from Lark-flavored Markdown via lark-cli, with optional folder or wiki placement.
Comment management and media (image/file) operations on Feishu cloud documents via lark-cli.
| name | desktop-automation |
| description | Automate macOS desktop actions via AppleScript to control apps like Chrome, Finder, and others. |
| triggers | {"intent_patterns":["applescript|桌面自动化|desktop|macos|打开应用|切换窗口"],"context_signals":{"keywords":["applescript","desktop","macos","自动化","窗口"]},"confidence_threshold":0.7} |
| priority | 6 |
| requires_tools | ["bash"] |
| max_tokens | 200 |
| cooldown | 60 |
macOS desktop automation: run AppleScript to control applications.
| Intent | Command | Key Params |
|---|---|---|
| Run AppleScript | $PYTHON $SKILL_DIR/run.py run --script '...' | --script |
| Open an app | $PYTHON $SKILL_DIR/run.py open_app --app Safari | --app |
$PYTHON $SKILL_DIR/run.py run --script 'tell application "Finder" to activate'
$PYTHON $SKILL_DIR/run.py open_app --app Safari