Loading...
Loading...
Use when tasks involve reading and summarising an academic paper from either a PDF file or an arXiv URL. If the input is a PDF, convert it to images for accurate reading (equations/figures). If the input is an arXiv URL, download the LaTeX source to read. Output the summary as a standalone LaTeX file.
npx skill4agent add codeboyphilo/phi-skills summarise-paperpdftoppm.cache/{paper name}/[1,2,3,...].pnghttps://www.arxiv.org/abs/2601.07372abssrchttps://www.arxiv.org/src/2601.07372.tar.gz.cache/downloads/{paper name}/.cache/{paper name}/main.texnote/{paper name}/# macOS (Homebrew)
brew install poppler
# Ubuntu/Debian
sudo apt-get install -y poppler-utils