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 agents/danilkotelnikov/vedix/slide-presentergit clone --depth 1 https://github.com/danilkotelnikov/vedixWrote 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/danilkotelnikov/vedix/slide-presenter)<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>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.00053 | $0.00487 |
| Opus 5 | $0.00026 | $0.00244 |
| Sonnet 5 | $0.00011 | $0.00097 |
| Haiku 4.5 | $0.00005 | $0.00049 |
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.
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 compiledmanuscript.pdf<input name="manuscript_tex">— path to source LaTeX<input name="figures_dir">— path to figures/
Steps
- Read the manuscript LaTeX to identify abstract, key results, conclusions.
- 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
- Write
<output_dir>/manuscript-slides.tex. Compile viapdflatex×2. - Generate
<output_dir>/manuscript-slides.pptxviapython-pptxwith the same content + speaker notes per slide.
Output
<output name="paths">
{
"pdf": "<output_dir>/manuscript-slides.pdf",
"pptx": "<output_dir>/manuscript-slides.pptx"
}
</output>
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.
- 5d ago First seen · 62 lines · 53 tokens per session scan A 8a4ae7f5c589
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.
Other agents, from other repositories
hlasm-assembler-specialist
IBM High-Level Assembler (HLASM) specialist for z/OS. Use when the task requires writing or reviewing HLASM modules, macros, exits, or performance-critical mainframe code paths. For example: authoring a user SVC, reviewing a system exit, writing a macro for a shared copybook convention, or diagnosing an S0Cx abend…
AGENTS
Each file implements an AgentAdapter that reads local AI coding agent data.
conversation-analyzer
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Triggered by /egc-hookify without arguments.
signal-scorer
Searches and ranks prospects by relevance signals across X, Exa, and LinkedIn. Assigns weighted scores based on role, industry, activity, influence, and location.
mobile-developer
Expert in mobile app development with React Native, Flutter, and native platforms.
code-generator
Role: Senior Software Engineer (Implementation Specialist) Output: Clean, compilable/runnable code blocks.