pptx
业务领域
技能形态
Agent Skill 规格描述
"Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill."
使用场景
两种典型用法
创建专业演示文稿
用户需要制作一份高质量的幻灯片,但缺乏设计经验。使用该技能,Agent可以依据设计指南选择配色、字体和布局,通过pptxgenjs或模板创建幻灯片,并自动进行视觉QA,确保输出美观专业。
提取演示文稿内容
用户收到一个.pptx文件,需要快速获取其中的文本内容用于邮件或报告。Agent使用markitdown命令提取所有文本,并可通过thumbnail.py生成缩略图预览,帮助用户理解内容结构。
技能关系
我用了哪些 Skills · 哪些 skills 用了我
依赖关系读作“上一格指向下一格”。当前 Skill 位于第二格,上下分别是影响它与被它影响的 Skill。
第一层 · 这些 Skills 用了我
- 无显式依赖
第二层 · 当前 Skill
- pptxCLI Manual · Workflow · Style Guide
第三层 · 我用了这些 Skills
- 无其他 Skill 显式依赖此项
技能文件
SKILL.md
目录结构
技能结构
- ▸skills/pptx/
- ▸root
- ·LICENSE.txt
- ·SKILL.md
- ·editing.md
- ·pptxgenjs.md
- ▸scripts
- ·__init__.py
- ·add_slide.py
- ·clean.py
- ▸office
- ·thumbnail.py
按 Agent Skills 规范,必需项仅 SKILL.md;其余目录均为可选的脚本 / 引用 / 资源扩展。
同集相关