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.
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 skills add NomaDamas/slides-grab --skill slides-grab-plangit clone --depth 1 https://github.com/NomaDamas/slides-grabWrote 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/nomadamas/slides-grab/slides-grab-plan)<a href="https://agentmods.dev/skills/nomadamas/slides-grab/slides-grab-plan"><img src="https://agentmods.dev/badge/skills/nomadamas/slides-grab/slides-grab-plan/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.
<a href="https://agentmods.dev/skills/nomadamas/slides-grab/slides-grab-plan"><img src="https://agentmods.dev/badge/skills/nomadamas/slides-grab/slides-grab-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00029 | $0.01556 |
| Opus 5 | $0.00015 | $0.00778 |
| Sonnet 5 | $0.00006 | $0.00311 |
| Haiku 4.5 | $0.00003 | $0.00156 |
Grade A, and why
slides-grab-plan 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 10d 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 — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.
slides-grab Plan Skill
Use this when the user asks to start a new presentation from scratch.
Goal
Produce an approved slide-outline.md before any slide HTML generation.
Inputs
- Topic and intent
- Audience
- Tone and constraints
- Optional research findings
Output
slide-outline.md(must includestyle: <id>,style: template-pack, or an approved custom style direction in meta section)- For chart-heavy decks, explicit chart slide notes: chart type, data source, key comparison, and whether the design stage should use the default Chart.js canvas template.
Workflow
- Analyze user goal and audience.
- Style selection (mandatory, before outline): Four paths are accepted, in priority order:
a. Imported template pack — when the user provides a corporate deck, reference slides, HTML examples, or brand images, run
slides-grab import-template --input <path> --slides-dir <slides-dir>(repeat--inputfor multiple examples). Prefer filled representative decks/examples over empty master templates: filled examples reveal density, schema field limits, font resolution, and layout stress cases; an empty master alone is insufficient. Confirm the generated<slides-dir>/.slides-grab/template-pack.jsonis the intended reference source. Record asstyle: template-pack. b. Bundled style — runslides-grab list-styles, shortlist 2–3 styles, and get explicit user approval. Optionally offerslides-grab preview-stylesfor visual preview. Record asstyle: <id>. c. Custom DESIGN.md path — if a localDESIGN.mdexists (e.g. provided directly or fetched viaslides-grab import-design <https-url>), inspect it withslides-grab show-design ./DESIGN.mdand confirm with the user. d. Free-form custom direction — if neither imported template pack, bundled style, nor DESIGN.md fits, propose a written custom direction and get approval. - DESIGN.md → DESIGN.slides.md conversion (mandatory when path 2c was chosen):
- A
DESIGN.mdimported fromvoltagent/awesome-design-mdor similar sources describes a marketing website (top-nav, hero-band, CTA buttons, pricing cards, footer-band). Slides are single 720pt × 405pt frames with no scroll, no nav, no clicks — copying web components into slides produces deck pages that look like landing pages. - Read
references/design-md-to-slides-conversion.mdfor the canonical conversion guide. - Translate the imported
./DESIGN.mdinto a sibling./DESIGN.slides.mdnext to it. Leave the originalDESIGN.mduntouched. TheDESIGN.slides.mdMUST follow the Output Contract in the reference and apply every row of the web → slide mapping table (top-nav → eyebrow strip, hero-band → cover layout, CTA buttons → kicker text, footer-band → thin footer strip, pricing grids → dropped, etc.). - Present a 5–10 line summary of the conversion to the user (kept tokens + dropped web sections + new slide layouts inferred) and wait for explicit approval before continuing.
- After approval, run
slides-grab show-design ./DESIGN.slides.mdto confirm the parser reads it cleanly.
- A
- Create or revise
slide-outline.mdwith ordered slides and key messages. Record the approved style reference in the meta section:- bundled style →
style: <id> - converted DESIGN.slides.md →
style: ./DESIGN.slides.md - imported template pack →
style: template-packand keep<slides-dir>/.slides-grab/template-pack.jsonwith its.slides-grab/template-previews/assets - free-form custom direction → leave a one-paragraph
style:block describing it - for chart slides, name the intended chart type and data payload in the slide notes so Stage 2 can build a real Chart.js canvas instead of placeholder bars or decorative pseudo-charts
- delivery mode →
mode: htmlfor semantic slide HTML, ormode: image-nativefor raster wrapper slides generated from the approved template/style; preferimage-nativefor existing corporate templates/forms when the user asks for visual matching rather than editable HTML 4b. Image-native outline density (mandatory when mode: image-native and a template is provided): When the user provides a reference template (PDF/PPTX) for image-native generation, do NOT write a thin HTML-style outline. Instead: - Render the template pages to PNG and open them in order (page-01, page-02, ...).
- For each template page, identify its layout type (cover, section divider, content grid, stat tiles, table, timeline, closing) and measure its information density — how many distinct text blocks, data points, bullets, captions, and visual elements it carries.
- Write one outline slide per template page (or per logical template section), matching that page's layout type and information volume. If template page 3 has a 2×3 stat grid with 6 data points and 3 captions, the corresponding outline slide must also list 6 data points and 3 captions — not just a one-line summary.
- Image-native slides are single raster images with no HTML structure constraints, so they can hold more text and data per slide than semantic HTML. Pack the outline with the full content the user wants on each slide — titles, subtitles, body paragraphs, bullet lists, data tables, stat values, captions, and image placement notes — at the density the template page demonstrates.
- Tag each outline slide with its matching template page number (e.g.
template-page: 03) so Stage 2 knows which--referenceimage to pass. - The result should be a noticeably denser outline than HTML mode: more bullets, more data, more text per slide, matching what the template's filled pages actually carry.
- bundled style →
- Present a concise summary to user.
- Repeat revisions until explicit approval.
What ships with it
3 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.
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.
- 10d ago First seen · 69 lines · 29 tokens per session scan A 7179d9e1afd5
slides-grab-plan is a skill published in the GitHub repository NomaDamas/slides-grab (1,206 stars, last pushed 4d ago), licensed MIT. It adds 29 tokens to every session and 1,556 once invoked, about $0.0001 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
cherry-studio-design-language
A design system and template library for creating Cherry Studio presentations and other visual materials. It defines reusable page layouts, spacing, typography, icons, and visual rules.
hyperframes-slideshow
Build a presentation, pitch deck, or interactive deck using HyperFrames. Use when the user wants slides with fragment reveals, branching navigation, hotspot links, or presenter mode. Output is a navigable deck, not a rendered MP4. Teaches slide-as-scene composition, fragment timing, and deck navigation patterns.
ppt-image-first
A workflow for planning presentations and slide decks through conversation, with visual previews created before the final deck. It covers content, visual direction, page layouts, and review.
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.
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.
ppt-master
AI-driven presentation workflow for generating editable PPTX decks and slides, reconstructing page visuals, creating reusable Brand/Style/Layout/Deck workspaces, filling native PPTX templates, and enhancing finished PPTX files. Use when the user asks to create, generate, reconstruct, regenerate, beautify, redesign…