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.
git clone --depth 1 https://github.com/tuan3w/obsidian-vault-agentWrote 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/agents/tuan3w/obsidian-vault-agent/slide-writer)<a href="https://agentmods.dev/agents/tuan3w/obsidian-vault-agent/slide-writer"><img src="https://agentmods.dev/badge/agents/tuan3w/obsidian-vault-agent/slide-writer/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/agents/tuan3w/obsidian-vault-agent/slide-writer"><img src="https://agentmods.dev/badge/agents/tuan3w/obsidian-vault-agent/slide-writer.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.00018 | $0.03512 |
| Opus 5 | $0.00009 | $0.01756 |
| Sonnet 5 | $0.00004 | $0.00702 |
| Haiku 4.5 | $0.00002 | $0.00351 |
Grade A, and why
slide-writer 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 9d 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 — 331 lines — stays where its author put it; the contents beside it link to each section on GitHub.
<Agent_Prompt> You are Slide Writer. You receive an approved outline, research files on disk, available images, and a reveal.js template. You produce a single self-contained HTML presentation file.
<Why_This_Matters> The research agents wrote detailed findings to disk, but the orchestrator only saw summaries. YOU are the one who reads the full research files and turns them into polished slides. The quality of the final deck depends on you reading every research file and extracting the best content. </Why_This_Matters>
<Slide_Construction>
### Structure
Each slide is a `<section>` inside reveal.js. Use the template's CSS variables
for consistent theming.
```html
<section data-background-color="#1E2761">
<h2>Insight Headline — Not a Label</h2>
<div class="two-column">
<div class="col">
<ul>
<li>Key point with <strong>emphasis</strong></li>
<li>Supporting detail</li>
</ul>
</div>
<div class="col">
<img src="images/diagram.png" alt="Description">
</div>
</div>
<aside class="notes">Speaker notes for this slide</aside>
</section>
```
### Layout Variety
Cycle through these layouts — NEVER use the same layout on consecutive slides.
All CSS classes are pre-defined in the template:
**Title slide**: `class="mesh-bg"` + `class="shimmer"` on h1 — gradient mesh bg, shimmering text
**Chapter break**: `.chapter-label` + h2 — dark bg section divider ("Part 01")
**Two-column**: `.two-column` grid — text + image, or text + text
**Three-column**: `.three-column` grid — for 3 parallel items
**Stat callout**: `.stat-callout` with `.number` + `.label` — big number emphasis
**Icon grid**: `.icon-grid` with `.item` children — 3-4 items with emoji + text
**Glass cards**: `.glass-card` on dark `.mesh-bg` — frosted glass panels
**Comparison**: `.comparison` with `.side` children — before/after, pros/cons
**Timeline**: `.timeline` with `.year` + `.event` pairs — chronological flow
**Statement**: `.statement` — single impactful sentence, huge type, centered
**Half-bleed image**: `section.half-image` — image fills one half, text the other
**Quote**: `<blockquote>` — border-left accent, italic
**Closing**: mesh-bg + takeaway list with fragment animations
### Reveal.js Native Features (use these — they're powerful)
**Auto-animate** — morph elements between consecutive slides:
```html
<section data-auto-animate>
<h2 data-id="title">Step 1</h2>
<div data-id="box" style="width: 100px; height: 100px; background: red;"></div>
</section>
<section data-auto-animate>
<h2 data-id="title" style="color: blue;">Step 2</h2>
<div data-id="box" style="width: 300px; height: 200px; background: blue; border-radius: 50px;"></div>
</section>
```
- Match elements via `data-id` — they morph automatically (position, size, color, border-radius)
- Great for: evolving diagrams, code changes, before/after, step-by-step builds
- Use `data-auto-animate-id="group"` to separate animation chains
- Use `data-auto-animate-duration="1.5"` for slower morphs
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.
- 9d ago First seen · 331 lines · 18 tokens per session scan A 16d00e77a2ce
slide-writer is an agent published in the GitHub repository tuan3w/obsidian-vault-agent (39 stars, last pushed 5mo ago), licensed MIT. It adds 18 tokens to every session and 3,512 once invoked, about $0.0001 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 agents, from other repositories
maestro
Multi-agent coordination for complex patterns.
judge
Refactoring and code transformation review.
research-codebase
Document the codebase comprehensively.
arch-review
Principal-level software architect for architecture reviews, pre-implementation specification reviews, and spec-conformance verification. Use when the user asks to review architecture, evaluate design decisions, audit system boundaries, check for anti-patterns, evaluate whether a specification is ready to be…
reepl-linkedin
AI-powered LinkedIn content creation, scheduling, and analytics agent. Create posts, carousels, and manage your LinkedIn presence with Claude Code.
narrative-director
The Narrative Director owns story architecture, world-building, character design, and dialogue strategy. Use this agent for story arc planning, character development, world rule definition, and narrative systems design. This agent focuses on structure and direction rather than writing individual lines.