·automating-keynote
*

automating-keynote

使用 JXA 和 AppleScript 字典发现来自动化 Apple Keynote。当被要求“创建 Keynote 演示文稿”、“自动化幻灯片”、“JXA Keynote 脚本”或“以编程方式生成演示文稿”时使用。涵盖文档生命周期、幻灯片、文本、形状、图像、表格、图表、过渡和 UI 脚本回退。

20安装·2热度·@spillwavesolutions

安装

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

如何安装 automating-keynote

通过命令行快速安装 automating-keynote AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/spillwavesolutions/automating-mac-apps-plugin --skill automating-keynote
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:spillwavesolutions/automating-mac-apps-plugin。

SKILL.md

查看原文

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-keynote
分类
*创意媒体
认证
收录时间
2026-03-07
更新时间
2026-03-10

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

快速解答

什么是 automating-keynote?

使用 JXA 和 AppleScript 字典发现来自动化 Apple Keynote。当被要求“创建 Keynote 演示文稿”、“自动化幻灯片”、“JXA Keynote 脚本”或“以编程方式生成演示文稿”时使用。涵盖文档生命周期、幻灯片、文本、形状、图像、表格、图表、过渡和 UI 脚本回退。 来源:spillwavesolutions/automating-mac-apps-plugin。

如何安装 automating-keynote?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/spillwavesolutions/automating-mac-apps-plugin --skill automating-keynote 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

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

详情

分类
*创意媒体
来源
skills.sh
收录时间
2026-03-07