pptx-generator
pptx generator
What it does
- Position: x: 9.3", y: 5.1"
- Show current number only (e.g. 3 or 03), NOT "3/12"
- Use palette colors, keep subtle
- pip install "markitdown[pptx]" — text extraction
- npm install -g pptxgenjs — creating from scratch
- npm install -g react-icons react react-dom sharp — icons (optional)
Requirements & configuration
- const pptxgen = require('pptxgenjs');
- const slideModule = require(./slide-${num}.js);
- const pptxgen = require("pptxgenjs");
- if (require.main === module) {
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
pptx-generator FAQ
What does the pptx-generator skill do?
Generate, edit, and read PowerPoint presentations. Create from scratch with PptxGenJS (cover, TOC, content, section divider, summary slides), edit existing PPTX via XML workflows, or extract text with markitdown. Triggers: PPT, PPTX, PowerPoint, presentation, slide, deck, slides. Position: x: 9.3", y: 5.1" Show current number only (e.g. 3 or 03), NOT "3/12"
What does pptx-generator require?
const pptxgen = require('pptxgenjs'); const slideModule = require(./slide-${num}.js); const pptxgen = require("pptxgenjs"); if (require.main === module) {
How do I install pptx-generator?
Run: npx -y skills add https://github.com/minimax-ai/skills --skill pptx-generator --agent claude-code — the source lives at github.com/minimax-ai/skills.
Maintain pptx-generator?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/minimax-ai-skills-pptx-generator?ref=badge) npx agentictools info skills/minimax-ai-skills-pptx-generator The second line is the CLI lookup for this page — handy in READMEs and docs.