pptx
仓库创建 2025年2月14日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由
适合批量或自动化制作/修改演示,保证格式与内容一致性。
这个 Skill 做什么
创建、编辑与分析 .pptx 演示文稿,支持布局、备注与内容修改。
处理 .pptx 演示文稿的创建、修改与分析,能调整版式、编辑文本并添加讲者备注或批量改动内容。适合需要快速生成幻灯片、更新现有模版或提取幻灯片文本与结构时使用。它直接读写 .pptx(本质上是 ZIP+XML),支持精细的布局与备注级操作,方便与现有模版和资源对接。
▸ 展开 SKILL.md 英文原文
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
6.2k
Stars
707
Forks
23
仓库内 Skill
+70
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/resources/skills/pptx/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/resources/skills/pptx/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# PPTX creation, editing, and analysis ## Overview 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. ## Reading and analyzing content ### Text extraction If you just need to read the text contents of a presentation, you should convert the document to markdown: ```bash # Convert document to markdown python -m markitdown path-to-file.pptx ``` ### Raw XML access You need raw XML access for: comments, speaker notes, slide layouts, animations, design elements, and complex formatting. For
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有