One-click install
npx skills add https://github.com/anukkrit149/anukkrit-skills --skill pptx-anukkrit149
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/anukkrit149/anukkrit-skills/tree/main/cloud/skills/pptx
Command: npx skills add https://github.com/anukkrit149/anukkrit-skills --skill pptx-anukkrit149

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you reliably create, edit, and analyze .pptx presentations by working with either high-level conversions or low-level OOXML when precise control is required.

Core Features & Use Cases

  • Convert & analyze slide content: Extract readable text (e.g., to Markdown) or inspect raw slide XML for advanced tasks.
  • Create presentations from scratch: Generate new decks with a design-first workflow (typography, palette, hierarchy, validation).
  • Edit existing presentations: Unpack OOXML, modify targeted XML structures, validate, and repack to produce working .pptx files.
  • Template-driven slide creation: Duplicate and reorder template slides, inventory all placeholders, then replace content safely using validation-driven workflows.

Quick Start

Tell the Skill: “Create a new .pptx presentation from this slide HTML (16:9, 720pt × 405pt) and render the charts into the placeholders, then visually validate the output thumbnails.”

Frequently Asked Questions about pptx

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

FAQPage Schema
How do I edit a PowerPoint .pptx file without breaking the layout?

Yes, you can create a .pptx presentation from scratch using a design-first workflow that defines typography, color palette, and visual hierarchy. The process generates new slides and visually validates output thumbnails against layout rules.

Can I extract text and speaker notes from an existing PowerPoint presentation?

You can extract readable text from slides into Markdown and inspect raw slide XML for deep analysis. The workflow supports extracting speaker notes, comments, and inspecting presentation themes directly from the file.

What is OOXML-level editing for PowerPoint files?

OOXML-level editing involves unpacking the underlying XML structures of a .pptx file, modifying the targeted elements directly, validating the changes, and repacking it into a working presentation to achieve precise layout control.

How do I generate slides from a template without causing formatting overflow?

Use template-driven slide creation to duplicate and reorder template slides, inventory all placeholders, and replace content safely. Validation-driven workflows ensure that placeholder replacements prevent layout overflow and formatting breakage.

Does this approach work for converting slide HTML into a 16:9 PowerPoint deck?

Yes, you can generate a new .pptx presentation from slide HTML formatted for 16:9 dimensions. The workflow renders content like charts into placeholders and visually validates the output thumbnails.