pptx-generator

仓库创建 2026年2月2日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由

内置设计系统与详尽幻灯片类型支持,适合自动化产出高质量演示。

▸ 风险提示

需安装 npm 依赖并读写本地 PPTX 文件,注意依赖来源。

这个 Skill 做什么

创建、编辑和读取 PowerPoint,包括从零生成、模板化编辑与文本提取。

能帮你完整做 PPT:从零生成封面、目录、内容页,也能用 PptxGenJS 批量造稿,或通过 XML 修改现有 PPTX 并把幻灯片文字提取成 markitdown。适合做模板化批量改版、快速产出演示稿或把幻灯片内容转成可编辑文本时用。特色是内建配色、字体与样式体系,并对每种幻灯片类型给出细化排版指导,省去大量设计和排版工作。

▸ 展开 SKILL.md 英文原文

Generate, edit, and read PowerPoint presentations. Create from scratch with PptxGenJS (cover, TOC, content, section divider, summary slides), edit existing PPTX via XML workflows, or extract text with markitdown. Triggers: PPT, PPTX, PowerPoint, presentation, slide, deck, slides.

办公文档PPT 生成PPT 编辑模板化通用
456
Stars
41
Forks
34
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/pptx-generator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/pptx-generator/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# PPTX Generator & Editor

## Overview

This skill handles all PowerPoint tasks: reading/analyzing existing presentations, editing template-based decks via XML manipulation, and creating presentations from scratch using PptxGenJS. It includes a complete design system (color palettes, fonts, style recipes) and detailed guidance for every slide type.

## Quick Reference

| Task | Approach |
|------|----------|
| Read/analyze content | `python -m markitdown presentation.pptx` |
| Edit or create from template | See [Editing Presentations](references/editing.md) |
| Create from scratch | See [Creating from Scratch](#creating-from-scratch-workflow) below |

| Item | Value |
|------|-------|
| **Di
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有