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-card-newsgit 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-card-news)<a href="https://agentmods.dev/skills/nomadamas/slides-grab/slides-grab-card-news"><img src="https://agentmods.dev/badge/skills/nomadamas/slides-grab/slides-grab-card-news/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-card-news"><img src="https://agentmods.dev/badge/skills/nomadamas/slides-grab/slides-grab-card-news.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.00033 | $0.00514 |
| Opus 5 | $0.00016 | $0.00257 |
| Sonnet 5 | $0.00007 | $0.00103 |
| Haiku 4.5 | $0.00003 | $0.00051 |
Grade A, and why
slides-grab-card-news 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 13d 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
slides-grab Card News Skill
Use this when the user wants card news instead of a widescreen presentation.
Goal
Reuse the existing slides-grab plan/design/export workflow, but generate square outputs optimized for Instagram posts. Per-slide PNG is the default export since Instagram and most card-news distribution channels consume images, not PDFs.
Workflow
- Reuse the normal outline process from
slides-grab-plan. - During design and review, keep every card at 720pt x 720pt and run:
slides-grab validate --slides-dir <path> --mode card-newsslides-grab build-viewer --slides-dir <path> --mode card-newsslides-grab edit --slides-dir <path> --mode card-news
- During export, default to per-slide PNG for Instagram-ready output:
slides-grab png --slides-dir <path> --slide-mode card-news --resolution 2160p- Optional
--output-dir <path>/out-pngto choose the output folder (defaults to<slides-dir>/out-png).
- Only produce PDF/PPTX/Figma when the user explicitly asks for it:
slides-grab pdf --slides-dir <path> --slide-mode card-news --output <name>.pdfslides-grab convert --slides-dir <path> --mode card-news --output <name>.pptx(experimental / unstable)slides-grab figma --slides-dir <path> --mode card-news --output <name>-figma.pptx(experimental / unstable)
- Remind the user that PPTX/Figma exports remain experimental / unstable.
Rules
- Optimize layouts for square Instagram-style card news, not 16:9 slides.
- Default the export to
slides-grab png --slide-mode card-news; only switch to PDF/PPTX/Figma when the user explicitly requests it. - Reuse existing design, viewer, editor, and export policy wherever possible.
- Do not implement SNS/Instagram publishing automation.
- Use the packaged CLI and bundled skills only.
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.
- 13d ago First seen · 36 lines · 33 tokens per session scan A 0d991b488085
slides-grab-card-news is a skill published in the GitHub repository NomaDamas/slides-grab (1,207 stars, last pushed 6d ago), licensed MIT. It adds 33 tokens to every session and 514 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.
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…