Codex PPT Skill
A Codex skill for generating PowerPoint decks. It can also be used in Claude Code, OpenClaw, Hermes Agent, and other agents that support SKILL.md; these non-Codex environments usually require configuring gpt-image-2.5-flare, a third-party image API, or an OpenAI-compatible image generation endpoint. It turns articles, reports, papers, course notes, and other source materials into image-based presentations: first plan the outline and visual style, then generate each full-slide image, and finally assemble the images into a .pptx file with a local script.
Sponsor
![]() |
Thanks to Atlas Cloud for sponsoring this project. AtlasCloud is a multimodal AI inference platform that provides one API for image generation, video generation, LLMs, and more. This skill can use the existing API key, base URL, and model-name configuration to call AtlasCloud's GPT Image 2 generation and editing endpoints, with pay-as-you-go pricing and out-of-the-box setup. See the full model list on the Atlas Cloud models page. |
![]() Codia NoteSlide |
Make generated slides editable. Convert slide images generated by Codex PPT, PDFs, or presentations exported from NotebookLM into editable PowerPoint files. Fast conversion, affordable pricing, and good visual fidelity make it a useful choice for bulk image-to-PPT conversion and frequent delivery. Try Codia NoteSlide → |
Friendly Note
Tip
This skill generates image-based PPT decks from articles, reports, outlines, or ideas. It is suitable for strong visual expression, but slide elements are not directly editable. If you need a more editable PPT, you can try converting the generated deck with image-to-editable-ppt-skill.
For a detailed introduction to
codex-pptandimage-to-editable-ppt, see skill_duo_intro.pdf. This deck was generated with thecodex-pptskill using the prompt: "请分别阅读 Codex PPT和 Image to Editable PPT 这两个技能的内容,然后用 Codex PPT 帮我做一个PPT吧,20页,每个技能的介绍10页。"For more practical notes on designing and tuning this PPT skill, see the Chinese article 2000 个 GitHub Star 换来的经验:好的 AI Skill 是调出来的,不是写出来的.
Note
To see more PPT examples made by users with this skill, visit the pinned showcase issue: 欢迎分享 codex-ppt 使用案例和 PPT 效果.
This skill is meant to provide a solid PPT generation workflow. To stay broadly useful, the workflow is a little more complex than most people need every day, and that complexity can sometimes add instability or redundant choices. For example, it supports both Codex built-in image generation and API/CLI fallback generation, and it also supports workflows with or without subagents. Most users will eventually use only one of those paths.
After you have a route working, consider asking an AI assistant to edit this skill and lock in your own preferences, such as your preferred image backend, whether to use subagents, output directory conventions, visual styles, or slide pacing. That way you do not need to make the same choices every time.
If you find a layout or visual style you like while making decks, whether it was generated by this skill or found elsewhere, you can ask AI to save it into your personal style library at ~/.codex-ppt-skill/references/ and gradually build your own collection. The personal style library lives outside the skill install directory, so updating or reinstalling the skill never loses it. Skills are highly personal workflows; tune this one around your own habits so it becomes more useful for your actual work.
For a basic introduction to skill design and usage, see good-skill-design.pptx. That deck was also made with this skill, using the hand-drawn technical explainer style, and is based on Claude's skill design best-practices article The Complete Guide to Building Skills for Claude.
Features
- Works across multiple agents: supports Codex, Claude Code, OpenClaw, Hermes Agent, and other
SKILL.md-based environments; Codex is the recommended environment because it can use the built-in image generation and image editing tools first. - Supports third-party image providers: works with OpenAI-compatible endpoints, AtlasCloud,
base URL, and custom model names, so API/CLI fallback can usegpt-image-2.5-flareor compatible image models. - Stable staged workflow: confirms the outline, slide count, visual style, image backend, and sample slide before full-deck generation, reducing drift and rework when generating a complete PPT.
- Guided instead of one-shot: the skill asks you to confirm
outline.md, per-slide key points, style direction, and sample-slide quality before continuing. - Low setup effort: articles, reports, papers, course notes, Markdown files, outlines, PDFs, and Word documents can all be used as starting material.
- 12 built-in PPT style references: includes clean professional, scientific defense, Party-and-Government Red, Teaching Courseware, e-ink magazine, hand-drawn technical explainer, dashboard, McKinsey style, and more. The hand-drawn technical explainer style is a strong starting point if you do not want to write prompts.
- Supports custom style replication: provide a favorite image, PDF, or PPT/PPTX, and the agent can analyze its color, layout, typography, and visual system before generating a new deck in that style.
- Builds a reusable personal style library: once you like a deck style, ask the agent to save it into
~/.codex-ppt-skill/references/so future decks can reuse it directly; the library lives outside the skill install, survives skill updates, and a personal style with the same name takes priority over the built-in one. - Supports parallel subagent generation: after the sample slide is approved, one subagent can handle one slide and self-check readability, style consistency, and content completeness before reporting issues for repair.
- Supports required image insertion: assign paper figures, experiment charts, screenshots, architecture diagrams, or other images to specific slides, and the generated page will adapt the layout and theme around them.
- Generates speaker notes: creates
speech.mdand writes the notes into each slide during PPTX assembly, making the deck easier to present or revise.
Output Example
Below is an example technical sharing deck. Each page is a complete 16:9 slide image generated by gpt-image-2, then assembled into a PPTX file by the local script.
Below is a scientific defense example based on the paper Attention Is All You Need. It shows how to assign original paper figures to specific slides as input assets, such as the model architecture, attention modules, and attention visualizations, then generate a coherent deck around those figures (see Issue #14).
Style Examples
The following preview images were generated with gpt-image-2 to help users choose a visual direction before production.
Output Structure
Each PPT is generated into an independent project directory:
{base_dir}/{deck_name}/ # Independent project directory for this deck
├── origin_image/ # Final slide images only
│ ├── slide_01.png # Slide 1 image
│ ├── slide_02.png # Slide 2 image
│ └── ... # Additional slide images, named in slide order
├── outline.md # Confirmed outline, slide count, titles, and key points
├── speech.md # Speaker notes written into the PPT
└── {deck_name}.pptx # Final assembled PowerPoint file
Use origin_image/ to review the final image used for each slide. Files are named in order as slide_01.png, slide_02.png, and so on, which makes it easy to preview the deck visually or ask for one specific slide to be revised.
speech.md is the companion talk track. When the .pptx is assembled, the content is written into each slide's speaker notes so you can view, edit, or use it directly while presenting in PowerPoint.
Use Cases
- Turn technical articles into sharing decks.
- Turn papers or reports into presentations.
- Turn course notes into teaching slides.
- Create decks for research proposals, midterm reviews, final project acceptance, and thesis defenses.
- Create business reports, product introductions, and research summaries.
- Produce image-based presentations that require strong visual consistency.
Installation
One-sentence install
Recommended: send this sentence to your agent and let it install the skill for you:
Please install this codex-ppt skill for me: https://github.com/ningzimu/codex-ppt-skill
Manual install for Codex
To install manually for Codex, use the skills CLI to add this skill to Codex's global skills directory:
npx -y skills@latest add ningzimu/codex-ppt-skill \
--skill codex-ppt \
--agent codex \
--global
Restart Codex after installation so the new skill is picked up.
You can also download codex-ppt-skill-v*.zip from GitHub Releases, unzip it, place the contained codex-ppt directory at ~/.codex/skills/codex-ppt, and then restart Codex.
If you are developing this repository locally, you can instead symlink the skill directory into the Codex skills directory so changes are reflected immediately:
mkdir -p ~/.codex/skills
ln -s /path/to/codex-ppt-skill/skills/codex-ppt ~/.codex/skills/codex-ppt
OpenClaw
Install from ClawHub:
openclaw skills install codex-ppt
ClawHub page: clawhub.ai/ningzimu/codex-ppt
If you use OpenClaw skill allowlists, add codex-ppt to the allowed skills.
Claude Code and Hermes Agent
These agents can read SKILL.md skills. You can also install with the skills CLI:
# Claude Code
npx -y skills@latest add ningzimu/codex-ppt-skill \
--skill codex-ppt \
--agent claude-code \
--global
# Hermes Agent
npx -y skills@latest add ningzimu/codex-ppt-skill \
--skill codex-ppt \
--agent hermes-agent \
--global
Common target directories are ~/.claude/skills/codex-ppt for Claude Code and ~/.hermes/skills/codex-ppt for Hermes Agent.
If you are developing this repository locally, you can use a symlink instead of copying so changes are reflected immediately.
Updating
Re-run the matching install command above to overwrite the installed skill with the latest version, or simply ask your agent to update it:
Please update the codex-ppt skill to the latest version. The repository is: https://github.com/ningzimu/codex-ppt-skill
Restart the agent after updating. Your API key configuration (~/.codex-ppt-skill/.env) and personal style library (~/.codex-ppt-skill/references/) live outside the skill install directory, so updates and reinstalls never lose them.
Image Model Configuration
Tip
You can start using Codex PPT normally to make a deck. In most cases, you do not need to configure the image model by hand; when the workflow asks you to choose an image backend, the AI will check the current environment and guide you through any required information.
- If you use Codex's built-in image generation, you usually do not need an extra API key.
- If you have confirmed that a third-party provider or OpenAI-compatible proxy is needed, ask the AI to read the image model configuration guide before configuring API key, base URL, and model name.
Asking for a specific resolution, higher quality, or edits to one slide does not by itself trigger third-party API configuration. If you use Codex through a GPT subscription and Codex's built-in image generation tool is available, you can usually keep using the built-in image tool and do not need to prepare an API key.
Usage
Ask Codex, Claude Code, OpenClaw, or Hermes Agent and explicitly specify the codex-ppt skill, for example:
Use the codex-ppt skill to turn /path/to/article.md into a roughly 10-slide PPT.
The skill follows this workflow:
- Read the source content and plan the deck outline.
- Generate
outline.mdand ask you to confirm slide count, slide titles, and key points. - Offer 2-3 visual style options and recommend one for user confirmation.
- State the image generation backend before the first image and ask you to confirm it.
- Generate one sample slide with the confirmed image backend for approval of style, layout rhythm, and text quality.
- Create the PPT project directory.
- Generate all slide images one by one with the same image backend.
- Check text readability, style consistency, and content completeness.
- Generate
speech.md. - Assemble the
.pptxwithassemble_ppt.py. - Optional: if you really like the generated PPT style, save it to the style library; if it already uses a built-in style, you do not need to save it again.
Usage Tips
- Prefer the built-in image tool available in the current environment. Its actual model, resolution, and controls depend on that environment; a subscription or successful image response does not verify them. If precise size or quality settings are required and the built-in tool does not expose them, use an API/CLI fallback that supports those parameters. API/CLI fallback output defaults to 2K 16:9; try 4K for text-heavy or blurry slides. GPT Image 2.5 output above
2560x1440pixels is experimental; inspect the actual result. - API/CLI fallback defaults to
gpt-image-2.5-flare; select--model gpt-image-2.5-sunburstto switch. Both supportxhigh/maxquality and transparent PNG/WebP. Defaults remain 2K 16:9 andmedium. Older models retain their parameter limits; check which models and parameters your provider supports. - If you are unhappy with one specific slide's content, layout, colors, or wording, ask the current agent to refine that slide in detail instead of regenerating the whole deck.
- You can also provide PPT style references you like — a single screenshot, multiple screenshots, or a full PPT/PDF. Ask the current agent to analyze the colors, layout, typography, and visual elements first, then generate a new deck in that style. Once the result looks good, you can ask the agent to save the style into your personal style library at
~/.codex-ppt-skill/references/for future reuse; it will not be lost when the skill is updated. - If you need to include paper figures, experiment charts, screenshots, or architecture diagrams, specify the target slide and role for each image in the outline.
More Projects
- image-to-editable-ppt-skill: Rebuild slide screenshots, PDF pages, or image-based PPTX files into editable PowerPoint decks, useful after
codex-pptgenerates image-based slides. - codex-gpt-image: Image generation through Codex OAuth / member login, with GPT Image 2.5 request parameters; the actual backend model depends on the service.
- handdrawn-tech-illustrations: A hand-drawn illustration skill for Chinese technical content. It turns technical articles, product notes, screenshots, outlines, or rough ideas into article illustrations, concept explainer graphics, WeChat cover images, and Rednote covers, with a friendly, light-cartoon, Chinese-readable style and moderate information density.
- awesome-ai-ppt: A curated list of open-source AI PPT projects, organized by workflows such as HTML-first, image-first, PPTX-native, conversion, and automation infrastructure, focused on GitHub projects that help agents or developers create, edit, convert, or inspect PPT decks.
- awesome-skills: A curated list of practical AI Agent Skills and related tools. Install one entry point, and your agent can consult the continuously updated list to select, install, and use the right skill for each task.
- claude-code-lens: A local observability tool for Claude Code API traffic, logs, prompts, and tool calls, useful for understanding what an agent is actually doing.
Support
Having trouble? Check the usage documentation, join CodexPPT, or open an issue.
License
MIT
Acknowledgements
Thanks to the LinuxDO community for its support.
















