codex-ppt

codex-ppt is a skill for Claude Code, Codex from ningzimu/codex-ppt-skill. It costs 27 tokens per session (2,285 once invoked), scanned A, original, MIT.

A tool for turning articles, reports, research papers, notes, or outlines into visually consistent PowerPoint decks made from full-slide images.

In plain words
What is it for?
It helps create slide images, obtain approval for a sample slide, assemble the approved slides into a PPTX file, and prepare speaker notes.
Why use it?
It provides a defined process for creating and assembling a presentation when individual text boxes and charts do not need to remain editable.

Skill for Claude CodeCodex

About the project

codex-ppt-skill is an agent skill that turns written material such as articles, reports, papers, and notes into presentation slides made from full-page images, then packages them as PowerPoint files. It is intended for Codex and other agents that support SKILL.md workflows, including Claude Code, OpenClaw, and Hermes Agent.

ningzimu/codex-ppt-skill · 5,540 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ningzimu/codex-ppt-skill/codex-ppt
Any agent
npx skills add ningzimu/codex-ppt-skill --skill codex-ppt
Clone the repo
git clone --depth 1 https://github.com/ningzimu/codex-ppt-skill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for codex-ppt

README.md
[![agentmods](https://agentmods.dev/badge/skills/ningzimu/codex-ppt-skill/codex-ppt.svg)](https://agentmods.dev/skills/ningzimu/codex-ppt-skill/codex-ppt)
Your own site
<a href="https://agentmods.dev/skills/ningzimu/codex-ppt-skill/codex-ppt"><img src="https://agentmods.dev/badge/skills/ningzimu/codex-ppt-skill/codex-ppt.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,285 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00027 $0.02285
Opus 5 $0.00014 $0.01143
Sonnet 5 $0.00005 $0.00457
Haiku 4.5 $0.00003 $0.00229

Measured 5d ago against content hash 54020a95bd22, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

codex-ppt scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 15 executable files (scripts/assemble_ppt.py, scripts/codex_ppt_runtime.py, scripts/image_gen.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/codex-ppt/SKILL.md · 159 lines

How it starts

The opening of the file, as written. The whole thing — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Codex PPT

Overview

This skill creates image-based PowerPoint decks from source material. Each slide is a complete 16:9 generated image. Final images are assembled into .pptx with scripts/assemble_ppt.py.

Use this when the user wants a visually unified presentation and accepts full-slide image pages. Do not use it when every textbox, chart, or shape must remain separately editable.

Prefer the built-in image generation/editing tool. Use scripts/image_gen.py only when the built-in backend is unavailable, lacks a required capability, or the user explicitly asks for API/CLI mode.

Hard Constraints

  • Read the relevant Reference Map files before each phase. This file is the orchestration contract; detailed rules live in docs/ and worker prompts in prompts/.
  • Respect approval gates. Do not create final deck_spec.json, speech.md, prompt jobs, slide images, or .pptx before the approvals in docs/workflow-gates-and-progress.md.
  • After the user approves the sample slide and authorizes full-deck generation, every remaining slide image job must be dispatched to a slide subagent whenever subagents are available.
  • The main agent owns orchestration, prompt jobs, state recording, QA, speaker notes, and assembly. Do not silently replace available slide subagents with sequential production.
  • Every final origin_image/slide_XX.png must be generated by the selected image backend: built-in image generation/editing tool or scripts/image_gen.py.
  • Local drawing, Pillow, SVG, HTML/CSS/canvas screenshots, python-pptx/PptxGenJS layouts, and manual overlays are failure modes, not fallbacks.
  • The selected image backend must stay fixed after backend confirmation. Do not let subagents switch backend for convenience.
  • After sample approval, record how the approved sample was generated and pass that exact method to every slide subagent.
  • Slide dispatch and result state must be recorded with the bundled scripts. Chat messages alone do not make a slide dispatched or complete.
  • If a required subagent, image backend, or required-image path is unavailable, stop and report a blocker with the slide id and evidence. Do not create a lower-quality replacement.

Read the full file on GitHub · 159 lines

Files

What ships with it

39 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 159 lines · 27 tokens per session scan A 54020a95bd22

Subscribe to this mod's changes

codex-ppt is a skill published in the GitHub repository ningzimu/codex-ppt-skill (5,540 stars, last pushed 1mo ago), licensed MIT. It adds 27 tokens to every session and 2,285 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

themed-cn-pptx

Build, modify, and QA-verify Chinese + IP/character-themed + QR-embeddable EDITABLE PPTX decks using PptxGenJS, with SOTA AI image generation via OpenAI GPT Image 2 or Google Nano Banana Pro, locked aesthetic recipes, and a deterministic render-QA gate (CJK overflow, text overlap, editable-text, color contrast).…

CacinieP/ppt-skills · 128 tokens

imagegen-pptx-pipeline

End-to-end stateful workflow for designing and generating editable PowerPoint decks from briefs, templates, reference decks, brand assets, data, ImageGen comps, or user-supplied slide images. Uses multi-round content/style confirmation, reviewed per-slide comps, mandatory Real-ESRGAN 4K comp/icon upscaling, built-in…

eddyzzl/imagegen-pptx-pipeline · 141 tokens

pptx-manipulation

This skill enables programmatic creation, editing, and manipulation of Microsoft PowerPoint (.pptx) presentations using the python-pptx library. Create professional slides with text, shapes, images, charts, and tables without manual editing.

claude-office-skills/skills · 7 tokens

dashiai-ppt

制作新 PPT、演示文稿、幻灯片、汇报材料,或在“其余不变”的前提下修改已有大师 PPT 时使用。基于预置视觉主题组合页面,生成可离线打开、可在浏览器编辑的 HTML 演示,支持导出 PPTX / PDF 文件。.

mujingquan835/dashiai-ppt-skill · 75 tokens

pptx

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…

desirecore/market · 188 tokens

awesome-ai-ppt

Find, compare, and contribute AI presentation generation, PowerPoint automation, PPTX editing, and slide workflow tools using the awesome-ai-ppt repository. Use this skill when the user asks to choose AI PPT tools, compare HTML-first/image-first/PPTX-native/infrastructure approaches, evaluate whether a GitHub project…

ningzimu/awesome-ai-ppt · 105 tokens