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 skills add Morningstar202604/awesome-skillkit --skill ppt-buildergit clone --depth 1 https://github.com/Morningstar202604/awesome-skillkitWrote 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/morningstar202604/awesome-skillkit/ppt-builder)<a href="https://agentmods.dev/skills/morningstar202604/awesome-skillkit/ppt-builder"><img src="https://agentmods.dev/badge/skills/morningstar202604/awesome-skillkit/ppt-builder/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/morningstar202604/awesome-skillkit/ppt-builder"><img src="https://agentmods.dev/badge/skills/morningstar202604/awesome-skillkit/ppt-builder.svg" alt="Reviewed on agentmods" width="80" 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.00079 | $0.01068 |
| Opus 5 | $0.00039 | $0.00534 |
| Sonnet 5 | $0.00016 | $0.00214 |
| Haiku 4.5 | $0.00008 | $0.00107 |
Grade A, and why
ppt-builder 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 8d 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 — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PPT Builder (brief → deck)
Produce a deck in two artifacts: a per-slide content spec (JSON) and — when python-pptx exists — a real .pptx rendered from it. The spec is the source of truth; rendering is mechanical.
Inputs
| Input | Required | Default | Notes |
|---|---|---|---|
| topic | yes | — | what the deck argues or explains |
| audience | no | 通用商务 | shapes tone and depth |
| slide_count | no | 10 |
including cover and closing |
| style | no | 简洁商务 | e.g. 学术答辩 / 融资路演 / 教学课件 |
If topic is missing, ask ONCE:
请给出 PPT 主题与用途(汇报对象是谁)。可选告知:页数(默认 10)、 风格(默认简洁商务)、是否已有大纲或素材文件。
Preflight self-check
python -c "import pptx; print('pptx-ok')"
- Prints
pptx-ok→ .pptx export enabled (Step 3a). - ModuleNotFoundError → markdown path (Step 3b). Tell the user one line:
pip install python-pptxenables direct .pptx export next time. Do NOT install it yourself unless the user explicitly says yes.
Workflow
Step 1: Outline
Structure the argument (not topics) in this order: 钩子开场(一个问题或反直觉 事实)→ 全局地图 → 核心论点 2–3 个(每个配证据/案例)→ 反驳或边界 → 行动号召。 Expected: numbered outline where every slide states ONE claim.
Step 2: Per-slide spec
Write slides_spec.json:
{
"deck_title": "...",
"slides": [
{"title": "...", "bullets": ["<=18字/条, 最多5条"], "notes": "讲稿口语版", "visual": "图表/截图/留白提示"}
]
}
Rules: title ≤ 16 字并含观点(不是"介绍"这种空词); notes 必须是能照着说的 完整句子。
Step 3a: Render .pptx (pptx available)
python "<skill-dir>/scripts/make_pptx.py" slides_spec.json deck.pptx
Expected: exit 0 plus wrote deck.pptx (N slides). Exit 3 means python-pptx
missing → fall back to 3b and tell the user why. Exit 2 means spec invalid —
read the printed error, fix slides_spec.json, rerun.
Step 3b: Fallback deliverable
Emit deck_outline.md: H1 deck title, H2 per slide with bullets and the
speaker note under each. User pastes into any tool.
Step 4: Self-review before handing over
Check: 每页只讲一个论点;无超过 5 条 bullet;每页 visual 有具体提示; notes 总词量支撑目标时长(约 1 分钟/页)。Fix violations in the spec and re-render rather than patching prose.
What ships with it
2 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.
- 8d ago First seen · 112 lines · 79 tokens per session scan A 191acafbb34c
ppt-builder is a skill published in the GitHub repository Morningstar202604/awesome-skillkit (1 stars, last pushed yesterday), licensed Apache-2.0. It adds 79 tokens to every session and 1,068 once invoked, about $0.0004 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
morph-ppt
Use this skill when the user wants a .pptx with smooth cross-slide animation — PowerPoint Morph transitions, Keynote-style continuous motion, shapes that grow / move / rotate as the slide advances. Trigger on: 'morph', 'morph transition', 'smooth transition', 'continuous animation across slides', 'Keynote-style…
morph-ppt-3d
3D Morph PPT — extends morph-ppt with GLB model insertion, cinematographic camera, model-content layout, and enriched visual design system.
pptx
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 (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…
pptgen-drawio
A tool for generating multi-page Draw.io presentations and exporting them as PowerPoint files. It supports thesis-defence slides and general presentation decks, with optional PowerPoint templates.
graphic-ebook
Creates professionally designed B2B SaaS e-books in HTML + CSS, exported as print-ready PDF. 3–10 pages, 9 style presets, 11 page layout types. Trigger when user says "create an ebook", "design a lead magnet", "make a PDF guide", "build a gated content piece", "write a B2B ebook", "design a white paper", "create a…
html-presentation
Converts documents, outlines, or notes into self-contained HTML slide decks with horizontal (Reveal.js) or vertical scroll navigation and multiple themes. Triggers on: "create a presentation", "slide deck", "pitch deck", "HTML presentation", "web-based slides", "reveal.js deck", "convert document into slides".