paper-2-web

Convert LaTeX or PDF papers into interactive websites, posters, and videos.

5|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hyperbolic-c/auto-writing --skill paper-2-web-hyperbolic-c
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-2-web
Source: https://github.com/hyperbolic-c/auto-writing/tree/main/claude-scientific-writer/skills/paper-2-web
Command: npx skills add https://github.com/hyperbolic-c/auto-writing --skill paper-2-web-hyperbolic-c

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Converting academic papers into explorable, interactive websites and promotional materials.

Core Features & Use Cases

  • Paper2Web: Generate layout-aware, interactive homepages from LaTeX or PDF papers with embedded figures, citations, and responsive design.
  • Paper2Poster: Produce print-ready conference posters with branding, layouts, and scannable QR codes linking to online resources.
  • Paper2Video: Create narrated presentation videos tied to paper content, with synchronized slides and optional talking-head output.
  • Logo discovery and branding: Automatically locate and apply institution logos and branding to maintain professional appearance.
  • Use Case: Marketing a preprint by launching an explorable online homepage, a poster for a conference, and a short video abstract.

Quick Start

Prepare your paper in input/paper_name (main.tex or paper.pdf, figures/ and tables/ as needed), then run the generation pipeline (e.g., python pipeline_all.py --input-dir input/paper_name --output-dir output/paper_name --model-choice 1 --generate-website --generate-poster --generate-video). Review the results under output/paper_name/website, output/paper_name/poster, and output/paper_name/video.

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 or PDF paper into an interactive website?

To convert a LaTeX or PDF paper into an interactive website, place your paper files including figures and tables in an input directory. Run the generation pipeline script to produce a layout-aware, responsive website with embedded citations and figures in the output folder.

Can I generate conference posters and videos from my academic paper?

Yes, you can generate conference posters and videos from your academic paper. The pipeline creates print-ready posters with branding and QR codes, plus narrated presentation videos with synchronized slides tied directly to your paper content.

What's the best way to add institution branding and logos to my research website?

The best way to add institution branding and logos to your research website is using the automatic logo discovery feature. It locates and applies institution branding to your generated website, poster, and video outputs to maintain a professional appearance.

Do I need to prepare my paper files in a specific format for website generation?

You need to prepare your paper files using either main.tex LaTeX source or paper.pdf format. Organize your main document, figures directory, and tables in an input folder before executing the generation pipeline script.

How does the paper conversion pipeline handle embedded citations and responsive design?

The paper conversion pipeline handles embedded citations and responsive design by parsing the input document structure. It generates a layout-aware homepage that integrates your references and adapts the visual display for online audience viewing.

What is the process to create a narrated video abstract from a research paper?

Creating a narrated video abstract from a research paper involves running the Paper2Video pipeline. It produces narrated presentation videos tied to paper content with synchronized slides and optional talking-head output for online dissemination.