paper2html

Convert academic paper PDFs into single-page project webpages.

345|9|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/QuZhan51496/paper2anything --skill paper2html
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper2html
Source: https://github.com/QuZhan51496/paper2anything/tree/main/paper2html
Command: npx skills add https://github.com/QuZhan51496/paper2anything --skill paper2html

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires MinerU, paper2html, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill converts academic paper PDFs into single-page project webpages with minimal manual effort, making research findings easily accessible and shareable.

Core Features & Use Cases

  • Automated Conversion: Turn a PDF into a complete project webpage with a single command.
  • Customizable Layout: Choose from predefined design languages or create a custom layout.
  • Use Case: Convert a research paper into a webpage for publication on GitHub Pages, complete with all relevant information and figures.

Quick Start

Run the paper2html skill with the 'paper2html -pdf_path "path/to/paper.pdf"' command to generate a project webpage for your paper.

Frequently Asked Questions about paper2html

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

FAQPage Schema
How do I convert an academic paper PDF into a project webpage?

To convert an academic paper PDF into a project webpage, you run a local Python script that parses the document using the MinerU API, extracts metadata and text, and authors a self-contained HTML page based on your design preferences.

What is the best way to create a single-page HTML site for paper sharing?

The best way to create a single-page HTML site for paper sharing is using an automated conversion script that extracts text and figures directly from your research PDF, requiring minimal manual effort to output a ready-to-host webpage.

How does MinerU API work for academic PDF conversion?

The MinerU API works for academic PDF conversion by extracting raw text and parsing document structures, which the local scripts then use to map your research content and metadata into a formatted webpage layout.

Do I need Python to generate a webpage from a research paper?

Yes, you need Python installed locally to generate a webpage from a research paper, because the conversion process executes local Python scripts that handle the parsing and HTML authoring.

Can I customize the webpage layout when converting a PDF?

Yes, you can customize the webpage layout when converting a PDF by selecting from predefined design languages or providing custom design preferences directly through the conversion script command.

What are the limitations of automated PDF to HTML conversion for academic papers?

A limitation of automated PDF to HTML conversion is that it requires local execution with Python scripts and depends on the MinerU API for accurate text extraction, meaning complex formatting or non-standard PDF structures might not parse perfectly.