$npx -y skills add LeonChaoX/qinyan-academic-skills --skill paper-2-webThis 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, confer
| 1 | # Paper2All: Academic Paper Transformation Pipeline |
| 2 | |
| 3 | ## Overview |
| 4 | |
| 5 | 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: |
| 6 | |
| 7 | 1. **Paper2Web**: Interactive, explorable academic homepages with layout-aware design |
| 8 | 2. **Paper2Video**: Professional presentation videos with narration, slides, and optional talking-head |
| 9 | 3. **Paper2Poster**: Print-ready conference posters with professional layouts |
| 10 | |
| 11 | 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. |
| 12 | |
| 13 | ## When to Use This Skill |
| 14 | |
| 15 | Use this skill when: |
| 16 | |
| 17 | - **Creating conference materials**: Posters, presentation videos, and companion websites for academic conferences |
| 18 | - **Promoting research**: Converting published papers or preprints into accessible, engaging web formats |
| 19 | - **Preparing presentations**: Generating video abstracts or full presentation videos from paper content |
| 20 | - **Disseminating findings**: Creating promotional materials for social media, lab websites, or institutional showcases |
| 21 | - **Enhancing preprints**: Adding interactive homepages to bioRxiv, arXiv, or other preprint submissions |
| 22 | - **Batch processing**: Generating promotional materials for multiple papers simultaneously |
| 23 | |
| 24 | **Trigger phrases**: |
| 25 | - "Convert this paper to a website" |
| 26 | - "Generate a conference poster from my LaTeX paper" |
| 27 | - "Create a video presentation from this research" |
| 28 | - "Make an interactive homepage for my paper" |
| 29 | - "Transform my paper into promotional materials" |
| 30 | - "Generate a poster and video for my conference talk" |
| 31 | |
| 32 | ## Visual Enhancement with Scientific Schematics |
| 33 | |
| 34 | **When creating documents with this skill, always consider adding scientific diagrams and schematics to enhance visual communication.** |
| 35 | |
| 36 | If your document does not already contain schematics or diagrams: |
| 37 | - Use the **scientific-schematics** skill to generate AI-powered publication-quality diagrams |
| 38 | - Simply describe your desired diagram in natural language |
| 39 | - Nano Banana Pro will automatically generate, review, and refine the schematic |
| 40 | |
| 41 | **For new documents:** Scientific schematics should be generated by default to visually represent key concepts, workflows, architectures, or relationships described in the text. |
| 42 | |
| 43 | **How to generate schematics:** |
| 44 | ```bash |
| 45 | python scripts/generate_schematic.py "your diagram description" -o figures/output.png |
| 46 | ``` |
| 47 | |
| 48 | The AI will automatically: |
| 49 | - Create publication-quality images with proper formatting |
| 50 | - Review and refine through multiple iterations |
| 51 | - Ensure accessibility (colorblind-friendly, high contrast) |
| 52 | - Save outputs in the figures/ directory |
| 53 | |
| 54 | **When to add schematics:** |
| 55 | - Paper transformation pipeline diagrams |
| 56 | - Website layout architecture diagrams |
| 57 | - Video production workflow illustrations |
| 58 | - Poster design process flowcharts |
| 59 | - Content extraction diagrams |
| 60 | - System architecture visualizations |
| 61 | - Any complex concept that benefits from visualization |
| 62 | |
| 63 | For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation. |
| 64 | |
| 65 | --- |
| 66 | |
| 67 | ## Core Capabilities |
| 68 | |
| 69 | ### 1. Paper2Web: Interactive Website Generation |
| 70 | |
| 71 | Converts papers into layout-aware, interactive academic homepages that go beyond simple HTML conversion. |
| 72 | |
| 73 | **Key Features**: |
| 74 | - Responsive, multi-section layouts adapted to paper content |
| 75 | - Interactive figures, tables, and citations |
| 76 | - Mobile-friendly design with navigation |
| 77 | - Automatic logo discovery (with Google Search API) |
| 78 | - Aesthetic refinement and quality assessment |
| 79 | |
| 80 | **Best For**: Post-publication promotion, preprint enhancement, lab websites, permanent research showcases |
| 81 | |
| 82 | → **See `references/paper2web.md` for detailed documentation** |
| 83 | |
| 84 | --- |
| 85 | |
| 86 | ### 2. Paper2Video: Presentation Video Generation |
| 87 | |
| 88 | Generates professional presentation videos with slides, narration, cursor movements, and optional talking-head video. |
| 89 | |
| 90 | **Key Features**: |
| 91 | - Automated slide generation from paper structure |
| 92 | - Natural-sounding speech synthesis |
| 93 | - Synchronized cursor movements and highlights |
| 94 | - Optional talking-head video using Hallo2 (requires GPU) |
| 95 | - Multi-language support |
| 96 | |
| 97 | **Best For**: Video abstracts, conference presentations, online talks, course materials, YouTube promotion |
| 98 | |
| 99 | → **See `references/paper2video.md` for detailed documentation** |
| 100 | |
| 101 | --- |
| 102 | |
| 103 | ### 3. Pape |