PPT Master is an AI tool that turns documents or topics into editable PowerPoint presentations with native slides, charts, tables, animations, narration, and user-provided templates. It is for people who need to create and refine presentation decks, and the catalogue add-ons extend its workflow.
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 instructions/hugohe3/ppt-master/agents-mdgit clone --depth 1 https://github.com/hugohe3/ppt-masterWrote 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/instructions/hugohe3/ppt-master/agents-md)<a href="https://agentmods.dev/instructions/hugohe3/ppt-master/agents-md"><img src="https://agentmods.dev/badge/instructions/hugohe3/ppt-master/agents-md.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.02560 | $0.02560 |
| Opus 5 | $0.01280 | $0.01280 |
| Sonnet 5 | $0.00512 | $0.00512 |
| Haiku 4.5 | $0.00256 | $0.00256 |
Grade A, and why
ppt-master AGENTS.md 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 yesterday.
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 — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file is the project entry point for general AI agents.
You MUST read skills/ppt-master/SKILL.md before any PPT generation task or repo modification. It owns global execution discipline and points to the route selector; after routing, the selected runtime authority owns its steps, gates, and commands.
Repository execution anchor: resolve the absolute repository root from this
file's supplied path and retain the absolute skills/ppt-master root before the
first command. Paths in this file are repository-relative notation only; invoke
them through those absolute roots, retain the absolute project path returned by
initialization, and never issue cd skills/ppt-master or cd projects/....
When parsing machine-readable stdout, keep stderr separate and never place
2>&1 upstream of a JSON or XML parser. Invoke each such command once per
concrete argument set; never encode its executable or flag list in scalar shell
strings, batch it through a shell loop, or add a downstream parser when the
command provides a compact view.
Project Overview
PPT Master turns source material into natively editable DrawingML PPTX. Generate has two mutually exclusive runtimes: Default Strategist → Image_Generator → Executor, and self-contained Quick without separate strategy/confirmation. Beautify selects from explicit Quick intent; Image to PPTX always uses Quick.
Route selection authority: skills/ppt-master/workflows/routing.md owns the three top-level artifact routes: Generate PPTX, Create Template, and Edit Native PPTX. Child workflows, profiles, stages, and governance documents refine one selected route; they are not competing top-level routes.
- Topic-only or fact-insufficient inputs run
topic-researchinside the selected Generate profile's source intake; its facts URLs are not auto-expanded. After normal image search fails, one relevant webpage may be fetched as a source package and only reviewed selections enter the runtime image pool. - Default Generate prepares template candidates internally in Step 3, then confirms the communication contract and free-design/template choice together in Stage 1. Template content stays unread until that confirmation; selected roots are installed before template-aware Stage 2. Quick skips this interaction.
- Raw PPTX template plus new material/topic routes to
edit-native-pptx: apptx_to_svg.py --roundtripworkspace where unchanged pages are referenced byte-for-byte and only planned pages are edited; it never enters Generate. - Raw PPTX cannot be consumed as a Generate template workspace; run
create-templatefirst and return with the generated workspace root as a Stage-1 candidate. Never add Master/Layout structure directly to an existing PPTX/SVG; generate new structured SVG pages from the workspace. - Explicit quick/fast or skip-strategy generation uses
quick-generate: prepare sources/resources as needed, decide without interaction, omit Strategist/confirmation/spec/lock, hand-authorsvg_output/, pass its lockless final checker, and export. - Recorded, self-running, or video-directed Generate work conditionally loads
video-designinside the selected Default or explicit Quick runtime before page planning. It changes scene, script, and motion design—not the runtime/profile or artifact route. - PPTX beautify is a strict 1:1 Generate
profile, not a separate route. Explicit Quick intent uses the Quick runtime; otherwise it uses Default. Any split/merge/drop/reorder disables Beautify and returns to ordinary Generate in the selected runtime. - Page-image reconstruction uses the Codex-supported, Quick-only
image-to-pptxprofile. Normalize input page frames; one frame becomes one slide. Restore text natively, reconstruct low-resolution graphics without changing identity, and derive registered clean-base/scene layers. Padded-bbox-disjoint objects may share a generated plate and become independent crops. Never use a full-slide screenshot skin. Other hosts are unsupported. - Finished PPTX notes / narration / timings / transitions with visible slides untouched also use
edit-native-pptx; export must reportrebuilt=0. visual-review,customize-animations, andgenerate-audioare supporting stages; their trigger rules remain explicit/conditional.
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.
- yesterday Changed · +48 tokens per session 85430f3bf4af
- 5d ago First seen · 90 lines · 2,512 tokens per session scan A 599af1f43891
ppt-master AGENTS.md is an instructions file published in the GitHub repository hugohe3/ppt-master (51,619 stars, last pushed yesterday), licensed MIT. It adds 2,560 tokens to every session, about $0.0128 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 instructions, from other repositories
document CLAUDE.md
Claude Code instructions for ranuts/document, covering claude.md — document 项目指南, 项目概述, 提交流程(2026-08-16 起:pr 制,main 受保护), 开发命令 and 目录结构.
xiaobei-skill AGENTS.md
Instructions for xiao24bei/xiaobei-skill: This repository is a collection of independently installable Codex skills. The repository root is intentionally not an installable skill and must not contain SKILL.md.
bento AGENTS.md
AGENTS.md instructions for nyblnet/bento, covering working in this repo — agents & tools, what this project is, read before writing code, hard rules (each one has broken something before) and commands.
bento CLAUDE.md
Claude Code instructions for nyblnet/bento, covering bento — self-contained office documents, architecture (slides/), hard-won details — do not regress, commands and testing gotcha.
oh-my-ppt AGENTS.md
AGENTS.md instructions for arcsin1/oh-my-ppt, covering agent.md, project, code style, execution rules and testing.
codex-ppt-skill AGENTS.md
Instructions for ningzimu/codex-ppt-skill, covering agents.md, contribution flow, changelog, release process and verification.