huggingface-papers

Extract structured metadata from Hugging Face paper URLs or arXiv IDs.

Updated Dec 17, 2024
One-click install
npx skills add https://github.com/LAF-US/IDAHO-VAULT --skill huggingface-papers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: huggingface-papers
Source: https://github.com/LAF-US/IDAHO-VAULT/tree/main/.codex/plugins/cache/openai-curated/hugging-face/314574a046f21938025ae443f9c6dbbd0c2c9b7a/skills/papers
Command: npx skills add https://github.com/LAF-US/IDAHO-VAULT --skill huggingface-papers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hugging Face paper pages are distributed across multiple sources (hf.co/papers and arXiv), and this skill provides a unified way to access, read, and extract structured metadata including authors, linked models/datasets/spaces, and project links for research workflows.

Core Features & Use Cases

  • Retrieve the markdown content of Hugging Face Paper pages and surface structured metadata via the Papers API.
  • Resolve paper URLs or arXiv IDs to a data payload suitable for notes, dashboards, or model/space references.
  • Use for summarizing, explaining, or analyzing AI research papers and connecting papers to related artifacts.

Quick Start

Enter a Hugging Face paper URL or arXiv ID to fetch its metadata and display authors, affiliations, and linked resources.

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?

You can retrieve Hugging Face papers metadata by providing a valid hf.co/papers URL or arXiv ID to fetch authors, linked models, datasets, spaces, and project pages via the Papers API.

Can I use an arXiv ID to fetch linked models and datasets for a paper?

Yes, you can use an arXiv ID to fetch linked models and datasets. The skill resolves arXiv IDs via the Papers API to return authors, linked models, datasets, spaces, and project pages.

What happens if an arXiv ID is invalid or not indexed on Hugging Face?

If an arXiv ID is invalid or not indexed on Hugging Face, the skill provides clear fallbacks and avoids errors by safely handling missing paper indices without crashing.

How do I get markdown content for summarizing AI research papers?

To get markdown content for summarizing AI research papers, provide a Hugging Face paper URL or arXiv ID to retrieve markdown content and structured metadata suitable for notes or dashboards.

Does the Hugging Face Papers API return author affiliations and project links?

Yes, the Hugging Face Papers API returns author affiliations and project links. The skill extracts structured metadata to connect research papers to related artifacts like models and datasets.

What is the best way to connect arXiv papers to linked Hugging Face spaces?

The best way to connect arXiv papers to linked Hugging Face spaces is querying the Papers API with an arXiv ID to resolve the paper and extract structured metadata for all linked artifacts.