paper-2-web

Convert academic papers into interactive websites, presentation videos, and conference posters.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/svpfahad/RES200 --skill paper-2-web-svpfahad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-2-web
Source: https://github.com/svpfahad/RES200/tree/main/claude-scientific-writer-main/.claude/skills/paper-2-web
Command: npx skills add https://github.com/svpfahad/RES200 --skill paper-2-web-svpfahad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Researchers need to promote and present their papers across multiple formats—websites, videos, and posters—but manually creating each one from a LaTeX or PDF source is time-consuming and requires design, video editing, and web development skills. ## Core Features & Use Cases - Paper2Web: Generates interactive, layout-aware academic homepages with responsive design, interactive figures, and automatic institution logo discovery. - Paper2Video: Produces narrated presentation videos with generated slides, speech synthesis, cursor highlights, and optional talking-head video via Hallo2. - Paper2Poster: Creates print-ready conference posters at custom dimensions with professional templates, QR codes, and 300+ DPI output. - Use Case: Before a conference, point the pipeline at your paper's LaTeX directory to generate a companion website, a 48x36 inch poster, and a 12-minute presentation video in a single batch run. ## Quick Start Ask the AI to convert your paper's LaTeX directory into a website, poster, and video using the Paper2All pipeline with GPT-4.

Frequently Asked Questions about paper-2-web

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

FAQPage Schema
How do I convert a LaTeX paper into an interactive website?

Run the Paper2All pipeline with the --generate-website flag pointing to your paper directory containing main.tex, figures, and bibliography. The system extracts content, generates a responsive layout, and outputs HTML, CSS, and assets ready for deployment to GitHub Pages or other hosting.

How to generate a presentation video from a research paper?

Use pipeline_light.py with your LaTeX root directory and output path. The pipeline generates slides, writes a narration script, synthesizes speech, and assembles a video with cursor highlights, typically taking 20-60 minutes without talking-head.

What input formats does Paper2All support?

Paper2All accepts LaTeX source directories (preferred, with main.tex, figures, and bibliography) or high-quality PDFs with selectable text. LaTeX input produces better content extraction and structure detection than PDF.

Does Paper2Video require a GPU?

A GPU is only required for talking-head video generation via Hallo2, which needs an NVIDIA A6000 with 48GB memory. Standard video generation with slides and narration runs on CPU with 16GB RAM minimum.

How much does it cost to generate promotional materials per paper?

Approximate GPT-4 API costs are $0.50-2.00 for a website, $0.30-1.00 for a poster, and $1.00-3.00 for a video. A complete package typically costs $2.00-6.00 per paper, with GPT-3.5-turbo available as a cheaper alternative.

Why does LaTeX parsing fail during paper conversion?

Parsing fails when the LaTeX source does not compile, referenced files are missing, or custom packages prevent extraction. Verify the paper compiles with pdflatex and that all figures and bibliography files are present in the directory.