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/fixed-template-fillnpx skills add kkunkunya/ppt-maker-agent-plugin --skill fixed-template-fillgit 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/fixed-template-fill)<a href="https://agentmods.dev/skills/kkunkunya/ppt-maker-agent-plugin/fixed-template-fill"><img src="https://agentmods.dev/badge/skills/kkunkunya/ppt-maker-agent-plugin/fixed-template-fill.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.1 | $0.00101 | $0.00617 |
| Opus 5 | $0.00051 | $0.00309 |
| Sonnet 5 | $0.00020 | $0.00123 |
| Haiku 4.5 | $0.00010 | $0.00062 |
Grade A, and why
fixed-template-fill 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.
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 — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Fixed Template Fill
Use this skill when the user provides, references, or is constrained by a fixed PowerPoint template.
Method Call
/fixed-template-fill(template_pptx, content, constraints?) -> schema + safe fill plan
Core Rule
A fixed template task is not free-form slide design. Treat it as constrained writing into a known layout. Inspect first, write second.
Read ../../_shared/references/template-schema.md before defining or reviewing a schema.
Workflow
- Confirm the template file exists.
- Inspect the template:
- slide size
- masters and layouts
- placeholder idx/type/name
- shape names and bounding boxes
- protected regions such as logo/header/footer
- risky objects such as animation, video, SmartArt, complex charts
- Create or update a template schema.
- Map user content to allowed placeholders or free zones.
- Refuse or split content that does not fit.
- Write only inside allowed placeholders or allowed free zones.
- Do not edit slide master/layout in MVP mode.
- Run
ppt-maker:deck-verification.
Safe Fill Policy
Priority order:
- Fill existing placeholders.
- Replace media in explicitly named image placeholders.
- Update explicitly allowed chart/table data.
- Add new text/image shapes only inside schema
free_zones. - If none fit, report
blockedwith the missing slot.
Block Conditions
Return blocked instead of improvising when:
- No template file is available.
- No schema can be derived or approved.
- Content requires moving protected template elements.
- Required content exceeds the allowed region and cannot be shortened or split.
- The template uses unsupported objects that affect the target slide.
Handoff Contract
Report:
- template file
- schema path
- modified slides and allowed slots used
- forbidden regions checked
- editability label
- preview/render evidence
- warnings
本 skill 的 deletion-spec
- 触发删除条件:When a deterministic fixed-template filler and schema inspector fully enforce the same safety rules, this skill can become a thin instruction wrapper.
- 禁用方式:Remove
plugins/ppt-maker/skills/fixed-template-fill/, bump plugin version, regenerate marketplace files. - 卸载清单:Update
ppt-route,deck-verification, sharedtemplate-schema.md, and docs referencingfixed-template-fill-mode.
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.
- 5d ago First seen · 76 lines · 101 tokens per session scan A a76e9fd60c94
fixed-template-fill is a skill published in the GitHub repository kkunkunya/ppt-maker-agent-plugin (2 stars, last pushed 3mo ago), licensed MIT. It adds 101 tokens to every session and 617 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-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.
slides-grab-export
Stage 3 conversion skill usable in Codex and Claude Code. Convert approved HTML slides to PDF or per-slide PNG reliably, and to experimental / unstable PPTX/Figma outputs on a best-effort basis.