BeClaude

slide-studio

Community RegistryDocumentationby trkbt10 · MIT

Create and modify PowerPoint presentations (PPTX) through direct XML manipulation. Supports all 11 standard Office slide layouts.

First seen 4/17/2026

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

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install slide-studio@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

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.

Usage Examples

1

/slide-studio create presentation --title "Q3 Review" --layout "Title Slide" --output report.pptx

2

/slide-studio update presentation.pptx --slide 3 --content "New bullet points here"

3

Create a new PPTX with 5 slides using the 'Content with Caption' layout and add a chart to slide 2.

View source on GitHub
pptxpowerpointpresentationofficedocument

Security Audits

LicensePassSourceWarnRepositoryPass

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..