LaunchKit · 2026
Back to Skills

deck-builder

AI agent for deck builder tasks.

0
492 downloads
by @teamolab

Setup & Installation

openclaw skills install @teamolab/deck-builder

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install deck-builder

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.

INPUT

User asks: Create a 15-slide business proposal deck for a cloud storage product

AGENT
  1. 1Defines global settings including aspect ratio, color scheme, font specifications, and design style
  2. 2Plans the slide sequence with types: cover, table of contents, transition pages, body slides, and back cover
  3. 3Generates a structured JSON blueprint with layout, text content, image prompts, and chart data for each slide
  4. 4Dispatches concurrent drawing agents to render each slide as an image
  5. 5Calls png_to_pptx to stitch rendered slides in order and produces the final .pptx file
OUTPUT

A complete .pptx presentation file with 15 slides ready for download