
Pptx Generator
Generate or edit investor-ready and product PowerPoint decks programmatically with PptxGenJS instead of rebuilding slides by hand.
Overview
pptx-generator is an agent skill for the Build phase that creates and edits PowerPoint decks using PptxGenJS via MiniMax’s upstream slides workflow.
Install
npx skills add https://github.com/nexu-io/open-design --skill pptx-generatorWhat is this skill?
- Creates and edits .pptx from scratch via PptxGenJS
- MiniMax production-tested deck pipeline (upstream MiniMax-AI/skills)
- Open Design catalogue entry with named triggers: pptx generator, minimax ppt, deck generator, auto pptx
- Upstream bundle install path for full scripts and references
- Deck mode / slides category in Open Design metadata
Adoption & trust: 840 installs on skills.sh; 61.4k GitHub stars.
What problem does it solve?
You need a consistent deck fast but manual slide editing or one-off scripts do not match your agent’s build workflow.
Who is it for?
Solo builders who want agent-driven slide generation aligned with MiniMax’s deck mode and PptxGenJS.
Skip if: Teams that only need Google Slides, Keynote, or live presentation APIs without installing the upstream skill package.
When should I use this skill?
User asks for pptx generator, minimax ppt, deck generator, or auto pptx; or names pptx-generator after upstream install.
What do I get? / Deliverables
The agent can produce or revise .pptx files through the documented PptxGenJS pipeline after you install the upstream MiniMax skills bundle.
- .pptx presentation files
- Edited slide structures per upstream pipeline
Recommended Skills
Journey fit
Slide decks are a primary build-phase deliverable for docs, demos, and stakeholder updates before ship and launch. The skill targets authored presentation files—same shelf as READMEs, specs, and exportable documentation artifacts.
How it compares
Skill-packaged deck generator with upstream install, not a browser-based slide SaaS or MCP slide server.
Common Questions / FAQ
Who is pptx-generator for?
Indie and solo builders using Claude Code, Cursor, or similar agents who need programmatic PowerPoint output and already use or are willing to adopt the MiniMax skills upstream bundle.
When should I use pptx-generator?
During build when you are producing pitch decks, demo slides, or documentation exports; use trigger phrases like “auto pptx” or “deck generator” after the upstream repo is installed.
Is pptx-generator safe to install?
Treat it like any third-party skill: review the Security Audits panel on this Prism page and inspect the MiniMax-AI/skills repository before granting filesystem or script execution to your agent.
SKILL.md
READMESKILL.md - Pptx Generator
# pptx-generator > Curated from the MiniMax AI team. ## What it does Create and edit PowerPoint presentations from scratch with PptxGenJS — MiniMax's production-tested deck pipeline. ## Source - Upstream: https://github.com/MiniMax-AI/skills - Category: `slides` ## How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's skills directory: ```bash # Inspect the upstream README for exact paths open https://github.com/MiniMax-AI/skills ``` Then ask the agent to invoke this skill by name (`pptx-generator`) or with one of the trigger phrases listed in this skill's frontmatter.