skills/standard/office-pptx/SKILL.md
演示文稿读/写/大纲/讲稿;python-pptx、markitdown;版式与配色规范
npx skillsauth add sunflowermm/XRK-AGT office-pptxInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
PPT、幻灯片、路演、读 .pptx、汇报改 deck、演讲者备注。
python -m markitdown deck.pptx > slides.md
from pptx import Presentation
prs = Presentation("deck.pptx")
for i, slide in enumerate(prs.slides, 1):
texts = [s.text.strip() for s in slide.shapes if hasattr(s, "text") and s.text.strip()]
print(f"## 第{i}页\n" + "\n".join(f"- {t}" for t in texts))
python-pptx 生成 output.pptx 到工作区另出 speaker-notes.md:每页 30–60 秒口播要点,与 slide 编号对应。
read / write / run / list_files;依赖 pip install python-pptx markitdown
run 不声称已生成文件无 python-pptx → 只交付 Markdown 大纲 + 讲稿;见 office-env-setup
development
统一回复版式:短、结构化、可复制;减少空话
tools
MCP 工具地图:默认工作流、web_search、何时启用 desktop/browser/memory
development
检索栈:web_search(13 提供商 + parallel-free 免费通道)、web_fetch、与 office-research 分工
data-ai
工作区 Markdown 记忆 + memory 工作流向量记忆的使用边界