editable-pptx

editable-pptx is a skill for Claude Code, Codex from kkunkunya/ppt-maker-agent-plugin. It costs 97 tokens per session (676 once invoked), scanned A, original, MIT.

A workflow for making real PowerPoint files whose text, images, shapes, tables, and charts can be edited after delivery.

In plain words
What is it for?
Use it to plan and create editable PPTX decks, including slide outlines, text boxes, tables, charts, images, and speaker notes.
Why use it?
It prevents a presentation from being handed over as a flat image or PDF when the recipient needs to change its contents.

Skill for Claude CodeCodex

Part of the ppt-maker plugin — 6 skills shipped together

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/kkunkunya/ppt-maker-agent-plugin/editable-pptx
Any agent
npx skills add kkunkunya/ppt-maker-agent-plugin --skill editable-pptx
Clone the repo
git clone --depth 1 https://github.com/kkunkunya/ppt-maker-agent-plugin

Made for: Claude Code, Codex.

Or install ppt-maker, the plugin that ships this one along with the rest of its 6 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/kkunkunya/ppt-maker-agent-plugin/editable-pptx.svg)](https://agentmods.dev/skills/kkunkunya/ppt-maker-agent-plugin/editable-pptx)
Your own site
<a href="https://agentmods.dev/skills/kkunkunya/ppt-maker-agent-plugin/editable-pptx"><img src="https://agentmods.dev/badge/skills/kkunkunya/ppt-maker-agent-plugin/editable-pptx.svg" alt="Measured on agentmods" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 676 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.00097 $0.00676
Opus 5 $0.00048 $0.00338
Sonnet 5 $0.00019 $0.00135
Haiku 4.5 $0.00010 $0.00068

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

Security

Grade A, and why

editable-pptx 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.

plugins/ppt-maker/skills/editable-pptx/SKILL.md · 68 lines

How it starts

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

Editable PPTX

Use this skill when the user needs a real PowerPoint deliverable where text, images, shapes, tables, or charts remain editable after handoff.

Method Call

/editable-pptx(source_material, deck_goal, editability_requirements, template?) -> PPTX production plan

Non-Negotiable Boundary

Do not satisfy an editable PPTX request with full-slide PNGs, a browser deck, or a PDF. If any slide must be rasterized, label the result as partially editable and list the affected slides.

Read ../../_shared/references/output-modes.md when route or editability is unclear.

Production Workflow

  1. Define the editability promise:
    • object-level editable
    • partially editable
    • image-based only if explicitly accepted
  2. Convert source material into a slide JSON outline:
    • slide type
    • title
    • body blocks
    • tables/charts
    • image assets
    • speaker notes when needed
  3. Choose an implementation backend:
    • Prefer python-pptx for first MVP and Python-heavy workflows.
    • Consider PptxGenJS for Node-first from-scratch generation.
    • Do not use pptx-automizer as the default unless an existing template must be modified.
  4. Keep text as text boxes/placeholders.
  5. Keep images as image objects, not baked into whole-slide screenshots.
  6. Keep charts/tables editable where the backend supports it; otherwise mark exceptions.
  7. Run ppt-maker:deck-verification before handoff.

Required Warnings

Warn or block when:

  • The user asks for advanced animation, SmartArt, complex formulas, or chart types the backend cannot create editably.
  • The requested font is unavailable locally.
  • A template is fixed/locked; route to ppt-maker:fixed-template-fill instead.
  • Render verification is unavailable.

Minimal Acceptance

An editable PPTX handoff should include:

  • .pptx
  • preview PDF or rendered slide images when possible
  • verification report
  • editability label
  • list of rasterized exceptions, if any

本 skill 的 deletion-spec

Read the full file on GitHub · 68 lines

Files

What ships with it

1 file 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. 4d ago First seen · 68 lines · 97 tokens per session scan A dab495f75737

Subscribe to this mod's changes

editable-pptx is a skill published in the GitHub repository kkunkunya/ppt-maker-agent-plugin (2 stars, last pushed 3mo ago), licensed MIT. It adds 97 tokens to every session and 676 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-31.

Related

Other skills, from other repositories

xiaobei-skill-academic-paper-to-ppt

Use for 小北在读研 / XiaoBei academic paper-to-PPT workflows: generate thesis-defense or project-report decks from uploaded papers, literature, reports, technical documents, and optional PPTX visual templates. Produces a source-grounded outline, an imagegen visual scheme, one complete bitmap per slide, an imagegen…

xiao24bei/xiaobei-skill · 101 tokens

xiaobei-skill-rebuild-image-in-powerpoint

Use when a user wants Codex to directly operate PowerPoint and reconstruct an entire reference image as editable PowerPoint objects while preserving its full layout, labels, connectors, and visual relationships. Do not use for paper-to-deck generation or VBA-only output.

xiao24bei/xiaobei-skill · 62 tokens

ppt-design-skill

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; editing, modifying, or updating existing presentations; combining or splitting slide files; working with…

billLiao/PPT-Design-Skill · 126 tokens

ppt-master

AI-driven presentation workflow for generating editable PPTX decks and slides, reconstructing page visuals, creating reusable Brand/Style/Layout/Deck workspaces, filling native PPTX templates, and enhancing finished PPTX files. Use when the user asks to create, generate, reconstruct, regenerate, beautify, redesign…

hugohe3/ppt-master · 108 tokens

codex-ppt

Generate visually unified image-based PPT/PPTX decks from articles, reports, papers, notes, or outlines.

ningzimu/codex-ppt-skill · 27 tokens

slides-grab-html

HTML-mode presentation pipeline usable in Codex and Claude Code. Build semantic slide-XX.html files, generate bespoke hero/accent imagery with slides-grab image, run the design gate, and export. Use when the deck needs editable, searchable, accessible text or when no existing template must be matched pixel-for-pixel.

NomaDamas/slides-grab · 69 tokens