pptx-author

Create PowerPoint presentations from Excel workbooks using python-pptx.

3|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/Quill-Agent/Quill-Agent --skill pptx-author-quill-agent
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pptx-author
Source: https://github.com/Quill-Agent/Quill-Agent/tree/main/optional-skills/finance/pptx-author
Command: npx skills add https://github.com/Quill-Agent/Quill-Agent --skill pptx-author-quill-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of creating PowerPoint presentations, saving users time and ensuring a consistent, professional look.

Core Features & Use Cases

  • PowerPoint Deck Creation: Generate .pptx files programmatically using python-pptx.
  • Model-Backed Decks: Pair with excel-author for decks where every number is linked to a workbook cell.
  • Use Case: Ideal for pitch decks, internal memos, and earnings reports where accuracy and traceability are crucial.

Quick Start

Use the pptx-author skill to create a presentation from 'model.xlsx' with the template 'firm-template.pptx'.

Frequently Asked Questions about pptx-author

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

FAQPage Schema
How do I generate a PowerPoint presentation from an Excel workbook?▼

You can generate a PowerPoint deck from an Excel workbook by using this Skill to extract data with openpyxl and build the presentation programmatically with python-pptx, ensuring figures link directly to source cells.

How do I ensure data accuracy and traceability when creating PowerPoint pitch decks?▼

You ensure data accuracy and traceability in PowerPoint decks by linking every figure in the generated .pptx file directly to its source Excel workbook cell, eliminating manual transcription errors.

Can I use python-pptx to automate financial earnings reports from Excel data?▼

Yes, you can automate financial earnings reports by using this Skill to programmatically create .pptx files with python-pptx, pulling data directly from Excel workbooks extracted via openpyxl.

Do I need openpyxl to create model-backed PowerPoint presentations?▼

Yes, openpyxl is required because it handles the data extraction and manipulation from Excel workbooks, supplying the cell values that python-pptx uses to populate the presentation figures.

What is the best way to apply a firm template when generating a PowerPoint deck programmatically?▼

The best way to apply a firm template when generating a PowerPoint deck programmatically is to supply your existing .pptx template file to this Skill alongside your Excel workbook for consistent branding.