什么是 pptx?
演示文稿创建、编辑和分析。当 Claude 需要处理演示文稿(.pptx 文件)以执行以下操作时:(1) 创建新演示文稿,(2) 修改或编辑内容,(3) 使用布局,(4) 添加注释或演讲者注释或任何其他演示任务 来源:jd-opensource/joysafeter。
演示文稿创建、编辑和分析。当 Claude 需要处理演示文稿(.pptx 文件)以执行以下操作时:(1) 创建新演示文稿,(2) 修改或编辑内容,(3) 使用布局,(4) 添加注释或演讲者注释或任何其他演示任务
通过命令行快速安装 pptx AI 技能到你的开发环境
来源:jd-opensource/joysafeter。
A user may ask you to create, edit, or analyze the contents of a .pptx file. A .pptx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks.
Text extraction If you just need to read the text contents of a presentation, you should convert the document to markdown:
Raw XML access You need raw XML access for: comments, speaker notes, slide layouts, animations, design elements, and complex formatting. For any of these features, you'll need to unpack a presentation and read its raw XML contents.
演示文稿创建、编辑和分析。当 Claude 需要处理演示文稿(.pptx 文件)以执行以下操作时:(1) 创建新演示文稿,(2) 修改或编辑内容,(3) 使用布局,(4) 添加注释或演讲者注释或任何其他演示任务 来源:jd-opensource/joysafeter。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/jd-opensource/joysafeter --skill pptx演示文稿创建、编辑和分析。当 Claude 需要处理演示文稿(.pptx 文件)以执行以下操作时:(1) 创建新演示文稿,(2) 修改或编辑内容,(3) 使用布局,(4) 添加注释或演讲者注释或任何其他演示任务 来源:jd-opensource/joysafeter。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/jd-opensource/joysafeter --skill pptx 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/jd-opensource/joysafeter