ワンクリックで
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