·pptx

演示文稿创建、编辑和分析。当 Claude 需要处理演示文稿(.pptx 文件)以执行以下操作时:(1) 创建新演示文稿,(2) 修改或编辑内容,(3) 使用布局,(4) 添加注释或演讲者注释或任何其他演示任务

16安装·2热度·@jd-opensource

安装

$npx skills add https://github.com/jd-opensource/joysafeter --skill pptx

如何安装 pptx

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

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

来源:jd-opensource/joysafeter。

SKILL.md

查看原文

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
分类
#文档处理
认证
收录时间
2026-02-26
更新时间
2026-03-10

Browse more skills from jd-opensource/joysafeter

快速解答

什么是 pptx?

演示文稿创建、编辑和分析。当 Claude 需要处理演示文稿(.pptx 文件)以执行以下操作时:(1) 创建新演示文稿,(2) 修改或编辑内容,(3) 使用布局,(4) 添加注释或演讲者注释或任何其他演示任务 来源:jd-opensource/joysafeter。

如何安装 pptx?

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

这个 Skill 的源码在哪?

https://github.com/jd-opensource/joysafeter