slides-grab-card-news

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

A presentation workflow for creating square, Instagram-style news cards. It adapts the normal slide planning, design, and export process to 720-by-720-point cards.

In plain words
What is it for?
Use it to create, validate, preview, and export card-news slides as Instagram-ready PNG images, with PDF, PowerPoint, or Figma output only when specifically requested.
Why use it?
It keeps social-media cards in a square format and makes PNG images the default output, which suits platforms that publish image posts.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create, validate, preview, and export card-news slides as Instagram-ready PNG images, with PDF, PowerPoint, or Figma output only when specifically requested.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nomadamas/slides-grab/slides-grab-card-news
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,207 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-card-news
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-card-news

README.md
[![agentmods](https://agentmods.dev/badge/skills/nomadamas/slides-grab/slides-grab-card-news/github.svg)](https://agentmods.dev/skills/nomadamas/slides-grab/slides-grab-card-news)
Your own site
<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.

agentmods 80×15 button for slides-grab-card-news

Your own site · 80×15
<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>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 514 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.00033 $0.00514
Opus 5 $0.00016 $0.00257
Sonnet 5 $0.00007 $0.00103
Haiku 4.5 $0.00003 $0.00051

Measured 13d ago against content hash 0d991b488085, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

skills/slides-grab-card-news/SKILL.md · 36 lines

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

  1. Reuse the normal outline process from slides-grab-plan.
  2. During design and review, keep every card at 720pt x 720pt and run:
    • slides-grab validate --slides-dir <path> --mode card-news
    • slides-grab build-viewer --slides-dir <path> --mode card-news
    • slides-grab edit --slides-dir <path> --mode card-news
  3. 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-png to choose the output folder (defaults to <slides-dir>/out-png).
  4. Only produce PDF/PPTX/Figma when the user explicitly asks for it:
    • slides-grab pdf --slides-dir <path> --slide-mode card-news --output <name>.pdf
    • slides-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)
  5. 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.
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. 13d ago First seen · 36 lines · 33 tokens per session scan A 0d991b488085

Subscribe to this mod's changes

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.

Related

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.

YinsenWANG/feishu-ppt-skill · 79 tokens

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.

oyi77/1ai-skills · 68 tokens

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.

NyxTides/ppt-image-first · 91 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

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…

hugohe3/ppt-master · 108 tokens