

The Best PPT Skills for Claude Code & Codex in 2026: 8 Options Compared
A PPT skill is a SKILL.md
Full disclosure up front: 2Slides is our product, and it appears in this list. Everything else here is assessed from public documentation, repos, and published behavior, and we say plainly where other tools are the better choice.
How PPT skills work (60-second primer)
An Agent Skill is a folder of instructions, scripts, and resources an agent loads when the task matches — Anthropic's definition, and OpenAI's is equivalent. For presentations, the skill decides three things: how content is planned (outline first, style contract, per-slide brief), how slides are produced (library code, image generation, or an API call), and how the result is verified (rendering slides back to images to catch overflow is the current best practice). Installation is one command in most agents —
$skill-installer <url>The eight skills
1. Anthropic pptx skill (official, Claude)
The same code Claude uses internally for file creation. Builds new decks with PptxGenJS, edits existing ones by unpacking and rewriting slide XML, renders slides to images to check its own work, and ships built-in guidance on color, type, and layout. Best at: editing an existing PPTX in place — no other skill in this list does XML-level edits of decks it didn't create. Weakest at: visual ambition; output is clean corporate-plain.
2. OpenAI Slides skill (official, Codex)
Ships with Codex as a system skill. Writes PptxGenJS, keeps text as text, prefers native PowerPoint charts for data, and runs render/overflow/overlap/font checks before finishing. Best at: chart-heavy internal decks produced entirely inside Codex. Weakest at: brand-matched design; layout quality depends on the code the model writes that session.
3. codex-ppt-skill (open source)
The project that popularized image-based decks in coding agents: plan outline and visual style, generate each slide as a full-bleed image, assemble to
.pptx4. banana-slides (open source)
An AI-native generator built on Google's nano banana pro image model, aiming at what its author calls "Vibe PPT": upload any template image, feed materials, generate from a sentence or an outline, then revise specific regions conversationally. Exports to editable PPT. Shipped rapid releases through July 2026. Best at: template-image-driven visual style and conversational regional edits. Weakest at: enterprise predictability; it's a fast-moving young project. (More on the trend it named: What is Vibe PPT?)
5. nanobanana-ppt skill (open source)
A lighter-weight skill in the same image-composed family, listed across the skill directories: nano-banana image generation per slide, assembly script, minimal configuration. Best at: quick visual drafts and social-format graphics. Weakest at: long documents and data slides.
6. 2Slides skill (hosted — our product)
A
SKILL.mdexport SLIDES_2SLIDES_API_KEY=... && $skill-installer https://2slides.com/skill.md7. ChatGPT @Presentations skill (official, ChatGPT app)
Not a coding-agent skill, but users compare them constantly. Attach source material, reference an existing deck or template, and ChatGPT plans, builds, and validates a Google Slides or PowerPoint file. OpenAI's own docs note template matching and advanced formatting may require manual refinement. Best at: everyday users inside ChatGPT with Drive integration. Weakest at: automation — no scripting, chaining, or repo context. (Full review.)
8. DIY: python-pptx + your own SKILL.md
The build-it-yourself path: a short skill file pinning python-pptx conventions, your corporate template, and a validation script. Best at: total control and zero external dependencies. Weakest at: everything you now have to maintain yourself — most teams that start here end up adopting one of the options above once the deck count grows. (Guide: build an AI presentation agent.)
Comparison table
| Skill | Family | Output | Editable text | Agents | Cost model |
|---|---|---|---|---|---|
| Anthropic pptx | Code-composed | Native PPTX | ✅ | Claude | Plan usage |
| OpenAI Slides | Code-composed | Native PPTX | ✅ | Codex | Plan usage |
| codex-ppt-skill | Image-composed | Image PPTX | ❌ | Codex, Claude Code, OpenClaw, Hermes | Image-API fees |
| banana-slides | Image-composed | Editable PPT export | Partial | Standalone + skills | Image-API fees |
| nanobanana-ppt | Image-composed | Image PPTX | ❌ | Codex, Claude Code | Image-API fees |
| 2Slides skill | Hosted API | Native PPTX or image slides (+MP4) | ✅ (Fast PPT) | Codex, Claude Code, OpenClaw, Cursor | Credits (500 free) |
| @Presentations | Hosted (ChatGPT) | Google Slides / PPTX | ✅ | ChatGPT app | ChatGPT plan |
| DIY python-pptx | Code-composed | Native PPTX | ✅ | Any | Your time |
Which should you pick?
- You edit existing decks more than you create them → Anthropic pptx skill; XML-level editing is its unique trick.
- You live in Codex and make occasional internal decks → the official Slides skill is already installed.
- You want maximum visual drama and nobody edits the file after → codex-ppt-skill or banana-slides.
- Decks recur, carry a brand, or ship to clients → hosted generation (2Slides skill) is the only family where output is template-locked instead of model-mood-dependent.
- You're a non-developer in ChatGPT → @Presentations.
- You have unusual compliance constraints → DIY python-pptx keeps everything local.
FAQ
What is a PPT skill?
A PPT skill is an Agent Skill — a folder with a
SKILL.mdAre PPT skills better than MCP servers for presentations?
They solve different problems: a skill teaches the agent to do the work locally; an MCP server exposes a remote tool the agent calls. Skills win on offline control, MCP wins on zero-maintenance. Full comparison: Agent Skills vs MCP servers.
Do these skills work in Cursor and OpenClaw?
Most community skills and the 2Slides skill document multi-agent support (Codex, Claude Code, OpenClaw, Cursor share the SKILL.md convention). The two official skills are tied to their own agents — Anthropic's to Claude, OpenAI's to Codex.
Can image-based PPT skills produce editable slides?
Mostly no — text is rendered into the image, so edits mean regeneration. banana-slides exports an editable PPT layer and 2Slides' Fast PPT mode is fully native; those are the exceptions in this list.
Where do I discover new skills?
Skill directories emerged in 2026 as the ecosystem's index: awesomeskill.ai and Agent Skills Hub both maintain PPT categories, and OpenAI's
openai/skillsAbout 2Slides
Create stunning AI-powered presentations in seconds. Transform your ideas into professional slides with 2slides AI Agent.
Try For Free