huggingface-papers

Retrieves Hugging Face paper pages and extracts structured metadata via the Papers API.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tripplen23/finetuning-sessions --skill huggingface-papers-tripplen23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: huggingface-papers
Source: https://github.com/tripplen23/finetuning-sessions/tree/main/.kiro/skills/huggingface-papers
Command: npx skills add https://github.com/tripplen23/finetuning-sessions --skill huggingface-papers-tripplen23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hugging Face Paper Pages provide a domain-specific hub for AI papers; this skill enables users to fetch those pages in Markdown and extract structured metadata such as authors, linked models, datasets, Spaces, project pages, and GitHub repositories, enabling deeper insights and analysis of research papers.

Core Features & Use Cases

  • Retrieve Hugging Face paper pages in Markdown and access structured metadata via the Papers API.
  • Discover linked resources (models, datasets, Spaces) and external links (GitHub, project pages) to build a research context.
  • Use cases include summarizing, explaining, or analyzing a paper, or generating quick briefs from a paper page for literature reviews.

Quick Start

Provide a Hugging Face paper URL or arXiv ID to fetch the paper page and structured metadata.

Frequently Asked Questions about huggingface-papers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract metadata from a Hugging Face paper page?

To extract metadata from a Hugging Face paper page, provide the paper URL or arXiv ID. The tool fetches the page via the Papers API and parses structured fields like authors, linked models, datasets, Spaces, and GitHub repositories.

Can I fetch Hugging Face papers using an arXiv ID?

Yes, you can fetch Hugging Face papers using an arXiv ID. The skill accepts both direct Hugging Face paper URLs and arXiv URLs or IDs to retrieve the paper content and its linked project resources.

What linked resources can I discover from an AI research paper?

When analyzing an AI research paper, you can discover linked resources including models, datasets, Spaces, project pages, and GitHub repositories. This builds a complete research context from the Hugging Face Papers API.

How do I summarize a paper for a literature review?

To summarize a paper for a literature review, input the Hugging Face paper URL. The skill retrieves the page content in Markdown, allowing you to quickly generate briefs and analyze the research findings.

Does the Hugging Face Papers API return content in Markdown or JSON?

The Hugging Face Papers API returns content in both Markdown and JSON formats. This allows the skill to fetch the paper page text for summarization while extracting structured metadata for analysis.