pptx

仓库创建 2025年10月22日最近提交 13 天前SkillHot 收录 20 天前
▸ 精选理由

适合自动生成或批量修改演示文稿的场景。

这个 Skill 做什么

创建、编辑与分析 .pptx 演示文稿,支持布局与备注。

创建、编辑和分析 .pptx 演示文稿:可以增删幻灯片、调整布局、提取或替换文本与图片、加入讲稿备注与评论,并评估版式问题。适合做投影片制作、批量改版或检查演示质量时用。直接操作 .pptx 文件内容,支持布局与备注层面的精细修改。

▸ 展开 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

办公文档幻灯片.pptx演示文稿通用
1.4k
Stars
245
Forks
31
仓库内 Skill
+46
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Prat011/awesome-llm-skills/master/document-skills/pptx/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Prat011/awesome-llm-skills/master/document-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 公开信息 · 原文版权归作者所有