/install powerpoint-pptx-layout-export-helper-2-180322
PowerPoint Template Master Fixer
Use this skill when the problem is not just one slide, but the template system behind the deck: slide masters, layouts, placeholders, theme colors, fonts, chart links, and brand rules.
Workflow
- Identify the template failure: wrong layout, missing placeholder, changed font, broken chart link, shifted logo, bad theme color, or automated generation that ignores the master.
- Preserve the original
.pptxtemplate and work from a copy. Do not flatten masters into ordinary shapes unless the user explicitly wants a static deck. - Inspect the deck structure before editing:
ppt/slideMasters/ppt/slideLayouts/ppt/slides/ppt/theme/ppt/charts/- relationship files under
_rels
- Map each visible issue to the right layer:
- Master-level issue: brand elements, theme fonts, default colors, global objects.
- Layout-level issue: placeholder types, positions, title/body/chart slots.
- Slide-level issue: content inserted into the wrong placeholder or pasted as freeform shapes.
- Relationship issue: chart, image, or embedded workbook link has moved or gone missing.
- Prefer template-aware repairs. Reuse layouts and placeholders before adding manual shapes.
- When using
python-pptx, confirm whether the target feature is supported. For unsupported master/theme/chart-link edits, inspect or patch OOXML directly. - Validate by checking slide count, layout assignment, placeholder IDs/types, theme colors, fonts, charts, linked media, and a rendered or opened view when possible.
Fix Patterns
- Wrong placeholder filled: identify placeholder type and index from the layout, then bind content to that placeholder rather than assuming order.
- Theme colors ignored: use theme references where possible; avoid hard-coded RGB unless the brand guide requires it.
- Fonts change after generation: inspect theme font definitions and local text run overrides.
- Charts lose links: preserve chart relationship IDs, embedded workbook parts, and chart XML.
- Brand elements move: keep logos and fixed elements on masters or layouts, not repeated manually on each generated slide.
Output
Give the user:
- A diagnosis of the broken template layer.
- A repair or generation plan tied to specific PowerPoint parts.
- Any code or OOXML changes needed.
- A validation note describing what was checked visually and structurally.
Read references/requirement-plan.md only when the original discovery evidence is needed.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install powerpoint-pptx-layout-export-helper-2-180322 - 安装完成后,直接呼叫该 Skill 的名称或使用
/powerpoint-pptx-layout-export-helper-2-180322触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
PowerPoint Template Master Fixer 是什么?
Repair and maintain PowerPoint PPTX templates with slide masters, placeholders, theme fonts, theme colors, chart links, and branded layouts. Use when Codex n... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 48 次。
如何安装 PowerPoint Template Master Fixer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install powerpoint-pptx-layout-export-helper-2-180322」即可一键安装,无需额外配置。
PowerPoint Template Master Fixer 是免费的吗?
是的,PowerPoint Template Master Fixer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PowerPoint Template Master Fixer 支持哪些平台?
PowerPoint Template Master Fixer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PowerPoint Template Master Fixer?
由 Kyro(@kyro-ma)开发并维护,当前版本 v0.1.0。