paper-slides

Generate conference slide decks and speaker notes from compiled research papers.

1|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill paper-slides-zhuyingqin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: paper-slides
Source: https://github.com/zhuyingqin/ARIS-WEB/tree/main/crates/runtime/assets/skills/paper-slides
Command: npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill paper-slides-zhuyingqin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Converts a compiled research paper into a complete, conference-ready slide deck with matching speaker notes and a talk manuscript, saving you from rebuilding your presentation from scratch.

Core Features & Use Cases

  • Generates beamer LaTeX slides and compiles them into a PDF.
  • Exports an editable PPTX with embedded figures and transferred speaker notes.
  • Produces a slide-by-slide outline, review checkpoint notes, and a full word-for-word talk script.
  • Optionally extracts structural style from a reference source to shape the talk flow (while still using the user’s paper content).

Quick Start

Run /paper-slides "paper/" and tell the skill your venue and talk type if you need a format tailored to a specific conference.

Frequently Asked Questions about paper-slides

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a research paper into conference presentation slides?▼

Generating conference presentation slides from a research paper involves extracting paper sections and figures, drafting beamer LaTeX, compiling a PDF deck, and exporting an editable PPTX with transferred speaker notes and a word-for-word talk script.

Can I export my generated presentation slides to an editable PPTX file?▼

Yes, the tool exports an editable PPTX file with embedded paper figures and transferred speaker notes after compiling the beamer LaTeX presentation slides into a PDF.

Do I need LaTeX build tooling to generate beamer slides from my paper?▼

Yes, generating beamer slides requires LaTeX build tooling, specifically latexmk and pdflatex or xelatex, to compile the drafted LaTeX presentation into a PDF deck.

What is the best way to generate speaker notes and a talk script from a research paper?▼

The best way to generate speaker notes and a talk script is to extract paper sections and figures to produce a slide-by-slide outline, review checkpoint notes, and a full word-for-word talk manuscript for conference presentations.

Can I use a reference presentation to shape the flow of my generated conference slides?▼

Yes, the tool optionally extracts structural style from a reference source to shape the talk flow of your conference presentation while still using your original paper content for the slides.