pptx-author

Generate headless PowerPoint decks with figures bound to Excel workbooks.

11|Updated May 6, 2026
One-click install
npx skills add https://github.com/open-neko/openneko --skill pptx-author-open-neko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx-author
Source: https://github.com/open-neko/openneko/tree/main/packages/llm/assets/builtin-skills/pptx-author
Command: npx skills add https://github.com/open-neko/openneko --skill pptx-author-open-neko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually building PowerPoint decks for finance and business use cases often leads to errors where figures drift from their source models, and the process is time-consuming without programmatic automation. This Skill solves that by enabling headless, code-driven deck generation where every number is directly bound to a validated source workbook.

Core Features & Use Cases

  • Headless Deck Generation: Build .pptx files without a live PowerPoint application session, ideal for automated workflows.
  • Model-Backed Number Binding: Automatically pull financial figures from source Excel workbooks so deck values never drift from their source data.
  • Branded Template Support: Inherit firm-standard colors, fonts, and layouts by loading a pre-mounted firm PowerPoint template.
  • Use Case: Investment teams use this Skill to generate pitch decks, internal investment committee memos, and earnings notes where every financial metric must be verifiable and traceable to a validated model.

Quick Start

Use the pptx-author skill to generate a pitch deck for Project Aurora with all valuation figures pulled directly from the attached model.xlsx workbook and saved to the ./out directory.

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 pitch decks from Excel data without opening PowerPoint?

You can generate PowerPoint pitch decks from Excel data headlessly using the python-pptx library. This Skill pulls financial figures directly from source Excel workbooks and outputs .pptx files without requiring a live PowerPoint application session.

Can I use my firm's branded PowerPoint template for automated deck generation?

Yes, you can use a pre-mounted firm PowerPoint template for automated deck generation. The template allows the output .pptx files to inherit firm-standard colors, fonts, and layouts for exact styling fidelity.

How do I ensure financial figures in a presentation match the source Excel workbook?

To ensure financial figures match the source Excel workbook, this Skill applies model-backed number binding. It automatically pulls metrics directly from the validated source workbook so displayed values never drift from the original data.

What is headless .pptx generation and when do I need it for finance presentations?

Headless .pptx generation creates PowerPoint files via code without a live application session. You need it for finance presentations like investment committee memos and earnings notes when automating workflows to save time and prevent manual figure errors.

Does python-pptx support embedding chart images from Excel models into slides?

Yes, python-pptx supports embedding chart images from Excel models into slides. This Skill enables embedding model-rendered chart images to maintain exact styling fidelity for investment banking pitch decks and other financial use cases.