From academic-skills
Generates academic PowerPoint presentations from paper PDFs, outlines, or text. Supports LaTeX formulas, figure extraction, and bilingual layouts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/academic-skills:sci-pptThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A specialized tool for generating professional academic presentations directly from paper content or structured outlines.
LICENSEREADME.md_meta.jsonpyproject.tomlreferences/rules.mdreferences/style-spec.mdrequirements.txtsrc/aut_sci_ppt/USER_GUIDE.mdsrc/aut_sci_ppt/__init__.pysrc/aut_sci_ppt/academic_parser.pysrc/aut_sci_ppt/agent.pysrc/aut_sci_ppt/config.pysrc/aut_sci_ppt/enhanced_agent.pysrc/aut_sci_ppt/generator/__init__.pysrc/aut_sci_ppt/generator/formula_renderer.pysrc/aut_sci_ppt/generator/pptx_generator.pysrc/aut_sci_ppt/image/__init__.pysrc/aut_sci_ppt/interactive.pysrc/aut_sci_ppt/layout_engine.pysrc/aut_sci_ppt/main.pyA specialized tool for generating professional academic presentations directly from paper content or structured outlines.
1. Title for chapters and - Point for bullets.## for slide titles; it is not recognized by the parser..pptx directly.#1E3A5F (Primary Blue) and #EE0000 (Highlight Red).from aut_sci_ppt import create_ppt
create_ppt("""
主题:[Title]
申请人:[Name]
1. [Section Title]
- [Content]
""", "output.pptx")
from aut_sci_ppt import auto_generate_ppt
output = auto_generate_ppt("paper.pdf", author="张三", advisor="李教授")
translate=True in Python or --translate in the CLI.MOONSHOT_API_KEY (in ~/.aut_sci_write/.env) is only used for that optional translation path. If translation is not requested, the workflow does not read or require this key.Aut_Sci_Write — Autonomous Scientific Writer
npx claudepluginhub shzhao27208/aut_sci_write --plugin academic-skillsConverts scientific papers into Nature-style Chinese PPTX presentations. Handles paper type detection, figure selection, Chinese slide writing, and self-review.
Creates slide decks for scientific presentations in PowerPoint and LaTeX Beamer, offering structure, design templates, timing guidance, and visual validation. Use for conferences, seminars, defenses.
Builds slide decks and presentations for research talks, conferences, seminars, and thesis defenses. Provides slide structure, design templates, timing guidance, and visual validation. Works with PowerPoint and LaTeX Beamer.