pptx-generator

Installation
SKILL.md

PPTX 文件生成器

任务目标

  • 本 Skill 用于:将 JSON 格式的 PPT 内容转换为标准的 .pptx 文件
  • 能力包含:JSON 解析、PPTX 创建、多布局支持、样式应用、图表生成、表格生成
  • 触发条件:用户需要生成 .pptx 文件,或需要将 JSON 数据转换为可编辑的 PPT

前置准备

  • 依赖说明:scripts 脚本所需的依赖包
    python-pptx>=1.0.2
    pillow>=9.0.0
    openpyxl>=3.1.0
    

操作步骤

标准流程(JSON 转 PPTX)

Installs
3
Repository
anbeime/skill
GitHub Stars
6.4K
First Seen
Jul 27, 2026
pptx-generator — anbeime/skill