·automating-keynote
*

automating-keynote

Automates Apple Keynote using JXA with AppleScript dictionary discovery. Use when asked to "create Keynote presentations", "automate slide decks", "JXA Keynote scripting", or "generate presentations programmatically". Covers document lifecycle, slides, text, shapes, images, tables, charts, transitions, and UI scripting fallback.

20Installs·2Trend·@spillwavesolutions

Installation

$npx skills add https://github.com/spillwavesolutions/automating-mac-apps-plugin --skill automating-keynote

How to Install automating-keynote

Quickly install automating-keynote AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/spillwavesolutions/automating-mac-apps-plugin --skill automating-keynote
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: spillwavesolutions/automating-mac-apps-plugin.

SKILL.md

View raw

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")).

Automates Apple Keynote using JXA with AppleScript dictionary discovery. Use when asked to "create Keynote presentations", "automate slide decks", "JXA Keynote scripting", or "generate presentations programmatically". Covers document lifecycle, slides, text, shapes, images, tables, charts, transitions, and UI scripting fallback. Source: spillwavesolutions/automating-mac-apps-plugin.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/spillwavesolutions/automating-mac-apps-plugin --skill automating-keynote Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/spillwavesolutions/automating-mac-apps-plugin --skill automating-keynote
Category
*Creative Media
Verified
First Seen
2026-03-07
Updated
2026-03-10

Browse more skills from spillwavesolutions/automating-mac-apps-plugin

Quick answers

What is automating-keynote?

Automates Apple Keynote using JXA with AppleScript dictionary discovery. Use when asked to "create Keynote presentations", "automate slide decks", "JXA Keynote scripting", or "generate presentations programmatically". Covers document lifecycle, slides, text, shapes, images, tables, charts, transitions, and UI scripting fallback. Source: spillwavesolutions/automating-mac-apps-plugin.

How do I install automating-keynote?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/spillwavesolutions/automating-mac-apps-plugin --skill automating-keynote Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/spillwavesolutions/automating-mac-apps-plugin

Details

Category
*Creative Media
Source
skills.sh
First Seen
2026-03-07