什么是 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