pptx-author

Generate PowerPoint decks from workbook-linked data using python-pptx.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill pptx-author-anandaanugrahhandyanto
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pptx-author
Source: https://github.com/AnandaAnugrahHandyanto/savarez_agent/tree/main/optional-skills/finance/pptx-author
Command: npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill pptx-author-anandaanugrahhandyanto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Headless PowerPoint deck generation from data sources using python-pptx, enabling reproducible presentations without manual slide building.

Core Features & Use Cases

  • Automated slide creation from data models and templates
  • Model-backed decks with workbook-linked numbers so every figure traces to its source
  • Template-aware generation that respects firm branding when a template is present
  • Output to disk at ./out/<name>.pptx with optional integration to excel-author for end-to-end workflows

Quick Start

Run the skill with your data workbook and an optional firm template to generate an output deck at ./out/<name>.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 PowerPoint presentations from Python data sources?▼

You can generate PowerPoint presentations from Python data sources using python-pptx to programmatically build slides. This skill creates reproducible decks from data models, outputting the final .pptx file directly to disk without manual slide building.

Can I automate finance pitch decks and IC memos with workbook-linked numbers?▼

Yes, you can automate finance pitch decks and IC memos with workbook-linked numbers. The skill generates model-backed presentations where each figure traces directly to its source workbook cell, ensuring data accuracy for financial reporting.

Do I need python-pptx installed to create presentation decks programmatically?▼

Yes, you need python-pptx installed to create presentation decks programmatically. The skill requires a Python environment with the python-pptx library to function and successfully output the generated .pptx file to the ./out directory.

How do I apply a firm template to automated PowerPoint generation?▼

You apply a firm template to automated PowerPoint generation by providing an optional firm template file during execution. The skill is template-aware and will respect your firm's branding guidelines when generating the presentation slides.

What is the best way to integrate Excel data with PowerPoint generation for finance reports?▼

The best way to integrate Excel data with PowerPoint generation for finance reports is using this skill alongside excel-author for end-to-end workflows. It accepts your data workbook as input and outputs a model-backed deck where every figure traces to its source.

Are there limitations when creating headless PowerPoint decks from data models?▼

A limitation when creating headless PowerPoint decks from data models is that the skill outputs files exclusively to the ./out directory as .pptx artifacts. It relies entirely on python-pptx and requires your data workbook to be prepared beforehand.