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/TobiasBlask/open-paper-machineWrote 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/tobiasblask/open-paper-machine/generate-slides)<a href="https://agentmods.dev/commands/tobiasblask/open-paper-machine/generate-slides"><img src="https://agentmods.dev/badge/commands/tobiasblask/open-paper-machine/generate-slides.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.1 | $0.00035 | $0.00341 |
| Opus 5 | $0.00017 | $0.00170 |
| Sonnet 5 | $0.00007 | $0.00068 |
| Haiku 4.5 | $0.00003 | $0.00034 |
Grade A, and why
generate-slides 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.
What it actually says
Generate Slides: $ARGUMENTS
Activate the presentation-engine skill. Read skills/presentation-engine/SKILL.md in full.
Execute the complete 5-step presentation workflow:
- EXTRACT key content from each paper section
- DESIGN slide structure (15-18 slides for conference, 10-12 for short talk)
- GENERATE slide content with speaker notes for every slide
- INTEGRATE figures from
figures/directory where appropriate - SAVE to
presentation/presentation.md+presentation/speaker_notes.md
Input
$ARGUMENTS can be:
- Empty — generates a standard 15-18 slide conference presentation
- Format (e.g.,
"short talk","workshop","seminar","poster") - Time constraint (e.g.,
"10 minutes","20 minutes","45 minutes") - Venue (e.g.,
"ICIS 2026") — adapts to venue presentation norms
Output
presentation/presentation.md— Marp-compatible slide deck with speaker notespresentation/speaker_notes.md— standalone speaker notes for rehearsalpresentation/slide_outline.md— quick reference outline- Render with:
marp presentation/presentation.md --pdf
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 · 34 lines · 35 tokens per session scan A 702187069778
generate-slides is a command published in the GitHub repository TobiasBlask/open-paper-machine (18 stars, last pushed 5mo ago), licensed MIT. It adds 35 tokens to every session and 341 once invoked, about $0.0002 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
create-scene
Create a single animated scene for mathematical visualization.
generate-slides
Generate a stunning magazine-quality slide deck as a self-contained HTML page.
video
Generate a video with Modellix from a prompt, an image, or a source video.
openehr-explain
One-stop router that explains or looks up any openEHR thing — auto-detects an archetype, a template, an RM/AM/BASE type, an RM structural concept, an ADL idiom, an AQL query or keyword, or a terminology code (replaces /archetype-explain, /template-explain, /type-spec, /rm-structure, /adl-idiom, /terminology).
create-video
Create a multi-scene educational video with proper structure and concatenation.
render-preview
Provide rendering commands and preview options for Manim animations.