apple-intelligence-summarization
Installation
SKILL.md
Apple Intelligence — Summarization
Overview
Use Apple's on-device Foundation models to summarize meeting notes, generate meeting briefs, extract action items, and create relationship summaries. All processing runs on-device with no data leaving the phone. Requires iOS 18+ and Apple Intelligence-capable hardware (A17 Pro or later, M-series).
Device Capability Check
Always check availability before attempting to use Foundation models:
import FoundationModels
@available(iOS 26, *)
func isAppleIntelligenceAvailable() -> Bool {
SystemLanguageModel.default.isAvailable
}