Apple Shortcuts Integration
БесплатноБез исполняемых скриптовНе проверенCreate and trigger Apple Shortcuts for iOS/macOS automation and cross-platform workflows
Об этом скилле
Apple Shortcuts Integration
Integrate with Apple ecosystem for iOS and macOS automation.
Core Capabilities
Run Shortcuts
shortcut_execution:
run:
name: "Morning Routine"
input: optional
run_with_input:
name: "Process Text"
input: "{{text_to_process}}"
run_with_clipboard:
name: "Share to App"
input: clipboard
Apple Reminders
reminders:
create:
title: "{{task}}"
list: "Work"
due_date: "{{date}}"
due_time: "09:00"
priority: high
notes: "{{details}}"
query:
list: "Shopping"
completed: false
complete:
reminder_id: "{{id}}"
Apple Notes
notes:
create:
title: "Meeting Notes - {{date}}"
folder: "Work"
body: |
# {{meeting_title}}
## Attendees
{{attendees}}
## Notes
{{notes}}
append:
note_title: "Running Log"
content: "- {{date}}: {{entry}}"
search:
query: "project alpha"
folder: "Projects"
Calendar
calendar:
create_event:
title: "{{event_title}}"
calendar: "Work"
start: "{{start_time}}"
end: "{{end_time}}"
location: "{{location}}"
notes: "{{notes}}"
alerts:
- 30 # minutes before
query:
calendar: "all"
start: today
end: "+7 days"
Shortcut Examples
Daily Log
shortcut_daily_log:
steps:
- get_current_date
- prompt_for_input:
message: "How was your day?"
- append_to_note:
title: "Daily Journal"
content: |
## {{date}}
{{input}}
- create_reminder:
title: "Journal entry"
due: tomorrow 9am
Quick Capture
shortcut_quick_capture:
trigger: share_sheet
steps:
- get_shared_input
- create_note:
title: "Captured - {{date}}"
body: "{{input}}"
- notify: "Captured successfully"
Integration Workflows
Cross-Platform Sync
sync_workflow:
trigger: note_created
actions:
- if: tag == "work"
then:
- sync_to: notion
- sync_to: obsidian
- if: has_task
then:
- create_reminder: from_task
Best Practices
- Naming: Clear, descriptive shortcut names
- Input Handling: Validate inputs
- Error Handling: Graceful failures
- Privacy: Minimize data exposure
- Testing: Test on all devices
Установить Apple Shortcuts Integration в Claude Code и Claude Desktop
Зарегайся, чтобы установить скилл
Создай бесплатный аккаунт, чтобы открыть команду установки и сохранить скилл в библиотеку.
- Открой команду установки в одну строку
- Сохраняй скиллы в синхронизируемую библиотеку
- Уведомления, когда скиллы обновляются
Разрешённые инструменты
Инструменты, которые скиллу разрешено вызывать.
Без ограничений — скилл может использовать любой инструмент.
FAQ
Что делает скилл Apple Shortcuts Integration?
Create and trigger Apple Shortcuts for iOS/macOS automation and cross-platform workflows
Как установить скилл Apple Shortcuts Integration?
Скопируй папку скилла в ~/.claude/skills (вкладка Claude Code выше делает это одной командой), либо поставь как плагин.
Скилл Apple Shortcuts Integration запускает скрипты?
Нет, скилл состоит только из инструкций (SKILL.md), без исполняемых скриптов.
Похожие скиллы
Skill Creator
Author a new Agent Skill the right way
от Anthropictheme-factory
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fo
от Anthropictemplate-skill
Replace with description of the skill and when Claude should use it.
от Anthropicvercel-composition-patterns
vercel-composition-patterns — Agent Skill for Claude
от Vercel