slides-grab-export

slides-grab-export is a skill for Claude Code, Codex from NomaDamas/slides-grab. It costs 47 tokens per session (966 once invoked), scanned A, original, MIT.

A conversion guide for turning approved HTML slides into PDF files or PNG images, with experimental support for PowerPoint and Figma outputs. HTML slides are web pages used as presentation slides.

In plain words
What is it for?
Use it to export reviewed slides as a PDF, individual PNG images, or, on a best-effort basis, a PPTX or Figma file.
Why use it?
It prevents exporting slides before design review is complete and ensures unresolved critical design issues are handled first.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to export reviewed slides as a PDF, individual PNG images, or, on a best-effort basis, a PPTX or Figma file.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nomadamas/slides-grab/slides-grab-export
About the project

slides-grab is a tool for creating and editing presentations as HTML and CSS files, with an editor that lets coding agents work on selected parts of a slide and export decks to PDF or experimental PPTX files. It is for people generating presentations with Claude Code, Codex, and related agents. The catalogue entries provide skills, agents, and instructions for its presentation workflow.

NomaDamas/slides-grab · 1,204 stars · on GitHub · nomadamas.github.io

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.

Any agent
npx skills add NomaDamas/slides-grab --skill slides-grab-export
Clone the repo
git clone --depth 1 https://github.com/NomaDamas/slides-grab

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 slides-grab-export

README.md
[![agentmods](https://agentmods.dev/badge/skills/nomadamas/slides-grab/slides-grab-export/github.svg)](https://agentmods.dev/skills/nomadamas/slides-grab/slides-grab-export)
Your own site
<a href="https://agentmods.dev/skills/nomadamas/slides-grab/slides-grab-export"><img src="https://agentmods.dev/badge/skills/nomadamas/slides-grab/slides-grab-export/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for slides-grab-export

Your own site · 80×15
<a href="https://agentmods.dev/skills/nomadamas/slides-grab/slides-grab-export"><img src="https://agentmods.dev/badge/skills/nomadamas/slides-grab/slides-grab-export.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 966 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00047 $0.00966
Opus 5 $0.00023 $0.00483
Sonnet 5 $0.00009 $0.00193
Haiku 4.5 $0.00005 $0.00097

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

Security

Grade A, and why

slides-grab-export 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 9d 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.

skills/slides-grab-export/SKILL.md · 56 lines

How it starts

The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.

slides-grab Export Skill

Use this only after the user approves design output and the Stage 2 design gate verdict is Proceed (zero unresolved Critical findings — see ../slides-grab-design/references/design-gate.md). PDF, PPTX, and Figma exports require a fresh slides-grab design-gate Proceed receipt for the current slide files.

Goal

Convert reviewed slide HTML into PDF or per-slide PNG reliably, and into experimental / unstable PPTX/Figma outputs on a best-effort basis.

Inputs

  • Approved <slides-dir>/slide-*.html
  • Optional output path settings

Outputs

  • Presentation artifact (.pdf, .png per slide, or .pptx)

Workflow

  1. Confirm user approval for conversion and that the Stage 2 design gate passed with verdict Proceed. If any Critical design-gate finding is still unresolved, refuse to export — return to Stage 2, fix the Critical issue, re-run the gate, record Proceed with slides-grab design-gate, and only then convert.
  2. Pick the right primary target:
    • Card-news / Instagram-style decks → slides-grab png --slides-dir <path> --slide-mode card-news --resolution 2160p (see slides-grab-card-news).
    • Widescreen slide decks → slides-grab pdf --slides-dir <path> --output <name>.pdf.
  3. When per-slide raster output is needed (card news, social posts, thumbnails):
    • slides-grab png --slides-dir <path> --output-dir <path>/out-png --resolution 2160p
    • Add --slide-mode card-news for 1:1 cards.
  4. If the user also wants a PDF deck:
    • slides-grab pdf --slides-dir <path> --output <name>.pdf
    • Add --slide-mode card-news when the deck is square.
  5. For decks with Chart.js or other <canvas> charts, confirm slides-grab validate --slides-dir <path> passes without empty-canvas, then build/open viewer.html once before export. Chart.js charts should use disabled animation so PDF/PNG capture sees the final painted state.
  6. If the user wants PPTX (experimental / unstable):
    • Default visual-fidelity export: slides-grab convert --slides-dir <path> --output <name>.pptx --engine raster
    • Editable-text export: slides-grab convert --slides-dir <path> --output <name>-editable.pptx --engine text
    • --resolution can only be used with the raster engine. The text engine requires semantic text tags, rasterizes canvas/SVG visuals, and may reject unsupported HTML/CSS.
  7. If the user wants Figma-importable PPTX (experimental / unstable):
    • slides-grab figma --slides-dir <path> --output <name>-figma.pptx
  8. Report success/failure with actionable errors.

Read the full file on GitHub · 56 lines

Files

What ships with it

4 files 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. 9d ago First seen · 56 lines · 47 tokens per session scan A f5ce5a15945b

Subscribe to this mod's changes

slides-grab-export is a skill published in the GitHub repository NomaDamas/slides-grab (1,204 stars, last pushed 2d ago), licensed MIT. It adds 47 tokens to every session and 966 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.

Related

Other skills, from other repositories

template-pitch-deck

Pitch-deck generation exemplar — short/medium/long PDF+PPTX decks from one token-resolved, diligence-cited content source.

docxology/template · 35 tokens

powerpoint-ppt

PowerPoint (.pptx) manipulation via MCP server. Use for creating slides, formatting presentations, managing placeholders, adding images, applying templates, or extracting text from .pptx files.

PracticalSwan/agent-skills · 42 tokens

presentation-forge

A workflow for creating editable PowerPoint presentations and related visual outputs from topics, documents, slides, templates, or images. It supports Chinese business reports and can use generated visual assets.

desirecore/market · 152 tokens

2slides-ppt-generator

AI-powered presentation generation via the 2slides API — create slides from text, match a reference image style, summarize documents into decks, add AI voice narration, and export pages/audio. Use for any "make slides", "create a deck", or "slides from this document" request.

iradoweck/antigravity-awesome-skills · 64 tokens

2slides-ppt-generator

AI-powered presentation generation via the 2slides API — create slides from text, match a reference image style, summarize documents into decks, add AI voice narration, and export pages/audio. Use for any "make slides", "create a deck", or "slides from this document" request.

Ghosteken/agent-harness · 64 tokens

2slides-ppt-generator

AI-powered presentation generation via the 2slides API — create slides from text, match a reference image style, summarize documents into decks, add AI voice narration, and export pages/audio. Use for any "make slides", "create a deck", or "slides from this document" request.

sendralt/agentic-awesome-skills · 64 tokens