What problem does it solve?
Creating consistent, on-brand slide decks requires reusable templates, but teams struggle to retrieve platform templates by code, convert existing PPTX files or slide projects into reusable template packages, and enforce a consistent visual system across generated presentations.
Core Features & Use Cases
- Platform Template Retrieval: Install platform slide templates by exact code via
install_slides_template, then read template.json, theme.css, visual-spec.md, and slide HTML to guide deck creation.
- PPTX-to-Template Conversion: Convert
.pptx, .ppt, .potx, .pot, or .ppsx files into refined template packages with sanitization of sensitive content, AI-generated visual specs, and optional final ZIP packaging.
- Custom & Project-Derived Templates: Generate custom templates from style descriptions or extract reusable layouts from existing Super Magic slide projects, following the
template.json schema (schema_version 1.0, PPT-xxxx IDs, 1920x1080 canvas).
- Use Case: A user uploads a corporate
brand-template.pptx and asks to turn it into a reusable platform template; the Skill converts it, sanitizes logos and screenshots with user confirmation, writes a visual spec, and packages a validated template ZIP.
Quick Start
Ask the agent to convert your uploaded PPTX file into a reusable slide template, or provide a platform template code to install and apply it to a new presentation.