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 commands/rhuss/cc-slidev/handoutgit clone --depth 1 https://github.com/rhuss/cc-slidevWrote 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/commands/rhuss/cc-slidev/handout)<a href="https://agentmods.dev/commands/rhuss/cc-slidev/handout"><img src="https://agentmods.dev/badge/commands/rhuss/cc-slidev/handout.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.00015 | $0.02692 |
| Opus 5 | $0.00008 | $0.01346 |
| Sonnet 5 | $0.00003 | $0.00538 |
| Haiku 4.5 | $0.00002 | $0.00269 |
Grade A, and why
slidev:handout 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 4d 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 — 380 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Handout Generation
Create comprehensive LaTeX handout combining slides, presenter notes, and supplementary research.
Note: Handouts should include detailed explanations that don't appear on slides (MIT CommLab principle: slides are minimal, handouts are comprehensive).
Execution
1. Check Prerequisites
Required:
- slides.md must exist
- Slides must be exportable (Slidev working)
Optional but helpful:
- brainstorm.md (for additional context)
- Presenter notes in slides (for note sections)
Check all handout dependencies:
${CLAUDE_PLUGIN_ROOT}/scripts/check-handout-deps.sh
Handle exit codes:
- 0: All dependencies available → Proceed with full handout (PNG slides, rich formatting)
- 1: pdflatex missing → EXIT with error, provide installation instructions
- 2: LaTeX packages missing → Proceed with basic handout (standard LaTeX formatting)
- 3: Playwright missing → Proceed with text-only handout (no slide images)
Graceful degradation strategies:
If LaTeX packages (tcolorbox, enumitem) missing:
- Skip
\usepackage{tcolorbox}and\usepackage{enumitem} - Use standard LaTeX boxes instead of colored tcolorbox
- Use standard enumerate/itemize instead of enumitem features
- Handout quality: Basic but functional
If Playwright missing:
- Skip slide PNG export step entirely
- Generate handout with prose only (no slide images)
- Still include all Further Reading links and content
- Handout quality: Text-only reference document
If pdflatex missing:
- Cannot generate handout at all
- Inform user LaTeX is required
- Provide installation instructions
- Offer to create .tex file anyway (user can compile later)
2. Export Slides to Individual PNGs (If Playwright Available)
Only if dependency check returned 0 or 2 (Playwright available):
Export each slide as a separate PNG image:
cd [presentation-dir]
slidev export slides.md --output exports/slides --format png --per-slide
This creates exports/slide-1.png, exports/slide-2.png, etc.
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.
- 4d ago First seen · 380 lines · 15 tokens per session scan A 889e2e660ef2
slidev:handout is a command published in the GitHub repository rhuss/cc-slidev (50 stars, last pushed 15d ago), licensed MIT. It adds 15 tokens to every session and 2,692 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 commands, from other repositories
pipeline-minutar-pdf
Pipeline completo de sentença judicial a partir de PDF (conversão, linha-tempo, relatório, análise, fundamentação, merge).
cheatsheet
Generate a one-page exam cheatsheet from course-index and errors/log.md. Outputs to cheatsheet/final.md. Optionally convert to PDF.
cti-report
Render case deliverables — relationship graph (PNG/SVG/Mermaid) and a polished PDF/DOCX assessment. Usage: /cti-report [--graph|--pdf].
extract-pdf-features
Extract per-player prospect features from cached PDF text (uses your Claude subscription, not the API).
render-figures
Compile all .tex and .typ figure files in a directory.
doc-to-md
Convert a local document (PDF, DOCX, HTML, …) to Markdown, read-only.