Skill · em Dados, IA e pesquisa

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,…

Procedência

Antes de instalar

6 arquivos · 54,7 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/skills/paper-2-web/.

d=".claude/skills/paper-2-web"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/paper-2-web"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/installation.md" "$u/references/installation.md" \
  -o "$d/references/paper2poster.md" "$u/references/paper2poster.md" \
  -o "$d/references/paper2video.md" "$u/references/paper2video.md" \
  -o "$d/references/paper2web.md" "$u/references/paper2web.md" \
  -o "$d/references/usage_examples.md" "$u/references/usage_examples.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/skills/paper-2-web/.

d="$HOME/.claude/skills/paper-2-web"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/paper-2-web"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/installation.md" "$u/references/installation.md" \
  -o "$d/references/paper2poster.md" "$u/references/paper2poster.md" \
  -o "$d/references/paper2video.md" "$u/references/paper2video.md" \
  -o "$d/references/paper2web.md" "$u/references/paper2web.md" \
  -o "$d/references/usage_examples.md" "$u/references/usage_examples.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: instala em .agents/skills/paper-2-web/.

d=".agents/skills/paper-2-web"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/paper-2-web"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/installation.md" "$u/references/installation.md" \
  -o "$d/references/paper2poster.md" "$u/references/paper2poster.md" \
  -o "$d/references/paper2video.md" "$u/references/paper2video.md" \
  -o "$d/references/paper2web.md" "$u/references/paper2web.md" \
  -o "$d/references/usage_examples.md" "$u/references/usage_examples.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.agents/skills/paper-2-web/.

d="$HOME/.agents/skills/paper-2-web"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/paper-2-web"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/installation.md" "$u/references/installation.md" \
  -o "$d/references/paper2poster.md" "$u/references/paper2poster.md" \
  -o "$d/references/paper2video.md" "$u/references/paper2video.md" \
  -o "$d/references/paper2web.md" "$u/references/paper2web.md" \
  -o "$d/references/usage_examples.md" "$u/references/usage_examples.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Antigravity

Neste projeto: instala em .agents/skills/paper-2-web/.

d=".agents/skills/paper-2-web"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/paper-2-web"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/installation.md" "$u/references/installation.md" \
  -o "$d/references/paper2poster.md" "$u/references/paper2poster.md" \
  -o "$d/references/paper2video.md" "$u/references/paper2video.md" \
  -o "$d/references/paper2web.md" "$u/references/paper2web.md" \
  -o "$d/references/usage_examples.md" "$u/references/usage_examples.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.gemini/antigravity-cli/skills/paper-2-web/.

d="$HOME/.gemini/antigravity-cli/skills/paper-2-web"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/paper-2-web"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/installation.md" "$u/references/installation.md" \
  -o "$d/references/paper2poster.md" "$u/references/paper2poster.md" \
  -o "$d/references/paper2video.md" "$u/references/paper2video.md" \
  -o "$d/references/paper2web.md" "$u/references/paper2web.md" \
  -o "$d/references/usage_examples.md" "$u/references/usage_examples.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Peça ao Rook

Já usa o Rook Labs? Cole no chat do Rook: instale a skill https://rooklabs.sh/marketplace/cct.paper-2-web

Prévia do SKILL.md

---
name: paper-2-web
description: 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 …
allowed-tools: [Read, Write, Edit, Bash]
---

# 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"

## Visual Enhancement with Scientific Schematics

**When creating documents with this skill, always consider adding scientific diagrams and schematics to enhance visual communication.**
…

Ver todo o marketplace