PowerPoint 演示文稿创建与编辑工具
来源: 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
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity