pptx-generator
Use when creating, editing, reading, or extracting PowerPoint presentations, including PptxGenJS deck generation, structured PPTX XML edits, or slide-content analysis.
适合你,如果你需要频繁制作或修改 PPT 文件
/ 通过 npx 安装 校验哈希
npx oh-my-skill add qianleigood/crawclaw/pptx-generator/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- qianleigood/crawclaw/pptx-generator/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify qianleigood/crawclaw/pptx-generator安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
30GitHub stars
~329最小装载
~12.7K含声明引用
~12.7K文本包总量
索引托管
怎么用
商店整理自技能原文 · 版本 f27e175 · 表述以原文为准它做什么
当用户请求创建、编辑或分析PowerPoint演示文稿时,Claude会使用PptxGenJS库生成幻灯片文件,并按照指定流程处理,包括设计模板、分页布局及导出PPTX文件。
什么时候触发
当用户要求创建、编辑或读取PowerPoint文件时触发,例如提出“制作一份PPT”或“分析这份演示文稿”。
装好后可以这样说
Claude会按照设计系统生成PPT文件。
Claude会使用markitdown工具提取文本。
Claude会调用编辑流程进行修改。
技能原文 SKILL.md
PPTX Generator
Use this skill for PowerPoint creation, editing, and reading.
Choose the path
- read or analyze: use
python -m markitdown presentation.pptx - edit an existing deck: follow
references/editing.md - create from scratch: use PptxGenJS and the slide workflow below
Create-from-scratch workflow
- Clarify audience, purpose, tone, and slide count.
- Choose palette, fonts, and style from
references/design-system.md. - Plan every slide using
references/slide-types.md. - Generate one JS module per slide in
slides/. - Compile with
slides/compile.js. - Run QA using
references/pitfalls.md.
Output structure
slides/
├── slide-01.js
├── slide-02.js
├── imgs/
└── output/
└── presentation.pptx
Rules
- Use
LAYOUT_16x9. - Colors are 6-char hex without
#. - Chinese font default:
Microsoft YaHei. - English font default:
Arial. - Every non-cover slide needs a page number badge.
- Keep variant details and API specifics in references instead of bloating
SKILL.md.
References
references/slide-types.mdreferences/design-system.mdreferences/editing.mdreferences/pitfalls.mdreferences/pptxgenjs.md
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…