什麼是 automating-keynote?
使用 JXA 和 AppleScript 字典發現來自動化 Apple Keynote。當被要求「建立 Keynote 簡報」、「自動化投影片」、「JXA Keynote 腳本」或「以程式設計方式產生簡報」時使用。涵蓋文件生命週期、投影片、文字、形狀、圖像、表格、圖表、過渡和 UI 腳本回退。 來源:spillwavesolutions/automating-mac-apps-plugin。
使用 JXA 和 AppleScript 字典發現來自動化 Apple Keynote。當被要求「建立 Keynote 簡報」、「自動化投影片」、「JXA Keynote 腳本」或「以程式設計方式產生簡報」時使用。涵蓋文件生命週期、投影片、文字、形狀、圖像、表格、圖表、過渡和 UI 腳本回退。
透過命令列快速安裝 automating-keynote AI 技能到你的開發環境
來源:spillwavesolutions/automating-mac-apps-plugin。
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")).
使用 JXA 和 AppleScript 字典發現來自動化 Apple Keynote。當被要求「建立 Keynote 簡報」、「自動化投影片」、「JXA Keynote 腳本」或「以程式設計方式產生簡報」時使用。涵蓋文件生命週期、投影片、文字、形狀、圖像、表格、圖表、過渡和 UI 腳本回退。 來源:spillwavesolutions/automating-mac-apps-plugin。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/spillwavesolutions/automating-mac-apps-plugin --skill automating-keynote 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/spillwavesolutions/automating-mac-apps-plugin --skill automating-keynoteBrowse more skills from spillwavesolutions/automating-mac-apps-plugin
使用 JXA 和 AppleScript 字典發現來自動化 Apple Keynote。當被要求「建立 Keynote 簡報」、「自動化投影片」、「JXA Keynote 腳本」或「以程式設計方式產生簡報」時使用。涵蓋文件生命週期、投影片、文字、形狀、圖像、表格、圖表、過渡和 UI 腳本回退。 來源:spillwavesolutions/automating-mac-apps-plugin。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/spillwavesolutions/automating-mac-apps-plugin --skill automating-keynote 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/spillwavesolutions/automating-mac-apps-plugin