PPTX 演讲备注自动编辑:XML 映射陷阱与 AI Agent 解决方案

做 PPT 最耗时的不是做幻灯片,是写演讲备注。30 页的汇报 PPT 做完了,备注栏全是空的。手动写一遍 3-4 小时,用 python-pptx 写脚本也得 1-2 小时(含调试)。

市面 300+ 个 AI PPT 工具都在做"创建幻灯片",几乎没有专注编辑演讲备注的。于是我做了 pptx-notes-editor——一个专门通过 XML 直接编辑 PPTX 演讲备注的 AI Agent Skill。

核心能力

  1. 先通读全 PPT 再动笔 — 理解叙事结构后逐页设计备注
  2. 自动检测 notesSlide 编号陷阱 — 避免改错页
  3. 四种备注风格:叙事/精简要点/逐字稿/自定义
  4. 逐页确认后才写入文件

安装

Claude Code:

mkdir -p ~/.claude/skills/pptx-notes-editor && curl -fsSL https://raw.githubusercontent.com/cm8421/pptx-notes-editor/main/SKILL.md -o ~/.claude/skills/pptx-notes-editor/SKILL.md

GitHub: https://github.com/cm8421/pptx-notes-editor

posted @ 2026-03-31 16:11  陈旭安  阅读(19)  评论(0)    收藏  举报