Back to skills

hugging-face-paper-pages

ai-tools

Fetches and parses Hugging Face paper pages using arXiv IDs or HF paper URLs. Returns full paper content as markdown or structured metadata including authors, linked models, datasets, spaces, GitHub r

Setup & Installation

npx skills add https://github.com/huggingface/hugging-face-paper-pages --skill hugging-face-paper-pages
or paste the link and ask your coding assistant to install it
https://github.com/huggingface/hugging-face-paper-pages
View on GitHub

What This Skill Does

Fetches and parses Hugging Face paper pages using arXiv IDs or HF paper URLs. Returns full paper content as markdown or structured metadata including authors, linked models, datasets, spaces, GitHub repos, and project pages. Covers both the papers API and the daily papers feed. Instead of manually parsing arXiv HTML or switching between pages, you get clean markdown or structured JSON for any paper in one call, with linked HF artifacts already resolved.

When to use it

  • Working with hugging face paper pages functionality
  • Implementing hugging face paper pages features
  • Debugging hugging face paper pages related issues