一键导入
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate square Instagram-style card news by reusing the slides-grab workflow with card-news mode enabled. Defaults to per-slide PNG export.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Stage 2 design skill usable in Codex and Claude Code. Generate and iterate slide-XX.html files in the selected slides workspace.
Stage 3 conversion skill usable in Codex and Claude Code. Convert approved HTML slides to PDF or per-slide PNG reliably, and to experimental / unstable PPTX/Figma outputs on a best-effort basis.
Stage 1 planning skill usable in Codex and Claude Code. Build and iterate slide-outline.md until explicit user approval.
End-to-end presentation workflow usable in Codex and Claude Code. 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.
| 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.