mit einem Klick
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.
// Generate square Instagram-style card news by reusing the slides-grab workflow with card-news mode enabled. Defaults to per-slide PNG export.
Stage 2 design skill for Codex. Generate and iterate slide-XX.html files in the selected slides workspace.
Stage 1 planning skill for Codex. Build and iterate slide-outline.md until explicit user approval.
End-to-end presentation workflow for Codex. Use when making a full presentation from scratch — planning, designing slides, editing, and exporting. PDF and per-slide PNG are preferred; PPTX/Figma export is experimental / unstable.
Stage 3 conversion skill for Codex. Convert approved HTML slides to PDF or per-slide PNG reliably, and to experimental / unstable PPTX/Figma outputs on a best-effort basis.
| name | slides-grab-card-news |
| description | Generate square Instagram-style card news by reusing the slides-grab workflow with card-news mode enabled. Defaults to per-slide PNG export. |
| metadata | {"short-description":"Square card-news workflow on top of slides-grab (PNG by default)"} |
Use this when the user wants card news instead of a widescreen presentation.
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.
slides-grab-plan.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-newsslides-grab png --slides-dir <path> --slide-mode card-news --resolution 2160p--output-dir <path>/out-png to choose the output folder (defaults to <slides-dir>/out-png).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)slides-grab png --slide-mode card-news; only switch to PDF/PPTX/Figma when the user explicitly requests it.