Office & DocumentsIntermediate
pptx
Create, edit, and parse PowerPoint (.pptx) presentations.
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/anthropics/skills --skill pptxnpx skills add https://github.com/anthropics/skills --skill pptxOr paste this URL into your assistant to install:
Overview
What This Skill Does
Creates elegant presentation slides and decks using HTML/CSS. It handles aspect ratios, transitions, speaker notes, and dynamic layout templates.
Application
When to use this Skill
- Building web-based slides for product demos and meetings
- Enforcing brand colors and fonts across slide layouts
- Implementing keyboard navigation controls for full screen views
- Embedding live interactive charts and canvas elements in decks
- Exporting clean presentation documents for offline use
Documentation
Show Skills.md file
PPTX Skill
Quick Reference
| Task | Guide |
|---|---|
| Read/analyze content | python -m markitdown presentation.pptx |
| Edit or create from template | Read editing.md |
| Create from scratch | Read pptxgenjs.md |
Reading Content
# Text extraction
python -m markitdown presentation.pptx
# Visual overview
python scripts/thumbnail.py presentation.pptx
# Raw XML
python scripts/office/unpack.py presentation.pptx unpacked/
Lines 1 - 25 of 226
Recommendations
Explore other random skills
TechnicalIntermediate
apollo-connectors
Integrate REST APIs into GraphQL supergraphs using Apollo Connectors
TechnicalIntermediate
apollo-federation
Write Apollo Federation 2 subgraph schemas and compose them into a supergraph
TechnicalIntermediate
apollo-kotlin
A GraphQL client for Android, JVM, and Kotlin Multiplatform projects