presentation

presentation is a skill for Claude Code, Codex from AlekseiUL/sprut-agent-kit. It costs 56 tokens per session (645 once invoked), scanned A, original, MIT.

A presentation creator that turns text or an outline into slides using Marp, a Markdown-to-slides tool. It can produce PDF, PowerPoint, or browser-viewable HTML files.

In plain words
What is it for?
Use it to create presentations, pitch decks, and slide-based documents with titles, images, code, page numbers, and contact details.
Why use it?
It removes the need to lay out every slide manually when the content is already available as text or Markdown.

Skill for Claude CodeCodex

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 skills/alekseiul/sprut-agent-kit/presentation
Any agent
npx skills add AlekseiUL/sprut-agent-kit --skill presentation
Clone the repo
git clone --depth 1 https://github.com/AlekseiUL/sprut-agent-kit

Made for: Claude Code, Codex.

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 presentation

README.md
[![agentmods](https://agentmods.dev/badge/skills/alekseiul/sprut-agent-kit/presentation.svg)](https://agentmods.dev/skills/alekseiul/sprut-agent-kit/presentation)
Your own site
<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>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 645 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.00056 $0.00645
Opus 5 $0.00028 $0.00322
Sonnet 5 $0.00011 $0.00129
Haiku 4.5 $0.00006 $0.00064

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

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/create-presentation.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/presentation/SKILL.md · 135 lines

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

---

## Слайд с изображением

![bg right:40%](path/to/image.jpg)

Текст слева от картинки

---

## Код

```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

![bg](path/to/image.jpg)           # full background
![bg left](path/to/image.jpg)      # left split
![bg right:40%](path/to/image.jpg) # right 40%
![bg contain](path/to/image.jpg)   # fit inside
![bg cover](path/to/image.jpg)     # 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-notes includes speaker notes

Read the full file on GitHub · 135 lines

Files

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.

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. 4d ago First seen · 135 lines · 56 tokens per session scan A a5b0ff0a73d8

Subscribe to this mod's changes

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.

Related

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…

johnqtcg/awesome-skills · 139 tokens

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.

aws-samples/sample-ai-assistant-on-agentcore · 37 tokens

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.

LeonChaoX/qinyan-academic-skills · 53 tokens

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…

LeonChaoX/qinyan-academic-skills · 123 tokens

pptx

Create, edit, and extract content from .pptx presentations — slide decks, pitch decks, speaker notes, animations, and templates.

inbharatai/claude-skills · 30 tokens

md-to-word

Convert Markdown with Mermaid diagrams and SVG illustrations to professional Word documents.

fabioc-aloha/Alex_Skill_Mall · 16 tokens