Remote OpenClaw Blog
Claude PowerPoint: Every Way to Use It in 2026
8 min read ·
Claude PowerPoint support now runs four ways: an official Claude for PowerPoint add-in that reached general availability on May 7, 2026, direct .pptx file creation in the Claude apps, the source-available pptx skill for Claude Code and the API, and Claude Cowork building decks from your local folders. That is a dramatic shift from a year ago, when "Claude and PowerPoint" meant copy-pasting outlines. This guide walks through each method step by step, verified against Anthropic's documentation in July 2026, then covers the honest limitations and the alternatives worth considering.
The Four Ways Claude Works With PowerPoint
Claude can create, edit, and analyze PowerPoint files through four distinct surfaces as of July 2026, and picking the right one upfront saves real time. The quick decision table:
| Method | Best for | Plans | Where it runs |
|---|---|---|---|
| Claude for PowerPoint add-in | Editing inside PowerPoint, template compliance | All paid plans | PowerPoint on Mac and Windows |
| File creation in chat | Quick decks from a prompt or uploaded data | All plans, incl. Free | Claude.ai and desktop app |
| pptx skill | Automated and programmatic deck pipelines | Claude Code, API | Your terminal or code-execution container |
| Claude Cowork | Decks as part of bigger file-based tasks | All paid plans | Claude Desktop (macOS, Windows, Linux beta) |
Method 1: The Claude for PowerPoint Add-in
Claude for PowerPoint is Anthropic's official add-in that puts Claude inside the PowerPoint window itself, and it reached general availability on May 7, 2026 after a February research preview, alongside the Excel and Word add-ins. It is available on all paid Claude plans, distributed through Microsoft AppSource, with admin deployment through the Microsoft Admin Center for org rollouts.
Setup and use, per the official help article: activate it via Tools then Add-ins on Mac (Home then Add-ins on Windows), sign in with your Claude credentials, and prompt from the side panel. You can select a slide and describe changes while Claude preserves formatting, draft a full deck from a blank file, and convert bullet lists into native, editable PowerPoint charts and diagrams rather than pasted images. Its standout ability is template compliance: the add-in reads your slide master, layouts, fonts, and colors, which is exactly what chat-generated decks struggle with. Context also carries across the Microsoft 365 add-ins, so analysis started in Claude for Excel can flow into the deck.
Method 2: Create .pptx Files in Claude Chat
Claude.ai creates real, downloadable .pptx files directly in conversation, a capability Anthropic announced on September 9, 2025 and has since rolled out to every plan, including Free. Claude writes and runs code in a sandboxed environment to build the file, then hands you the download.
The workflow:
- 1. Enable the capability. Settings, then Capabilities, then toggle "Code execution and file creation" (Team and Enterprise have it on by default).
- 2. Feed it substance. Upload the report, notes, or spreadsheet the deck should be built from (up to 20 files per chat), or just describe the presentation.
- 3. Prompt with structure. Specify slide count, audience, and tone: "a 10-slide investor update from this CSV, one insight per slide, dark theme" beats "make me a deck".
- 4. Iterate, then download. Ask for revisions the same way, then download the .pptx from the chat or save it straight to Google Drive.
The per-file limit in the file-creation environment is 30MB for both uploads and downloads, per the support documentation, which is roomy for text-and-chart decks but tight for image-heavy ones.
Method 3: The pptx Skill (Claude Code and API)
The pptx skill in Anthropic's anthropics/skills repository is the same machinery that powers Claude's document abilities in production, published as a source-available reference (the document skills are not open source, unlike most of the repo). Reading its SKILL.md is the best way to understand what Claude actually does with a deck: it creates new presentations with the pptxgenjs JavaScript library, edits existing ones by unpacking the .pptx into raw OOXML, changing the XML, and repacking, and runs a visual QA loop that renders slides to images via LibreOffice to catch overlaps and alignment problems before delivery. The baked-in design rules (36-44pt titles, 14-16pt body, a visual element on every slide) explain why its output looks presentable by default.
In Claude Code, add it with /plugin marketplace add anthropics/skills and install the document skills, then ask for a deck in your terminal. Via the API, the skill runs in the code execution container by passing skill_id: "pptx", with the finished file returned through the Files API, which is the route for automated report-to-deck pipelines. Our awesome Claude skills roundup maps what else lives in that ecosystem.
Method 4: Claude Cowork
Claude Cowork, Anthropic's agentic workspace launched January 12, 2026, builds PowerPoint decks as part of multi-step tasks over your actual files. Give it permission on a folder and a brief like "turn these five meeting transcripts into a QBR deck", and it reads the folder, plans, and produces the .pptx along with any other deliverables; Anthropic's own docs list "PowerPoint presentations" among its polished outputs. As of July 2026 it is available on all paid plans (Pro, Max, Team, Enterprise) via Claude Desktop on macOS and Windows, with Linux in beta.
Cowork makes sense when the deck is one artifact inside a bigger job, weekly reporting, research synthesis, client deliverables, rather than a one-off. See our Claude Cowork guide and Cowork use cases for the broader picture.
Limitations: What Claude PowerPoint Still Gets Wrong
Design taste is the honest ceiling. Chat-generated and skill-generated decks are structurally sound and visually clean, but they are not agency-grade design, and complex brand templates survive best through the add-in, which actually reads slide masters; chat-generated decks apply templates on a best-effort basis. Anthropic's own skill includes a render-and-inspect QA loop precisely because raw generation produces overlapping and misaligned elements often enough to need checking.
Practical constraints to plan around: the 30MB per-file limit in the file-creation environment, task-duration limits on long generations, and embedded media (video, audio, intricate animations) remaining largely out of scope. Numbers on slides also deserve a manual check, the same advice we give in the Claude for Excel guide: Claude builds the artifact, you own the facts. And if you need standalone images for slides, that is a separate capability covered in our Claude image generation explainer.
Alternatives to Claude for PowerPoint
Three alternatives cover most other needs as of July 2026. Microsoft 365 Copilot is the native option, at $30/user/month for enterprise (with a $21 Business tier for smaller orgs) on top of a qualifying Microsoft 365 license; it is the deepest PowerPoint integration but the priciest path. Gamma (Plus from $8/month annual, Pro $15) generates polished decks fast and exports .pptx, trading PowerPoint fidelity for speed and looks. Beautiful.ai (Pro $12/month annual) enforces design rules through smart templates. One caution for anyone reading older roundups: Tome, long the default "AI slides" recommendation, shut down its presentation product on April 30, 2025 and pivoted to CRM software.
Related Guides
- Claude for Excel: What It Can Actually Do in 2026
- Claude Cowork Guide: What It Does and How It Works
- Awesome Claude Skills: The Best Agent Skills by Category
- Claude Image Generation: How to Actually Get It in 2026
Go deeper
The operator playbooks
Production-ready PDF guides for OpenClaw and Hermes Agent — $19.99 each.
Skills for this topic
Browse all skills →Frequently Asked Questions
Can Claude create PowerPoint presentations?
Yes, four ways: the official Claude for PowerPoint add-in edits and drafts decks inside PowerPoint itself, Claude.ai chat generates downloadable .pptx files on every plan, the pptx skill powers deck generation in Claude Code and the API, and Claude Cowork builds presentations from your local folders.
Is there an official Claude add-in for PowerPoint?
Yes. Claude for PowerPoint entered research preview in February 2026 and reached general availability on May 7, 2026, alongside the Excel and Word add-ins. It is available on all paid Claude plans for Mac and Windows, distributed through Microsoft AppSource.
Can Claude edit an existing PowerPoint file?
Yes. The add-in is the cleanest route: select a slide, describe the change, and Claude edits while preserving your template's fonts, colors, and layouts. In chat or Claude Code, Claude edits decks by unpacking the .pptx to OOXML, modifying it, and repacking, which works but is less template-faithful.
How much does Claude for PowerPoint cost?
The add-in is included with any paid Claude plan, starting with Claude Pro at $20/month ($17/month billed annually); there is no separate PowerPoint fee. Basic .pptx creation in chat is available even on the free plan. Microsoft 365 Copilot, by comparison, runs $30/user/month on top of a Microsoft 365 license.
What is the best AI for making PowerPoint slides?
For working inside real .pptx files with corporate templates, Claude for PowerPoint and Microsoft 365 Copilot are the serious options. For fastest good-looking decks with .pptx export, Gamma (from $8/month) wins, and Beautiful.ai suits teams that want enforced design consistency.





