/paper-2-web
Use when converting academic papers into dissemination assets such as Paper2Web websites, Paper2Video video abstracts, or Paper2Poster conference posters from LaTeX or PDF sources.
$ npx -y skills add foryourhealth111-pixel/Vibe-Skills --skill paper-2-web --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/paper-2-web
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when converting academic papers into dissemination assets such as Paper2Web websites, Paper2Video video abstracts, or Paper2Poster conference posters from LaTeX or PDF sources.
SKILL.md
paper-2-web.SKILL.mdname: paper-2-web
description: Use when converting academic papers into dissemination assets such as Paper2Web websites, Paper2Video video abstracts, or Paper2Poster conference posters from LaTeX or PDF sources.
allowed-tools: Read Write Edit Bash
license: Unknown
metadata:
skill-author: K-Dense Inc.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:
1. **Paper2Web**: Interactive, explorable academic homepages with layout-aware design 2. **Paper2Video**: Professional presentation videos with narration, slides, and optional talking-head 3. **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
**Trigger phrases**:
- "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"
Boundary
This skill owns transformation of an existing paper into dissemination assets. It can reuse provided figures and paper assets, but it does not generate new scientific diagrams, run data analysis, write the original manuscript, or require a separate visual specialist as part of normal transformation.
---
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
**Best For**: Post-publication promotion, preprint enhancement, lab websites, permanent research showcases
→ **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
**Best For**: Video abstracts, conference presentations, online talks, course materials, YouTube promotion
→ **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)
**Best For**: Conference poster sessions, symposiums, academic exhibitions, virtual conferences
→ **See `references/paper2poster.md` for detailed documentation**
---
Quick Start
Prerequisites
1. **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
2. **Configure API Keys** (create `.env` file):
OPENAI_API_KEY=your_openai_api_key_here
# Optional: GOOGLE_API_KEY and GOOGLE_CSE_ID for logo search
3. **Install System Dependencies**:
- LibreOffice (document conversion)
- 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 Paper2Po
Read more
name: paper-2-web
description: Use when converting academic papers into dissemination assets such as Paper2Web websites, Paper2Video video abstracts, or Paper2Poster conference posters from LaTeX or PDF sources.
allowed-tools: Read Write Edit Bash
license: Unknown
metadata:
skill-author: K-Dense Inc.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:
1. **Paper2Web**: Interactive, explorable academic homepages with layout-aware design 2. **Paper2Video**: Professional presentation videos with narration, slides, and optional talking-head 3. **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
**Trigger phrases**:
- "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"
Boundary
This skill owns transformation of an existing paper into dissemination assets. It can reuse provided figures and paper assets, but it does not generate new scientific diagrams, run data analysis, write the original manuscript, or require a separate visual specialist as part of normal transformation.
---
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
**Best For**: Post-publication promotion, preprint enhancement, lab websites, permanent research showcases
→ **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
**Best For**: Video abstracts, conference presentations, online talks, course materials, YouTube promotion
→ **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)
**Best For**: Conference poster sessions, symposiums, academic exhibitions, virtual conferences
→ **See `references/paper2poster.md` for detailed documentation**
---
Quick Start
Prerequisites
1. **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
2. **Configure API Keys** (create `.env` file):
OPENAI_API_KEY=your_openai_api_key_here # Optional: GOOGLE_API_KEY and GOOGLE_CSE_ID for logo search
3. **Install System Dependencies**:
- LibreOffice (document conversion)
- 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 Paper2Po
VibeSkills is a general-purpose Skill that automatically routes local Skills and intelligently orchestrates harness workflows.
Repo: foryourhealth111-pixel/Vibe-Skills
Other skills on vibe-skills.
- /LQF_Machine_Learning_Expert_Guide
LQF Machine Learning Expert Guide - Routed skill for ML/Statistical Modeling with Critical Discussion Mode. Triggers on: machine learning, modeling, prediction, training, classification, regression, clustering, deep learning, neural network, model evaluation, feature
Open skill - /adaptyv
Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence optimization. Also use
Open skill - /aeon
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations
Open skill - /algorithmic-art
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing
Open skill - /alpha-vantage
Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash
Open skill - /architecture-patterns
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
Open skill
