Skills/00_Core_Utilities/document-processing/pptx/SKILL.md
PowerPoint 演示文稿创建与编辑工具
npx skillsauth add liyecom/liye-ai pptxInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
来源: ComposioHQ/awesome-claude-skills 适配: LiYe OS 三层架构
读取、生成、调整 PowerPoint 演示文稿,支持布局管理、模板应用、内容提取。
当需要处理演示文稿时:
from pptx import Presentation
from pptx.util import Inches
prs = Presentation()
slide = prs.slides.add_slide(prs.slide_layouts[1])
title = slide.shapes.title
title.text = "演示标题"
prs.save('presentation.pptx')
用户: 帮我把这周的工作总结做成 PPT
Claude: [使用 pptx 创建带数据图表、工作亮点、下周计划的演示文稿]
用户: 帮我做一个新产品的发布演示
Claude: [使用 pptx 创建产品特性、竞争优势、定价策略的专业 PPT]
用户: 把这份培训文档转成 PPT 课件
Claude: [使用 pptx 提取关键点、创建分章节的培训幻灯片]
此技能被以下业务域引用:
Created: 2025-12-28 | Adapted for LiYe OS
tools
SFC patched skill. Use when "ui-ux" is relevant.
data-ai
持续改进方法论 - 基于精益思想
tools
软件架构设计模式与最佳实践
tools
Claude Skills 创建指南与最佳实践