PowerPoint PPTX

Create and edit PowerPoint presentations using the python-pptx library.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/FatBy/DD-OS --skill powerpoint-pptx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PowerPoint PPTX
Source: https://github.com/FatBy/DD-OS/tree/main/skills/powerpoint-pptx
Command: npx skills add https://github.com/FatBy/DD-OS --skill powerpoint-pptx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation and modification of PowerPoint (.pptx) presentations, eliminating manual effort for slide generation, content population, and chart creation.

Core Features & Use Cases

  • Programmatic Presentation Creation: Generate new presentations from scratch or based on templates.
  • Slide and Content Management: Add slides, populate text, and format content programmatically.
  • Chart and Table Generation: Create various chart types (bar, line, pie) and tables directly within slides.
  • Batch Processing: Automate the creation of multiple slides or presentations based on data.
  • Use Case: Automatically generate a quarterly sales report presentation by pulling data from an Excel file and creating charts and summary slides.

Quick Start

Use the PowerPoint PPTX skill to create a new presentation named 'sales_report.pptx' with a title slide.

Frequently Asked Questions about PowerPoint PPTX

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate PowerPoint presentation creation from data?

Automate PowerPoint presentation creation by using the python-pptx library to programmatically generate slides, populate text, and insert content. This Skill handles batch processing of .pptx files to eliminate manual slide assembly.

Can I generate charts and tables in pptx files programmatically?

Yes, you can generate charts and tables in pptx files programmatically. The Skill supports creating various chart types like bar, line, and pie, alongside table insertion directly within your slides.

Do I need python-pptx to create slides with this Skill?

Yes, you need python-pptx installed, as it is the required dependency for programmatic manipulation of presentation elements. This library provides the underlying framework for slide generation and content formatting.

What is the best way to build a quarterly sales report presentation from Excel data?

Build a quarterly sales report presentation by pulling data and using automated slide generation to create summary slides and charts. This Skill streamlines batch processing to transform raw data into formatted .pptx files.

Does this approach support editing existing PowerPoint templates?

Yes, the approach supports editing existing PowerPoint templates and creating presentations from scratch. You can programmatically manage slides, populate text, and format content within your existing .pptx files.