/install powerpoint-pptx-layout-export-helper-180322
PowerPoint PPTX Layout Export
Use this skill when a deck must be generated or repaired without breaking slide masters, placeholders, fonts, images, charts, or speaker notes. Prefer template-aware edits over drawing every slide from scratch.
Workflow
- Identify the deck task: generate slides from data, repair layout drift, preserve a brand template, export slides, fix chart/image placement, or recover speaker notes.
- Keep the original deck and template intact. Work on a copy and preserve slide masters, layouts, theme files, and media relationships.
- Inspect the PPTX structure when layout behavior is unclear:
- Review
ppt/presentation.xml, slide parts, slide layouts, slide masters, notes slides, media, charts, and relationships. - Use
python-pptxfor supported shape, text, table, image, and chart operations. - Use direct OOXML edits for features not covered by the library, especially notes, advanced chart links, theme parts, and some placeholder behavior.
- Review
- Anchor edits to slide layouts and placeholders. Avoid absolute positioning until the template structure is understood.
- Preserve text hierarchy and visual intent: title placeholders, body levels, chart labels, image aspect ratios, theme fonts, and brand colors.
- Validate the final deck:
- Check slide count, layout assignment, placeholder population, image cropping, chart data, speaker notes, and embedded media.
- Render or open the deck when possible to catch text overflow and missing assets.
Common Fix Patterns
- Placeholder mismatch: find the layout placeholder index/type before inserting content; do not assume placeholder order is stable across templates.
- Image distortion: preserve aspect ratio, crop intentionally, and check whether the placeholder expects
picor shape fills. - Chart export problems: keep embedded workbook/chart relationships intact unless rebuilding the chart deliberately.
- Speaker notes: inspect notes slide relationships; many high-level libraries do not fully support notes editing.
- Template fidelity: reuse existing slide layouts and theme colors instead of hard-coded colors and fonts.
Outputs
Provide:
- A slide/deck diagnosis with affected layouts, placeholders, assets, or OOXML parts.
- A generation or repair plan, plus code or edited deck artifacts when requested.
- A visual validation note, including any PowerPoint desktop checks still needed.
Read references/requirement-plan.md only when the source demand evidence is relevant.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install powerpoint-pptx-layout-export-helper-180322 - 安装完成后,直接呼叫该 Skill 的名称或使用
/powerpoint-pptx-layout-export-helper-180322触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
PowerPoint PPTX Layout Export 是什么?
Generate, repair, and export Microsoft PowerPoint PPTX decks with reliable slide layouts, placeholders, charts, images, speaker notes, template fidelity, and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 45 次。
如何安装 PowerPoint PPTX Layout Export?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install powerpoint-pptx-layout-export-helper-180322」即可一键安装,无需额外配置。
PowerPoint PPTX Layout Export 是免费的吗?
是的,PowerPoint PPTX Layout Export 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PowerPoint PPTX Layout Export 支持哪些平台?
PowerPoint PPTX Layout Export 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PowerPoint PPTX Layout Export?
由 Kyro(@kyro-ma)开发并维护,当前版本 v0.1.0。