image-ppt-maker is a Codex skill for turning a presentation idea into a polished set of PPT-style images, a playable 16:9 HTML slideshow, and final speaker notes.
It is designed for people who want the visual impact of a slide deck without spending hours manually shaping storylines, prompts, layouts, and presenter scripts.
- McKinsey-style storyline: turns vague requirements into an answer-first master outline and page-by-page logic.
- Human-in-the-loop checkpoints: asks for confirmation at key moments instead of rushing into image generation.
- Context-aware visual direction: recommends suitable styles such as training, executive report, illustration-heavy, chart-heavy, tech, or brand-clean.
- Prompt consistency: locks one deck-wide visual style so generated slides feel like one coherent deck.
- Image-first output: generates one 16:9 image per slide, suitable for sharing, embedding, or presenting.
- Playable HTML deck: automatically assembles generated images into an interactive 16:9 HTML player with keyboard navigation, click zones, progress, and fullscreen support.
- Final speaker notes: writes natural, friendly, oral talk tracks after seeing the final generated slides.
- Clarify the brief, audience, duration, slide count, density, source constraints, and optional top-corner LOGO space.
- Draft a McKinsey-style master outline and page-by-page outline.
- Expand each page with richer content, examples, and visual emphasis.
- Ask the user to choose a visual style, with recommendations based on context.
- Generate unified image prompts internally and proceed directly to image generation without a prompt-approval step.
- Generate one 16:9 slide image per page, then review the completed images with the user.
- After image approval, automatically create a playable 16:9 HTML slideshow.
- Write duration-aware, directly readable speaker notes based on the approved outline and final images.
For later single-slide changes, the skill rebuilds and confirms that slide's logic, content, examples, and visual emphasis before regenerating its image. It reuses the approved deck style and does not ask for prompt approval.
This skill depends on an image-generation model available in your Codex environment. The model should be good at:
- following detailed layout instructions;
- generating readable slide-like text;
- keeping a consistent visual style across multiple images;
- producing or exporting local image files for HTML assembly.
Recommended model families:
- OpenAI GPT Image / ChatGPT image generation for strong instruction following and slide-like composition. See OpenAI image generation docs.
- Google Gemini image generation / Nano Banana / Imagen for multimodal image generation and iteration. See Gemini image generation docs and Google DeepMind Imagen.
- Any comparable image model that can reliably create 16:9 presentation pages with readable text and consistent style.
Model names and availability change over time. Check your provider's current documentation before relying on a specific model ID.
Install into the current OpenClaw workspace:
openclaw skills install @callmexhj/image-ppt-makerInstall globally for all local OpenClaw agents:
openclaw skills install @callmexhj/image-ppt-maker --globalUpdate the globally installed skill later:
openclaw skills update @callmexhj/image-ppt-maker --globalThis method is for OpenClaw. For Codex, use one of the manual installation methods below.
PowerShell:
git clone https://github.com/callmexhj/image-ppt-maker.git "$env:USERPROFILE\.codex\skills\image-ppt-maker"macOS/Linux:
git clone https://github.com/callmexhj/image-ppt-maker.git ~/.codex/skills/image-ppt-maker- Download this repository as a ZIP from GitHub.
- Extract it.
- Rename the extracted folder to
image-ppt-maker. - Move it into your Codex skills directory:
- Windows:
%USERPROFILE%\.codex\skills\image-ppt-maker - macOS/Linux:
~/.codex/skills/image-ppt-maker
- Windows:
PowerShell:
Copy-Item -LiteralPath . -Destination "$env:USERPROFILE\.codex\skills\image-ppt-maker" -Recurse -ForcemacOS/Linux:
cp -R . ~/.codex/skills/image-ppt-makerInvoke the skill in Codex:
$image-ppt-maker
Example request:
$image-ppt-maker 帮我做一套面向管理层的 AI 应用培训分享,10 分钟左右,偏培训风,最后生成可播放的 HTML。
The skill can produce:
- confirmed brief and assumptions;
- master outline and page-by-page outline;
- expanded page content and visual emphasis;
- image-generation prompts;
- 16:9 slide images;
- playable HTML slideshow;
- final oral speaker notes.
- This skill does not assemble
.pptxfiles. - HTML assembly requires local slide image files.
- For best results, provide source facts, brand constraints, target audience, duration, and preferred tone.