pptx-author

Generate PowerPoint .pptx decks as local files in headless environments.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/executiveusa/Cheggie-trade-V2 --skill pptx-author-executiveusa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx-author
Source: https://github.com/executiveusa/Cheggie-trade-V2/tree/main/core/financial-skills/plugins/vertical-plugins/financial-analysis/skills/pptx-author
Command: npx skills add https://github.com/executiveusa/Cheggie-trade-V2 --skill pptx-author-executiveusa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually drive a live PowerPoint application by generating a .pptx deck headlessly and saving it to disk.

Core Features & Use Cases

  • Headless deck generation: Produces a PowerPoint file without controlling an open Office app, suitable for managed-agent/CMA runs.
  • Template-aware output: Uses a firm template when available at ./templates/ to keep branding consistent.
  • Model-traceable figures: Encourages that every number is traceable to the underlying model (for example, referencing ./out/model.xlsx), improving auditability.
  • Non-interactive safe artifact: Writes to ./out/<name>.pptx and does not email or upload anything.

Quick Start

Use the pptx-author skill in headless mode to write a pitch deck file 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 a PowerPoint deck headlessly without a live Office UI?

To generate a PowerPoint deck headlessly, use this Skill to write a .pptx file artifact directly to disk, bypassing the need for an interactive Office application. It targets managed-agent workflows requiring non-interactive presentation generation.

Can I apply a corporate template to a headlessly generated pptx file?

Yes, you can apply a corporate template by placing your branded .pptx file in the ./templates/firm-template.pptx directory. The Skill uses this template during headless generation to maintain consistent branding across slides.

What is the best way to automate presentation creation in a managed-agent workflow?

The best way to automate presentation creation in a managed-agent workflow is using a headless generation approach that writes files locally. This Skill outputs a .pptx file to ./out/ without uploading or emailing, ensuring non-interactive safety.

Does python-pptx support traceable model-based numbers in generated slides?

Yes, using python-pptx in this workflow encourages making every number on your slides traceable to the underlying model. It supports referencing output like ./out/model.xlsx to improve the auditability of your presentation deck.

Why does my headless PowerPoint generation need to write to the out directory?

Headless PowerPoint generation needs to write to the ./out/<name>.pptx directory to deliver a non-interactive safe artifact. This ensures the output file is saved locally for downstream review without triggering automated emails or uploads.

Are there slide conventions to follow when generating a pptx file artifact?

When generating a pptx file artifact, you should follow slide-convention guidance such as maintaining one idea per slide and ensuring traceable model-based numbers. This keeps the headlessly generated deck structured and auditable.