Keynote Creator
Installation
SKILL.md
Keynote Creator Skill
This skill guides you on how to create and manipulate Keynote presentations on macOS using AppleScript.
When to Use
Create a Keynote presentation when the user asks to:
- Create a presentation/slideshow/PPT
- Generate slides from documents, reports, or data
- Make a pitch deck, proposal, or summary presentation
- Convert content into visual presentation format
Workflow
- Open Keynote (for visual demo): Use
macos_show(app: "keynote")if visual mode is enabled - Create presentation: Use bash with AppleScript
- Add slides: Use AppleScript to add and configure slides
- Set content: Add titles, body text, and images
- Export: Save as .key or export to PDF
Related skills