Workflow (default) 1) Discover terms in Script Editor > File > Open Dictionary > Keynote. 2) Prototype minimal AppleScript: tell application "Keynote" to get name of document 1.
3) Port to JXA: Application("Keynote").documents[0].name() with try-catch blocks. 4) Validate with read-only probes: Application("Keynote").documents.length > 0. 5) Use UI scripting only when dictionary lacks features (e.g. Application("System Events")).
Automatisiert Apple Keynote mithilfe von JXA mit AppleScript-Wörterbucherkennung. Verwenden Sie diese Option, wenn Sie aufgefordert werden, „Keynote-Präsentationen zu erstellen“, „Foliendecks zu automatisieren“, „JXA Keynote-Skripte zu erstellen“ oder „Präsentationen programmgesteuert zu generieren“. Deckt den Lebenszyklus von Dokumenten, Folien, Text, Formen, Bilder, Tabellen, Diagramme, Übergänge und den Fallback für die UI-Skripterstellung ab. Quelle: spillwavesolutions/automating-mac-apps-plugin.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/spillwavesolutions/automating-mac-apps-plugin --skill automating-keynote Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw