pptx-official

Generate PowerPoint presentations from data using pptxgenjs in Node.js.

27|9|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/sabahattink/antigravity-fullstack-hq --skill pptx-official-sabahattink
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pptx-official
Source: https://github.com/sabahattink/antigravity-fullstack-hq/tree/main/skills/pptx-official
Command: npx skills add https://github.com/sabahattink/antigravity-fullstack-hq --skill pptx-official-sabahattink

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating engaging PowerPoint decks manually is time-consuming and error-prone; this Skill generates slides programmatically from data using pptxgenjs in Node.js, ensuring consistency and speed.

Core Features & Use Cases

  • Generate title slides, content slides, charts, and tables using pptxgenjs.
  • Create decks for product launches, quarterly reports, investor pitches, or internal dashboards with consistent styling.
  • Reuse data-driven templates to produce multi-page presentations from datasets or analytics.

Quick Start

Feed a data object into the generatePresentation function and write the resulting buffer to a .pptx file.

Frequently Asked Questions about pptx-official

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

FAQPage Schema
How do I automate PowerPoint presentation generation from data in Node.js?▼

To automate PowerPoint presentation generation from data in Node.js, you feed a data object into a generation function using the pptxgenjs library, which creates a buffer you can write to a .pptx file.

Can I create charts and tables in PowerPoint programmatically using pptxgenjs?▼

Yes, you can create charts and tables in PowerPoint programmatically using pptxgenjs. The library supports generating title slides, content slides, charts, and tables directly from your data.

Do I need a specific Node.js environment to generate PPTX files from datasets?▼

Yes, you need an active Node.js environment and the pptxgenjs dependency installed to generate PPTX files from datasets, ensuring the application can properly export the resulting buffer to a file.

What is the best way to build data-driven investor pitch decks automatically?▼

The best way to build data-driven investor pitch decks automatically is to use a Node.js script with pptxgenjs, applying reusable templates to produce multi-page presentations with consistent styling from your analytics.

Why does manual PowerPoint deck creation fail for quarterly reporting?▼

Manual PowerPoint deck creation fails for quarterly reporting because it is time-consuming and error-prone, whereas generating slides programmatically from data using Node.js ensures speed and consistency.