/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install powerpoint-pptx-layout-export-helper-2-180322 - After installation, invoke the skill by name or use
/powerpoint-pptx-layout-export-helper-2-180322 - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 48 downloads so far.
How do I install PowerPoint Template Master Fixer?
Run "/install powerpoint-pptx-layout-export-helper-2-180322" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PowerPoint Template Master Fixer free?
Yes, PowerPoint Template Master Fixer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PowerPoint Template Master Fixer support?
PowerPoint Template Master Fixer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PowerPoint Template Master Fixer?
It is built and maintained by Kyro (@kyro-ma); the current version is v0.1.0.