Paper 2 Web
This skill should be used when converting academic papers into promotional and presentation formats including interactive websites (Paper2Web), presentation videos (Paper2Video), and conference posters (Paper2Poster). Use this skill for tasks involving paper dissemination, conference preparation, creating explorable academic homepages, generating video abstracts, or producing print-ready posters from LaTeX or PDF sources.
$ npx claude-code-templates@latest --skill="scientific/paper-2-web" --yesRequires Claude Code. The command adds this skill to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this skill
Component source (preview)
Paper2All: Academic Paper Transformation Pipeline
Overview
This skill enables the transformation of academic papers into multiple promotional and presentation formats using the Paper2All autonomous pipeline. The system converts research papers (LaTeX or PDF) into three primary outputs:
- Paper2Web: Interactive, explorable academic homepages with layout-aware design
- Paper2Video: Professional presentation videos with narration, slides, and optional talking-head
- Paper2Poster: Print-ready conference posters with professional layouts
The pipeline uses LLM-powered content extraction, design generation, and iterative refinement to create high-quality outputs suitable for conferences, journals, preprint repositories, and academic promotion.
When to Use This Skill
Use this skill when:
- Creating conference materials: Posters, presentation videos, and companion websites for academic conferences
- Promoting research: Converting published papers or preprints into accessible, engaging web formats
- Preparing presentations: Generating video abstracts or full presentation videos from paper content
- Disseminating findings: Creating promotional materials for social media, lab websites, or institutional showcases
- Enhancing preprints: Adding interactive homepages to bioRxiv, arXiv, or other preprint submissions
- Batch processing: Generating promotional materials for multiple papers simultaneously
- "Convert this paper to a website"
- "Generate a conference poster from my LaTeX paper"
- "Create a video presentation from this research"
- "Make an interactive homepage for my paper"
- "Transform my paper into promotional materials"
- "Generate a poster and video for my conference talk"
Visual Enhancement with Scientific Schematics
When creating documents with this skill, always consider adding scientific diagrams and schematics to enhance visual communication.If your document does not already contain schematics or diagrams:
- Use the scientific-schematics skill to generate AI-powered publication-quality diagrams
- Simply describe your desired diagram in natural language
- Nano Banana Pro will automatically generate, review, and refine the schematic
python scripts/generate_schematic.py "your diagram description" -o figures/output.png
The AI will automatically:
- Create publication-quality images with proper formatting
- Review and refine through multiple iterations
- Ensure accessibility (colorblind-friendly, high contrast)
- Save outputs in the figures/ directory
- Paper transformation pipeline diagrams
- Website layout architecture diagrams
- Video production workflow illustrations
- Poster design process flowcharts
- Content extraction diagrams
- System architecture visualizations
- Any complex concept that benefits from visualization
For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.
Core Capabilities
1. Paper2Web: Interactive Website Generation
Converts papers into layout-aware, interactive academic homepages that go beyond simple HTML conversion.
Key Features:- Responsive, multi-section layouts adapted to paper content
- Interactive figures, tables, and citations
- Mobile-friendly design with navigation
- Automatic logo discovery (with Google Search API)
- Aesthetic refinement and quality assessment
→ See references/paper2web.md for detailed documentation
2. Paper2Video: Presentation Video Generation
Generates professional presentation videos with slides, narration, cursor movements, and optional talking-head video.
Key Features:- Automated slide generation from paper structure
- Natural-sounding speech synthesis
- Synchronized cursor movements and highlights
- Optional talking-head video using Hallo2 (requires GPU)
- Multi-language support
→ See references/paper2video.md for detailed documentation
3. Paper2Poster: Conference Poster Generation
Creates print-ready academic posters with professional layouts and visual design.
Key Features:- Custom poster dimensions (any size)
- Professional design templates
- Institution branding support
- QR code generation for links
- High-resolution output (300+ DPI)
→ See references/paper2poster.md for detailed documentation
Quick Start
Prerequisites
- Install Paper2All:
git clone https://github.com/YuhangChen1/Paper2All.git
cd Paper2All
conda create -n paper2all python=3.11
conda activate paper2all
pip install -r requirements.txt
- Configure API Keys (create
.envfile):
OPENAI_API_KEY=your_openai_api_key_here
# Optional: GOOGLE_API_KEY and GOOGLE_CSE_ID for logo search
- Install System Dependencies:
- Poppler utilities (PDF processing)
- NVIDIA GPU with 48GB (optional, for talking-head videos)
→ See references/installation.md for complete installation guide
Basic Usage
Generate All Components (website + poster + video):python pipeline_all.py \
--input-dir "path/to/paper" \
--output-dir "path/to/output" \
--model-choice 1
Generate Website Only:
python pipeline_all.py \
--input-dir "path/to/paper" \
--output-dir "path/to/output" \
--model-choice 1 \
--generate-website
Generate Poster with Custom Size:
python pipeline_all.py \
--input-dir "path/to/paper" \
--output-dir "path/to/output" \
--model-choice 1 \
--generate-poster \
--poster-width-inches 60 \
--poster-height-inches 40
Generate Video (lightweight pipeline):
python pipeline_light.py \
--model_name_t gpt-4.1 \
--model_name_v gpt-4.1 \
--result_dir "path/to/output" \
--paper_latex_root "path/to/paper"
→ See references/usage_examples.md for comprehensive workflow examples
Workflow Decision Tree
Use this decision tree to determine which components to generate:
User needs promotional materials for paper?
│
├─ Need permanent online presence?
│ └─→ Generate Paper2Web (interactive website)
│
├─ Need physical conference materials?
│ ├─→ Poster session? → Generate Paper2Poster
│ └─→ Oral presentation? → Generate Paper2Video
│
├─ Need video content?
│ ├─→ Journal video abstract? → Generate Paper2Video (5-10 min)
│ ├─→ Conference talk? → Generate Paper2Video (15-20 min)
│ └─→ Social media? → Generate Paper2Video (1-3 min)
│
└─ Need complete package?
└─→ Generate all three components
Input Requirements
Supported Input Formats
1. LaTeX Source (Recommended):paper_directory/
├── main.tex # Main paper file
├── sections/ # Optional: split sections
├── figures/ # All figure files
├── tables/ # Table files
└── bibliography.bib # References
2. PDF:
- High-quality PDF with embedded fonts
- Selectable text (not scanned images)
- High-resolution figures (300+ DPI preferred)
Input Organization
Single Paper:input/
└── paper_name/
├── main.tex (or paper.pdf)
├── figures/
└── bibliography.bib
Multiple Papers (batch processing):
input/
├── paper1/
│ └── main.tex
├── paper2/
│ └── main.tex
└── paper3/
└── main.tex
Common Parameters
Model Selection
--model-choice 1: GPT-4 (best balance of quality and cost)--model-choice 2: GPT-4.1 (latest features, higher cost)--model_name_t gpt-3.5-turbo: Faster, lower cost (acceptable quality)
Component Selection
--generate-website: Enable website generation--generate-poster: Enable poster generation--generate-video: Enable video generation--enable-talking-head: Add talking-head to video (requires GPU)
Customization
--poster-width-inches [width]: Custom poster width--poster-height-inches [height]: Custom poster height--video-duration [seconds]: Target video length--enable-logo-search: Automatic institution logo discovery
Output Structure
Generated outputs are organized by paper and component:
output/
└── paper_name/
├── website/
│ ├── index.html
│ ├── styles.css
│ └── assets/
├── poster/
│ ├── poster_final.pdf
│ ├── poster_final.png
│ └── poster_source/
└── video/
├── final_video.mp4
├── slides/
├── audio/
└── subtitles/
Best Practices
Input Preparation
- Use LaTeX when possible: Provides best content extraction and structure
- Organize files properly: Keep all assets (figures, tables, bibliography) in paper directory
- High-quality figures: Use vector formats (PDF, SVG) or high-resolution rasters (300+ DPI)
- Clean LaTeX: Remove compilation artifacts, ensure source compiles successfully
Model Selection Strategy
- GPT-4: Best for production-quality outputs, conferences, publications
- GPT-4.1: Use when you need latest features or best possible quality
- GPT-3.5-turbo: Use for quick drafts, testing, or simple papers
Component Priority
For tight deadlines, generate in this order:
- Website (fastest, most versatile, ~15-30 min)
- Poster (moderate speed, for print deadlines, ~10-20 min)
- Video (slowest, can be generated later, ~20-60 min)
Quality Assurance
Before finalizing outputs:
- Website: Test on multiple devices, verify all links work, check figure quality
- Poster: Print test page, verify text readability from 3-6 feet, check colors
- Video: Watch entire video, verify audio synchronization, test on different devices
Resource Requirements
Processing Time
- Website: 15-30 minutes per paper
- Poster: 10-20 minutes per paper
- Video (no talking-head): 20-60 minutes per paper
- Video (with talking-head): 60-120 minutes per paper
Computational Requirements
- CPU: Multi-core processor for parallel processing
- RAM: 16GB minimum, 32GB recommended for large papers
- GPU: Optional for standard outputs, required for talking-head (NVIDIA A6000 48GB)
- Storage: 1-5GB per paper depending on components and quality settings
API Costs (Approximate)
- Website: $0.50-2.00 per paper (GPT-4)
- Poster: $0.30-1.00 per paper (GPT-4)
- Video: $1.00-3.00 per paper (GPT-4)
- Complete package: $2.00-6.00 per paper (GPT-4)
Troubleshooting
Common Issues
LaTeX parsing errors:- Ensure LaTeX source compiles successfully:
pdflatex main.tex - Check all referenced files are present
- Verify no custom packages prevent parsing
- Use vector formats (PDF, SVG, EPS) instead of rasters
- Ensure raster images are 300+ DPI
- Check figures render correctly in compiled PDF
- Verify sufficient disk space (5GB+ recommended)
- Check all dependencies installed (LibreOffice, Poppler)
- Review error logs in output directory
- Verify poster dimensions are reasonable (24"-72" range)
- Check content length (very long papers may need manual curation)
- Ensure figures have appropriate resolution for poster size
- Verify API keys in
.envfile - Check API credit balance
- Ensure no rate limiting (wait and retry)
Platform-Specific Features
Social Media Optimization
The system auto-detects target platform
Preview truncated. View the full source on GitHub →
Related Claude Code Skills
Generate Image
Generate or edit images using AI models (FLUX, Gemini). Use for general-purpose image generation including photos, illustrations, artwork, visual assets, concept art, and any image that isn't a technical diagram or schematic. For flowcharts, circuits, pathways, and technical diagrams, use the scientific-schematics skill instead.
Markitdown
"Convert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more."
Scientific Critical Thinking
"Evaluate research rigor. Assess methodology, experimental design, statistical validity, biases, confounding, evidence quality (GRADE, Cochrane ROB), for critical analysis of scientific claims."
Scientific Slides
"Build slide decks and presentations for research talks. Use this for making PowerPoint slides, conference presentations, seminar talks, research presentations, thesis defense slides, or any scientific talk. Provides slide structure, design templates, timing guidance, and visual validation. Works with PowerPoint and LaTeX Beamer."
Statistical Analysis
"Statistical analysis toolkit. Hypothesis tests (t-test, ANOVA, chi-square), regression, correlation, Bayesian stats, power analysis, assumption checks, APA reporting, for academic research."
Market Research Reports
"Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for data gathering, and multi-framework strategic analysis including Porter's Five Forces, PESTLE, SWOT, TAM/SAM/SOM, and BCG Matrix."
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.