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/isatimur/presentation-md/corenpx skills add isatimur/presentation-md --skill coregit clone --depth 1 https://github.com/isatimur/presentation-mdWrote 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/isatimur/presentation-md/core)<a href="https://agentmods.dev/skills/isatimur/presentation-md/core"><img src="https://agentmods.dev/badge/skills/isatimur/presentation-md/core.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.00058 | $0.11615 |
| Opus 5 | $0.00029 | $0.05808 |
| Sonnet 5 | $0.00012 | $0.02323 |
| Haiku 4.5 | $0.00006 | $0.01162 |
Grade A, and why
presentation-generator 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 3d 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.
This is a copy
100% identical to presentation-generator — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 575 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Presentation Generator
Create stunning slide decks with an AI coding agent — HTML you own, plus editable PowerPoint when the room needs Office.
Default first win (no schema lecture): ask for a deck → show three vibes → scaffold → hand the user a Studio share link.
User: "Series A pitch for our AI infra startup — bold, not corporate"
You: preview_themes (safe + bold + wildcard) → user picks
scaffold_deck(purpose, theme) → return studio_share_url (?d=)
fill copy → audit_deck → render / export PPTX if asked
Gallery + Studio (zero install): https://presentation-md.vercel.app
Progressive disclosure (load only what you need)
This SKILL.md is the workflow map. Open supporting files on demand — do not dump schema, all 75 themes, or layout encyclopedias into context before the user has a vibe.
| File | Purpose | Load when |
|---|---|---|
SKILL.md (this file) |
Workflow + first-win path | Always |
references/theme-shortlists.json |
Use-case vibe shortlists | Phase 1 (vibe) |
references/stunning-25.md |
Flagship craft ceilings | Phase 1 when brief matches |
references/theme-selection-index.json |
Compact theme metadata | Phase 1 shortlist |
references/themes.md |
One-liners for all 75 | Only if shortlists miss |
references/layout-recipes.md |
Pitch / launch / wrap slide maps | Phase 3 (craft) |
references/deck-schema.md |
Layout prop reference | Phase 3 while emitting JSON |
references/anti-slop-bans.md |
Banned AI-slop aesthetics | Before custom styling |
references/custom-html-recipes.md |
Schema-safe art escapes | Only for intentional art beats |
references/animation-patterns.md |
Motion on direct-HTML path | Direct-HTML only |
references/pptx-import.md / markdown-import.md |
Import bridges | When converting existing decks |
Phases — vibe → preview → craft → share
Phase 0 — Mode
- New deck → Phase 1
- Convert PPTX / Markdown →
import_pptx/import_markdown(see import refs), then Phase 2 - Enhance existing → open Studio / Deck JSON; remorph or retheme; skip discovery if vibe is locked
What ships with it
60 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.
- CHANGELOG.md 19 KB
- deck.schema.json 10.0 KB
- package.json 1.8 KB
- references/animation-patterns.md 1.7 KB
- references/anti-slop-bans.md 3.0 KB
- references/custom-html-recipes.md 4.9 KB
- references/deck-schema.md 6.4 KB
- references/layout-recipes.md 11 KB
- references/markdown-import.md 2.4 KB
- references/pptx-import.md 1.2 KB
- references/stunning-25.md 3.0 KB
- references/theme-selection-index.json 45 KB
- references/theme-shortlists.json 8.6 KB
- references/themes.md 8.5 KB
- scripts/check-local-assets.mjs 2.4 KB runs code
- scripts/deploy.sh 3.0 KB runs code
- scripts/export-pdf.mjs 3.4 KB runs code
- scripts/export-pdf.sh 1.6 KB runs code
- scripts/package.json 244 B
- scripts/pdf-security.mjs 5.1 KB runs code
- src/brand-extract.ts 9.6 KB runs code
- src/candy-marquee.ts 1.1 KB runs code
- src/chart-svg.ts 13 KB runs code
- src/color.ts 2.8 KB runs code
- src/craft-audit.ts 62 KB runs code
- src/deck-to-md.ts 11 KB runs code
- src/generate-deck-prompt.ts 13 KB runs code
- src/index.ts 3.8 KB runs code
- src/judge-deck-json.ts 5.7 KB runs code
- src/md-to-deck.ts 12 KB runs code
- src/notes-handout.ts 2.1 KB runs code
- src/remorph-density.ts 12 KB runs code
- src/sanitize-html.ts 2.6 KB runs code
- src/scaffold-deck.ts 34 KB runs code
- src/share-deck.ts 6.2 KB runs code
- src/theme-browse.ts 6.4 KB runs code
- src/theme-discovery.ts 7.6 KB runs code
- src/theme-loader.ts 3.2 KB runs code
- src/theme-surface.ts 256 B runs code
- src/theme-types.ts 1.3 KB runs code
- src/themes-discovery-list.ts 5.5 KB runs code
- src/validate-deck.ts 1.3 KB runs code
- src/validate-theme-cli.ts 542 B runs code
- src/validate-theme.ts 1.1 KB runs code
- tests/brand-extract.test.ts 8.7 KB runs code
- tests/candy-marquee.test.ts 1.0 KB runs code
- tests/chart.test.ts 2.1 KB runs code
- tests/color.test.ts 2.3 KB runs code
- tests/craft-audit.test.ts 46 KB runs code
- tests/deploy-script.test.ts 6.4 KB runs code
- tests/generate-deck-prompt.test.ts 1.0 KB runs code
- tests/judge-deck-json.test.ts 1.8 KB runs code
- tests/md-to-deck.test.ts 3.7 KB runs code
- tests/notes-handout.test.ts 1.1 KB runs code
- tests/pdf-security.test.ts 4.0 KB runs code
- tests/remorph-density.test.ts 6.2 KB runs code
- tests/scaffold-deck.test.ts 2.5 KB runs code
- tests/share-deck.test.ts 2.5 KB runs code
- tests/skill-sync.test.ts 2.9 KB runs code
- tests/theme-browse-trio.test.ts 1.4 KB runs code
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.
- 3d ago First seen · 575 lines · 58 tokens per session scan A 54d549526743
presentation-generator is a skill published in the GitHub repository isatimur/presentation-md (4 stars, last pushed 29d ago), licensed MIT. It adds 58 tokens to every session and 11,615 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to presentation-generator, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
dashscope
DashScope (Alibaba Cloud Bailian / 阿里云百炼) integration — image generation (qwen-image-2.0-pro), text-to-speech (qwen3-tts-flash), and ASR with word-level timestamps (qwen3-asr-flash-filetrans). Use when generating images via Qwen-Image, narrating via Qwen-TTS, or transcribing with word-level timestamps via Qwen-ASR.
render-song-mv
Assemble a song-driven music-video ad from a config — a generated sung track carries the whole narration across N tableaux (one keyframe -> one i2v clip per lyric beat) with NO separate voiceover, captions synced to the song's OWN word timings (script-window, never Whisper) and the hook word landing on the chorus…
lov-document-illustrator
为文档原地插入 AI 配图。读取文档后全局规划插入点,并行生成所有图片, 异步插回原文。支持封面图、自定义比例和三种风格。 Use when: 用户要求为文档/文章/笔记生成配图、插图。 Also trigger when user mentions: 配图、插图、illustration、 generate images、document images、为文章加图。.
visual-preview
使用场景:prep-scan 跑完后,用户说"看看清理效果""对比一下""去水印成功没""擦掉了什么""这页裁了多少""效果怎么样""让我看看结果""预览处理""visual preview"等。这个 skill 读 /prep/pages/(原始)和 /prep/cleanedpages/(清理后),生成一份可直接在浏览器打开的 HTML:每页三态切换(原图 / 清理后 / 差异热图 —— 擦掉的水印馆藏章用半透明红色高亮),顶部汇总(总页数、平均清理比例、裁边总量),让用户一眼看出 prep-scan 到底做了什么、有没有误伤正文。主动触发:prep-scan…
pptx-creator
Create professional PowerPoint presentations with clean, modern design. Uses a customizable color palette, professional typography, and structured layouts.
canvas
Visual layer of the wiki. Add images, text cards, PDFs, and wiki pages to Obsidian canvas files with auto-positioning inside zones. Integrates with /banana for image capture. Triggers on: /digital-brain:canvas, canvas new, canvas add image, canvas add text, canvas add pdf, canvas add note, canvas zone, canvas list…