pptx

Automate PPTX slide deck reading, editing, and creation via CLI workflows.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/ncsound919/deterministic-brain --skill pptx-ncsound919
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/ncsound919/deterministic-brain/tree/main/skill_packs/anthropic/pptx
Command: npx skills add https://github.com/ncsound919/deterministic-brain --skill pptx-ncsound919

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PPTX file handling is a chore when you need to read content, modify slides, or assemble new decks. This skill provides a consistent, codified approach to automate PPTX tasks without manual edits.

Core Features & Use Cases

  • Read and extract text, metadata, and structure from slides, including templates and notes.
  • Edit existing slides, update content, and apply templates, then re-pack into a new PPTX.
  • Create new decks from scratch or from templates, with support for batch operations and slide layouts.

Quick Start

Open a PPTX file and apply a template to generate a new deck with updated slides.

Frequently Asked Questions about pptx

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

FAQPage Schema
How do I automate reading and extracting text from PPTX slides?

Automating PPTX text extraction involves unpacking the file to read slide content, metadata, and structure, including templates and notes, without manual edits. This provides a consistent approach to extract data from presentations.

What is the best way to apply a template to an existing PowerPoint presentation?

Applying a PPTX template requires unpacking the existing deck, updating slide content and layouts to match the template, and repacking it into a new file. This automates professional workflow formatting and ensures consistent branding across slides.

Can I generate new slide decks from scratch using a CLI-based workflow?

Generating new PPTX decks from scratch uses a CLI-based workflow with unpack, edit, and pack steps. This supports batch operations and slide layouts to create presentations automatically, satisfying professional templating requirements.

Does this PPTX editing process support batch operations for multiple files?

PPTX batch operations support editing multiple files by unpacking, applying template updates, and packing them into new decks. This allows you to process presentations concurrently, automating repetitive slide modifications across professional workflows.

How do I update content in existing slides without manual editing?

Updating existing PPTX slides without manual editing involves unpacking the file, modifying text and metadata programmatically, and repacking it. This automates content updates and template application, ensuring consistent presentation modifications.