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.
npx agentmods add skills/kkunkunya/ppt-maker-agent-plugin/editable-pptxnpx skills add kkunkunya/ppt-maker-agent-plugin --skill editable-pptxgit clone --depth 1 https://github.com/kkunkunya/ppt-maker-agent-pluginWrote 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.
[](https://agentmods.dev/skills/kkunkunya/ppt-maker-agent-plugin/editable-pptx)<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>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.
| Model | Per session | Once 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 |
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.
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
- Define the editability promise:
object-level editablepartially editableimage-basedonly if explicitly accepted
- Convert source material into a slide JSON outline:
- slide type
- title
- body blocks
- tables/charts
- image assets
- speaker notes when needed
- Choose an implementation backend:
- Prefer
python-pptxfor first MVP and Python-heavy workflows. - Consider
PptxGenJSfor Node-first from-scratch generation. - Do not use
pptx-automizeras the default unless an existing template must be modified.
- Prefer
- Keep text as text boxes/placeholders.
- Keep images as image objects, not baked into whole-slide screenshots.
- Keep charts/tables editable where the backend supports it; otherwise mark exceptions.
- Run
ppt-maker:deck-verificationbefore 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-fillinstead. - 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
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.
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.
- 4d ago First seen · 68 lines · 97 tokens per session scan A dab495f75737
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.
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…
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.
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…
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…
codex-ppt
Generate visually unified image-based PPT/PPTX decks from articles, reports, papers, notes, or outlines.
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.