ppt-generation

ppt-generation is a skill for Claude Code, Codex from peintune/runjam. It costs 100 tokens per session (7,302 once invoked), scanned A, original, MIT.

A tool for creating PowerPoint presentations in PPTX format. It can build slides from generated full-slide images or create editable slides with the Python presentation library when the image workflow is unavailable.

In plain words
What is it for?
Use it to create presentations, including project reports, management decks, and slides made from generated visuals or editable elements.
Why use it?
It provides a presentation workflow that can preserve editable text when needed, especially for reports and data-heavy material. It also defines where the finished presentation should be saved.

Skill for Claude CodeCodex

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/peintune/runjam/ppt-generation
Any agent
npx skills add peintune/runjam --skill ppt-generation
Clone the repo
git clone --depth 1 https://github.com/peintune/runjam

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 ppt-generation

README.md
[![agentmods](https://agentmods.dev/badge/skills/peintune/runjam/ppt-generation.svg)](https://agentmods.dev/skills/peintune/runjam/ppt-generation)
Your own site
<a href="https://agentmods.dev/skills/peintune/runjam/ppt-generation"><img src="https://agentmods.dev/badge/skills/peintune/runjam/ppt-generation.svg" alt="Measured on agentmods" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,302 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.00100 $0.07302
Opus 5 $0.00050 $0.03651
Sonnet 5 $0.00020 $0.01460
Haiku 4.5 $0.00010 $0.00730

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

Security

Grade A, and why

ppt-generation 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 4d ago.

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.

.codex/skills/ppt-generation/SKILL.md · 496 lines

How it starts

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

⚠️ This skill has TWO workflows. Always run the Dependency Check first and pick the right one — do NOT assume the image-based path works.

  1. Primary (image-based): Requires image-generation skill + scripts/generate.py. Generates full-slide images and composes them into PPTX.
  2. Fallback (python-pptx): Use when image-generation or the compose script is missing. Creates slides programmatically with python-pptx — all text is editable, copyable, searchable. This is the BETTER choice for project management, reports, and data-heavy presentations.

Output path rule (from runjam-defaults): The final .pptx file MUST be placed in ./outputs/. Before starting: mkdir -p ./outputs. Never output to arbitrary directories.

PPT Generation Skill

Overview

This skill generates professional PowerPoint presentations. The primary workflow uses AI-generated images for each slide (composed via scripts/generate.py). When those dependencies are unavailable, the fallback workflow builds slides natively with python-pptx — all text remains editable, which is usually the preferred delivery for project-management decks, reports, and any content the user's team needs to modify.

Core Capabilities

  • Plan and structure multi-slide presentations with unified visual style
  • Support multiple presentation styles: Business, Academic, Minimal, Apple Keynote, Creative
  • Generate unique AI images for each slide using image-generation skill
  • Maintain visual consistency by using previous slide as reference image
  • Compose images into a professional PPTX file

Presentation Styles

Choose one of the following styles when creating the presentation plan:

Style Description Best For
glassmorphism Frosted glass panels with blur effects, floating translucent cards, vibrant gradient backgrounds, depth through layering Tech products, AI/SaaS demos, futuristic pitches
dark-premium Rich black backgrounds (#0a0a0a), luminous accent colors, subtle glow effects, luxury brand aesthetic Premium products, executive presentations, high-end brands
gradient-modern Bold mesh gradients, fluid color transitions, contemporary typography, vibrant yet sophisticated Startups, creative agencies, brand launches
neo-brutalist Raw bold typography, high contrast, intentional "ugly" aesthetic, anti-design as design, Memphis-inspired Edgy brands, Gen-Z targeting, disruptive startups
3d-isometric Clean isometric illustrations, floating 3D elements, soft shadows, tech-forward aesthetic Tech explainers, product features, SaaS presentations
editorial Magazine-quality layouts, sophisticated typography hierarchy, dramatic photography, Vogue/Bloomberg aesthetic Annual reports, luxury brands, thought leadership
minimal-swiss Grid-based precision, Helvetica-inspired typography, bold use of negative space, timeless modernism Architecture, design firms, premium consulting
keynote Apple-inspired aesthetic with bold typography, dramatic imagery, high contrast, cinematic feel Keynotes, product reveals, inspirational talks

Read the full file on GitHub · 496 lines

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. 4d ago First seen · 496 lines · 0 tokens per session scan A 459b04e43a1c

Subscribe to this mod's changes

ppt-generation is a skill published in the GitHub repository peintune/runjam (128 stars, last pushed 4d ago), licensed MIT. It adds 100 tokens to every session and 7,302 once invoked, about $0.0005 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.