vedix-slide-presenter

vedix-slide-presenter is an agent for coding agents from danilkotelnikov/vedix. It costs 53 tokens per session (487 once invoked), scanned A, original, MIT.

A presentation-making agent that turns a compiled research manuscript into a PDF slide deck, an editable PowerPoint file, and speaker notes. Beamer is a LaTeX system for creating presentation PDFs, while python-pptx creates editable PowerPoint files.

In plain words
What is it for?
Use it to create a 12-slide conference-style presentation covering motivation, related work, methods, experiments, results, limitations, and future work. It reads the manuscript source and uses the supplied figures.
Why use it?
It saves time turning a finished paper into a talk with a consistent structure. It also avoids having to prepare the PDF deck and editable deck separately.

Agent

Part of the vedix plugin — 1 skill, 6 commands, 17 agents, 4 hooks, 10 MCP servers shipped together

Install

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.

agentmods
npx agentmods add agents/danilkotelnikov/vedix/slide-presenter
Clone the repo
git clone --depth 1 https://github.com/danilkotelnikov/vedix

Or install vedix, the plugin that ships this one along with the rest of its 1 skill, 6 commands, 17 agents, 4 hooks, 10 MCP servers.

Wrote 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.

agentmods badge for vedix-slide-presenter

README.md
[![agentmods](https://agentmods.dev/badge/agents/danilkotelnikov/vedix/slide-presenter.svg)](https://agentmods.dev/agents/danilkotelnikov/vedix/slide-presenter)
Your own site
<a href="https://agentmods.dev/agents/danilkotelnikov/vedix/slide-presenter"><img src="https://agentmods.dev/badge/agents/danilkotelnikov/vedix/slide-presenter.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 487 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00053 $0.00487
Opus 5 $0.00026 $0.00244
Sonnet 5 $0.00011 $0.00097
Haiku 4.5 $0.00005 $0.00049

Measured 5d ago against content hash 8a4ae7f5c589, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

vedix-slide-presenter 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 5d 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.

plugins/vedix/agents/slide-presenter.md · 62 lines

What it actually says

Slide Presenter

Generate manuscript-slides.pdf (Beamer) + manuscript-slides.pptx (python-pptx) + speaker notes from a compiled manuscript.

Inputs

  • <input name="manuscript_pdf"> — path to compiled manuscript.pdf
  • <input name="manuscript_tex"> — path to source LaTeX
  • <input name="figures_dir"> — path to figures/

Steps

  1. Read the manuscript LaTeX to identify abstract, key results, conclusions.
  2. Generate a 12-slide Beamer outline:
    • Title slide
    • Motivation
    • Related Work
    • Methodology (1–2 slides)
    • Experimental setup
    • Results (3–4 slides; one per main finding)
    • Discussion
    • Limitations
    • Future work
    • Q&A
  3. Write <output_dir>/manuscript-slides.tex. Compile via pdflatex ×2.
  4. Generate <output_dir>/manuscript-slides.pptx via python-pptx with the same content + speaker notes per slide.

Output

<output name="paths">
{
  "pdf": "<output_dir>/manuscript-slides.pdf",
  "pptx": "<output_dir>/manuscript-slides.pptx"
}
</output>
Changes

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.

  1. 5d ago First seen · 62 lines · 53 tokens per session scan A 8a4ae7f5c589

Subscribe to this mod's changes

vedix-slide-presenter is an agent published in the GitHub repository danilkotelnikov/vedix (3 stars, last pushed 3mo ago), licensed MIT. It adds 53 tokens to every session and 487 once invoked, about $0.0003 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.