Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/aileron-platform/aileronnpx agentmods add skills/aileron-platform/aileron/ppt-revision-flowWrote 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/aileron-platform/aileron/ppt-revision-flow)<a href="https://agentmods.dev/skills/aileron-platform/aileron/ppt-revision-flow"><img src="https://agentmods.dev/badge/skills/aileron-platform/aileron/ppt-revision-flow/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.
<a href="https://agentmods.dev/skills/aileron-platform/aileron/ppt-revision-flow"><img src="https://agentmods.dev/badge/skills/aileron-platform/aileron/ppt-revision-flow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00059 | $0.01672 |
| Opus 5 | $0.00030 | $0.00836 |
| Sonnet 5 | $0.00012 | $0.00334 |
| Haiku 4.5 | $0.00006 | $0.00167 |
Grade A, and why
ppt-revision-flow 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 10d 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 — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PPT Revision Flow
Use this skill for completed deck revision. It is not a new deck creation flow.
ppt-revision-flow shares the ppt-design-flow runtime. The active session, state, page image mapping, review shell, image adoption helpers, and deck builders live under:
/workspace/.aileron/canvases/ppt-design-flow/<session-id>/
The shared runtime commands are executed from the sibling ppt-design-flow skill directory (../ppt-design-flow/ relative to this skill).
Image retouch and regeneration reuse the shared subagent runtime in references/subagent-generation-runtime.md. Every revision image edit or regeneration, including a single page, MUST use bounded single-image subagent workers after explicit user authorization. Each image worker must use fork_context:false, call image generation/editing at most once, adopt exactly one revised page image, write orchestration metadata only to file-backed state, and finish with one short user-safe sentence. Worker final messages must not include JSON, internal paths, base64 payloads, data URLs, markdown image embeds, raw imageGeneration results, or raw image_generation_call results. If authorization is missing or denied, the revision flow must use the shared subagent authorization question tool and stop when authorization is not granted. The main thread must never generate or edit revised page images directly.
User-facing language guardrail
Use the same ppt-design-flow User-facing language guardrail for every normal reply:
Can the user see it, choose it, or act on it? If not, keep it internal.
Normal user-facing replies should contain only the user-visible outcome, the next action, and the decision the user can make. implementation details are internal unless the user explicitly asks for debugging or exact commands. Do not explain tools, file paths, data structures, runtime state, worker metadata, or orchestration steps in normal chat.
worker metadata is internal. Do not paste worker JSON, raw worker summaries, internal paths, manifests, or adopted-path lists into chat. Summarize revision completion in user-facing prose, for example: 已完成指定頁面的修改,審閱頁已更新,你可以再檢查一次,滿意後用下方表單確認通過。
What ships with it
5 files 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.
- 10d ago First seen · 135 lines · 59 tokens per session scan A 5385962b19f9
ppt-revision-flow is a skill published in the GitHub repository aileron-platform/aileron (11 stars, last pushed 17d ago), licensed Apache-2.0. It adds 59 tokens to every session and 1,672 once invoked, about $0.0003 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.
Other skills, from other repositories
wowerpoint
Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about ", "turn this report into slides", or any request to render a single document as shareable narrative slides.
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…
deck-ljg-present
A presentation template that converts an outline or Markdown document into large, poster-like slides while keeping the original wording, order, and content. It uses black, red, or yellow colour themes and assigns document elements to slide layouts.
powerpoint
Create designed, editable PowerPoint .pptx presentations with PptxGenJS. Use when the user asks to create, generate, update, or inspect a deck, slide deck, presentation, or .pptx file.
skill-deck
Generate slide deck presentations from briefs — use when you need slides, pitch decks, or visual summaries.
powerpoint
PowerPoint slide deck generation and management using python-pptx with YAML-driven content and styling.