Skill Ppt Generator — 技能 Ppt 生成器
v1.0.0生成 PowerPoint (.pptx) files from Markdown 输入. Use when user 请求s a PPT to be 创建d or 导出ed.
运行时依赖
安装命令
点击复制技能文档
PPT 生成器 技能
Automatically 生成 PowerPoint presentations from structured Markdown.
When to Use
✅ USE this 技能 when:
"创建 a PPT for me" "导出 this as a PowerPoint" "生成 a .pptx file" User provides content and expects a 下载able PPT Implementation
This 技能 uses a Python script (生成_ppt.py) that leverages the python-pptx 库 to 解析 Markdown and 创建 slides.
Markdown 格式化
The 输入 Markdown should use --- to separate slides.
# Slide 1 Title
- Bullet point 1
- Bullet point 2
Slide 2 Title
This is a paragraph.
Commands
The 技能 will call:
python 生成_ppt.py --输入 <输入_md_file> --输出 <输出_pptx_file>
Dependencies python-pptx (must be 安装ed in the 环境) Python 3.7+ Notes This is a custom 技能 and must be 安装ed manually. The 生成_ppt.py script must be in the same directory.