slide-studio
Create and modify PowerPoint presentations (PPTX) through direct XML manipulation. Supports all 11 standard Office slide layouts.
Summary
The slide-studio skill enables you to create and modify PowerPoint presentations (PPTX) directly through XML manipulation, supporting all 11 standard Office slide layouts.
- It is useful for developers who need to programmatically generate or update presentations without relying on PowerPoint's GUI, making it ideal for automation, reporting, and bulk document generation.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install slide-studio@<marketplace>
/pluginUse Cases
Usage Examples
/slide-studio create presentation --title "Q3 Review" --layout "Title Slide" --output report.pptx
/slide-studio update presentation.pptx --slide 3 --content "New bullet points here"
Create a new PPTX with 5 slides using the 'Content with Caption' layout and add a chart to slide 2.
Security Audits
Frequently Asked Questions
What is slide-studio?
The slide-studio skill enables you to create and modify PowerPoint presentations (PPTX) directly through XML manipulation, supporting all 11 standard Office slide layouts. It is useful for developers who need to programmatically generate or update presentations without relying on PowerPoint's GUI, making it ideal for automation, reporting, and bulk document generation.
How to install slide-studio?
To install slide-studio: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install slide-studio@<marketplace>. Finally, /plugin in Claude Code.
What is slide-studio best for?
slide-studio is a plugin categorized under Documentation. It is designed for: pptx, powerpoint, presentation, office, document. Created by trkbt10.
What can I use slide-studio for?
slide-studio is useful for: Generate a monthly sales report presentation with charts and tables from a JSON dataset.; Update an existing PPTX template with new content for a client proposal.; Create a slide deck from scratch using a specific layout for a technical workshop.; Automate the addition of speaker notes and slide numbers to a presentation.; Convert a markdown document into a formatted PowerPoint presentation.; Batch update the theme colors and fonts across multiple PPTX files..