Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
An AI agent that acts as a PPT Architect, generating structured JSON blueprints for presentations and coordinating specialized drawing sub-agents to render each slide. It applies the Pyramid Principle for content logic and assembles all slides into a final .pptx file.
It handles the full pipeline from content structuring to file assembly by running slide-rendering agents in parallel, cutting manual layout and formatting work.
When to use it
- Building an investor pitch deck from a one-paragraph brief
- Creating a 20-slide product launch presentation automatically
- Generating training or onboarding slide decks
- Producing conference talk slide structures on demand
- Drafting strategy or roadmap presentations for team meetings
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Create a 15-slide business proposal deck for a cloud storage product
- 1Defines global settings including aspect ratio, color scheme, font specifications, and design style
- 2Plans the slide sequence with types: cover, table of contents, transition pages, body slides, and back cover
- 3Generates a structured JSON blueprint with layout, text content, image prompts, and chart data for each slide
- 4Dispatches concurrent drawing agents to render each slide as an image
- 5Calls png_to_pptx to stitch rendered slides in order and produces the final .pptx file
A complete .pptx presentation file with 15 slides ready for download