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 skills/alekseiul/sprut-agent-kit/presentationnpx skills add AlekseiUL/sprut-agent-kit --skill presentationgit clone --depth 1 https://github.com/AlekseiUL/sprut-agent-kitWrote 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/skills/alekseiul/sprut-agent-kit/presentation)<a href="https://agentmods.dev/skills/alekseiul/sprut-agent-kit/presentation"><img src="https://agentmods.dev/badge/skills/alekseiul/sprut-agent-kit/presentation.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.00056 | $0.00645 |
| Opus 5 | $0.00028 | $0.00322 |
| Sonnet 5 | $0.00011 | $0.00129 |
| Haiku 4.5 | $0.00006 | $0.00064 |
Grade A, and why
presentation 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 — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Presentation Creator
Create professional presentations from text or outline using Marp CLI.
Output Formats
- PDF — универсальный, для печати и шаринга
- PPTX — PowerPoint, можно редактировать
- HTML — интерактивные слайды в браузере
Workflow
Step 1: Create Markdown slides
Create .md file with Marp syntax:
---
marp: true
theme: default
paginate: true
---
# Заголовок презентации
Подзаголовок или автор
---
## Слайд 2
- Пункт 1
- Пункт 2
- Пункт 3
---
## Слайд с изображением

Текст слева от картинки
---
## Код
```python
print("Hello, World!")
Спасибо за внимание!
Контакты: [email protected]
### Step 2: Export to desired format
```bash
# PDF (default, best quality)
marp presentation.md -o ~/Desktop/presentation.pdf
# PowerPoint
marp presentation.md -o ~/Desktop/presentation.pptx
# HTML (single file)
marp presentation.md -o ~/Desktop/presentation.html
Marp Syntax Quick Reference
Slide separator
---
Background images
 # full background
 # left split
 # right 40%
 # fit inside
 # cover (crop)
Text styling
**bold** *italic* ~~strikethrough~~
`inline code`
Themes
Available: default, gaia, uncover
Set in frontmatter:
---
marp: true
theme: gaia
class: lead
---
Colors & classes
<!-- _class: lead --> # centered title slide
<!-- _backgroundColor: #123 -->
<!-- _color: white -->
Script Usage
# Create presentation
{baseDir}/scripts/create-presentation.sh "Title" "outline.txt" ~/Desktop/output.pdf
# Or manually
marp slides.md -o output.pdf --allow-local-files
Tips
- Keep slides minimal: 1 idea per slide
- Use images for visual impact
- Max 6 bullet points per slide
- Large fonts (Marp defaults are good)
- For PDF:
--pdf-notesincludes speaker notes
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 135 lines · 56 tokens per session scan A a5b0ff0a73d8
presentation is a skill published in the GitHub repository AlekseiUL/sprut-agent-kit (63 stars, last pushed 2mo ago), licensed MIT. It adds 56 tokens to every session and 645 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-30.
Other skills, from other repositories
local-transcript
Transcribe a specified local video or audio file into cleaned final .txt, .pdf, or .docx transcripts using speech recognition with Apple Silicon GPU acceleration and optional LLM-based proofreading. Use when the user wants text extracted from a local media file path such as .mp4, .mov, .mkv, .webm, .mp3, .m4a, or…
create-ppt
Creates polished PowerPoint presentations with dark-first design, custom palettes, charts, and tables. Use when creating, designing, or generating PPTX slide decks or presentations.
markitdown
Convert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more.
open-notebook
Self-hosted, open-source alternative to Google NotebookLM for AI-powered research and document analysis. Use when organizing research materials into notebooks, ingesting diverse content sources (PDFs, videos, audio, web pages, Office documents), generating AI-powered notes and summaries, creating multi-speaker…
pptx
Create, edit, and extract content from .pptx presentations — slide decks, pitch decks, speaker notes, animations, and templates.
md-to-word
Convert Markdown with Mermaid diagrams and SVG illustrations to professional Word documents.