nomadamas/slides-grab · Archived

slides-grab-card-news

Generate square Instagram-style card news by reusing the slides-grab workflow with card-news mode enabled. Defaults to per-slide PNG export.

First seen Apr 29, 2026

Installation

$ npx skills add nomadamas/slides-grab --skill slides-grab-card-news

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nomadamas/slides-grab.

npx skills add nomadamas/slides-grab

Browse all from nomadamas/slides-grab

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1.2K
License LICENSE
Default branch main
Open issues 4
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

More metadata
short-description
Square card-news workflow on top of slides-grab (PNG by default)

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,128 B
  • docs SUMMARY.md 169 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 10 installs

SKILL.md

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

  1. 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).

  1. 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)

  1. 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.