pptx-official

pptx-official is a skill for Claude Code, Codex from evoelsewhere/evoflux. It costs 110 tokens per session (6,628 once invoked), scanned A, original, Apache-2.0.

A workflow for creating, editing, inspecting, and rendering PowerPoint presentation files. It covers slide decks such as pitches, reports, training material, and presentations that can also be exported to PDF or images.

In plain words
What is it for?
Use it to make or edit .pptx or .potx files, fill templates, reorder slides, extract speaker notes, and render decks for review.
Why use it?
It provides a staged process for reading source material, selecting a theme and imagery, building slides, and checking the rendered result. This reduces errors that are visible only after a deck is generated.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to make or edit .pptx or .potx files, fill templates, reorder slides, extract speaker notes, and render decks for review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/evoelsewhere/evoflux/pptx-official
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.

Any agent
npx skills add evoelsewhere/evoflux --skill pptx-official
Clone the repo
git clone --depth 1 https://github.com/evoelsewhere/evoflux

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 pptx-official

README.md
[![agentmods](https://agentmods.dev/badge/skills/evoelsewhere/evoflux/pptx-official/github.svg)](https://agentmods.dev/skills/evoelsewhere/evoflux/pptx-official)
Your own site
<a href="https://agentmods.dev/skills/evoelsewhere/evoflux/pptx-official"><img src="https://agentmods.dev/badge/skills/evoelsewhere/evoflux/pptx-official/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pptx-official

Your own site · 80×15
<a href="https://agentmods.dev/skills/evoelsewhere/evoflux/pptx-official"><img src="https://agentmods.dev/badge/skills/evoelsewhere/evoflux/pptx-official.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,628 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00110 $0.06628
Opus 5 $0.00055 $0.03314
Sonnet 5 $0.00022 $0.01326
Haiku 4.5 $0.00011 $0.00663

Measured 3d ago against content hash 3ff4d72f5694, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

pptx-official scanned grade A with 1 finding 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 3d ago.

The scan reads SKILL.md. This mod also ships 10 executable files (scripts/assemble.py, scripts/contact_sheet.py, scripts/diagnose.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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

image bytes — use `shell` + `curl` or python `urllib` to download.
app/agent/builtin_skills/pptx-official/SKILL.md · 491 lines

How it starts

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

PPTX Skill

An Apache-2.0 toolkit for producing, editing, and reading Microsoft PowerPoint (.pptx) files. Written from scratch against the public ECMA-376 / ISO/IEC 29500 (PresentationML) specification and built on permissively-licensed tooling (python-pptx MIT, pptxgenjs MIT, lxml BSD-3-Clause, Pillow MIT-CMU, optional external binaries soffice MPL 2.0 and pdftoppm GPL) so it can be reused in commercial projects without restriction.

Pipeline

Phase 0  Read the source and the workspace
Phase 1  Confirm two things            ← theme and imagery, unless delegated
Phase 2  Outline with action titles    ← ghost deck test; approval when it matters
Phase 3  Prepare assets
Phase 4  Build
Phase 5  Verify and repair             ← loop until acceptance passes
Phase 6  Hand off

Phase 0 — Read. Read the source, and look for a template, an earlier deck, or brand assets in the workspace. A template answers Phase 1 on its own.

Phase 1 — Confirm two things. Theme, and whether the deck carries photographs. Everything else — slide count (around 10, never fewer than 8), 16:9, language, fonts, file name — is a default you take and state. Ask both in one ask_user call. Ask nothing at all when the user delegated the whole job, when the run is non-interactive, or when a template already decides it. interview.md has the defaults, the delegation rule, and how to phrase the two questions.

Decide the mode rather than asking it. Argument-first for papers, studies, results, board and policy material: argument, then data, then layout, then aesthetics, on a light ground with one accent and no decorative imagery. Visual-first for launches, keynotes, and brand work. When both fit, choose argument-first.

Phase 2 — Outline, then the ghost deck test. One line per slide: its action title — a full sentence stating that slide's takeaway, not a topic label — plus its evidence and visual form. Then read only the action titles in order. They must tell the complete argument alone; if they do not, fix the outline, because no visual work will rescue it.

Read the full file on GitHub · 491 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. 3d ago First seen · 491 lines · 110 tokens per session scan A 3ff4d72f5694

Subscribe to this mod's changes

pptx-official is a skill published in the GitHub repository evoelsewhere/evoflux (7 stars, last pushed today), licensed Apache-2.0. It adds 110 tokens to every session and 6,628 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.

Related

Other skills, from other repositories

Spreadsheets

Create, edit, analyze, and verify standalone spreadsheet files or Google Sheets-ready workbooks, including .xlsx, .xls, .csv, and .tsv. Do not use for live controlling Microsoft Excel app or a live Excel session.

rojim666/SztuCode · 52 tokens

Presentations

Read, create or edit PowerPoint or Google Slides decks. Use for presentation, slide deck, PowerPoint, PPT, PPTX, or Google Slides requests.

rojim666/SztuCode · 35 tokens

template-creator

Create or update a reusable personal Codex artifact-template skill. Use when the user invokes $template-creator or asks in natural language to create a reusable template from a reference document, presentation, spreadsheet, ImageGen or Product Design image, email, or Slack message, or explicitly asks to edit or update…

rojim666/SztuCode · 82 tokens

slides

Create and edit presentation slide decks (.pptx) with PptxGenJS and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/reference decks, modifying slide content while preserving editable output, adding charts/diagrams/visuals, or diagnosing layout…

rojim666/SztuCode · 78 tokens

excel-live-control

Control an open or active Microsoft Excel workbook through the ChatGPT add-in or connected session. Use when the user tags the Microsoft Excel app in Codex or follows up on an established live Excel task. Do not use for standalone spreadsheet files or Google Sheets.

rojim666/SztuCode · 55 tokens

jingmei-ppt

A visual design guide for creating or improving PowerPoint presentations and reusable PPT templates. It covers layout, typography, spacing, colour, information density, and visual consistency.

rojim666/SztuCode · 95 tokens