← ClaudeAtlas

paper-slide-decklisted

从学术论文/内容自动生成"图片版"幻灯(Gemini 出图 + 风格画廊 academic-paper/blueprint/chalkboard…), 自动侦测 PDF 里的图表。适合投稿汇报、组会、讲座这类以视觉呈现为主的幻灯。 Generate professional slide deck IMAGES from academic papers/content; auto-detects figures from PDFs. 触发词:做PPT、生成PPT、幻灯片、演示文稿、论文转PPT、图片版幻灯、组会PPT、讲座PPT、 create slides、make a presentation、slide deck。 边界:学位论文**答辩/中期官方模板 PPT**(套学校母版、嵌演示者备注、量化自检门)→ thesis-defense (桥接 report-ppt-builder,含中期模式);本 skill 只出"图片版"风格幻灯,不套官方 Word/PPT 模板。
gxgeek-n/wenqu-mem · ★ 2 · AI & Automation · score 66
Install: claude install-skill gxgeek-n/wenqu-mem
# Paper Slide Deck Generator Transform academic papers and content into professional slide deck images with automatic figure extraction. ## Usage ```bash /paper-slide-deck path/to/paper.pdf /paper-slide-deck path/to/paper.pdf --style academic-paper /paper-slide-deck path/to/content.md --style sketch-notes /paper-slide-deck path/to/content.md --audience executives /paper-slide-deck path/to/content.md --lang zh /paper-slide-deck path/to/content.md --slides 10 /paper-slide-deck path/to/content.md --outline-only /paper-slide-deck # Then paste content ``` ## Script Directory **Important**: All scripts are located in the `scripts/` subdirectory of this skill. **Agent Execution Instructions**: 1. Determine this SKILL.md file's directory path as `SKILL_DIR` 2. Script path = `${SKILL_DIR}/scripts/<script-name>.ts` 3. Replace all `${SKILL_DIR}` in this document with the actual path **Script Reference**: | Script | Purpose | |--------|---------| | `scripts/generate-slides.py` | Generate AI slides via Gemini API (Python) | | `scripts/merge-to-pptx.ts` | Merge slides into PowerPoint | | `scripts/merge-to-pdf.ts` | Merge slides into PDF | | `scripts/detect-figures.ts` | Auto-detect figures/tables in PDF | | `scripts/extract-figure.ts` | Extract figure from PDF page (uses PyMuPDF fallback) | | `scripts/apply-template.ts` | Apply figure container template | ## Options | Option | Description | |--------|-------------| | `--style <name>` | Visual style (see Style Gallery) | | `--audi