pptx

Automates creation, modification, and reading of PowerPoint (.pptx) files.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/TsuneariKuroiwa/nurture-first-agent --skill pptx-tsunearikuroiwa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/TsuneariKuroiwa/nurture-first-agent/tree/main/.claude/skills/pptx
Command: npx skills add https://github.com/TsuneariKuroiwa/nurture-first-agent --skill pptx-tsunearikuroiwa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PowerPoint (.pptx) file creation, editing, and reading can be tedious and error-prone when done manually. This Skill automates slide generation, template application, and content updates, saving time and ensuring consistency across decks.

Core Features & Use Cases

  • Automated slide creation from templates or data sources.
  • Content editing and template application across decks.
  • Use Case: generate a standard pitch deck for weekly team updates.

Quick Start

Create a new PPTX by applying a predefined template to a dataset and export as output.pptx

Frequently Asked Questions about pptx

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

FAQPage Schema
How do I automate PowerPoint slide creation from a data source?

Automate PowerPoint slide creation by applying predefined templates to datasets, which generates standard pitch decks and exports them directly as .pptx files. This process accelerates deck production and ensures formatting consistency across recurring updates.

What is the best way to edit existing .pptx presentations programmatically?

Editing existing .pptx presentations programmatically involves using libraries like python-pptx or pptxgenjs to read slide data, apply template modifications, and update content. This method ensures consistency and reduces manual errors across team decks.

Can I use python-pptx or pptxgenjs to generate recurring slides for team updates?

Yes, python-pptx and pptxgenjs can generate recurring slides for team updates by automating template application and content injection. This approach standardizes weekly pitch decks and accelerates production across projects.

Do I need a specific runtime environment to automate .pptx file modification?

Yes, .pptx file modification requires a runtime environment capable of processing slide data and supporting PPTX manipulation libraries like python-pptx or pptxgenjs. Ensure your runtime can execute these dependencies to read and edit decks.

Why does manual PowerPoint editing cause inconsistencies across team decks?

Manual PowerPoint editing causes inconsistencies due to tedious, error-prone formatting and content updates. Automating template application and slide generation eliminates these variations, saving time and ensuring standardized pitch decks across teams.

When should I not use automated PPTX generation for presentation editing?

Avoid automated PPTX generation when presentations require highly customized, free-form visual layouts that standard templates cannot capture. Automation targets recurring slides and standardized pitch decks, so complex design-heavy decks may still need manual editing.