hugging-face-paper-publisher

Publish and manage research papers on Hugging Face Hub.

10.9k|724|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/huggingface/skills --skill hugging-face-paper-publisher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugging-face-paper-publisher
Source: https://github.com/huggingface/skills/tree/main/skills/hugging-face-paper-publisher
Command: npx skills add https://github.com/huggingface/skills --skill hugging-face-paper-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires huggingface_hub, pyyaml, requests, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Publish and manage research papers on Hugging Face Hub by creating paper pages, linking papers to models and datasets, and claiming authorship.

Core Features & Use Cases

  • Paper pages: Create and index research papers on HF Hub.
  • Linking: Attach arXiv papers to models, datasets, and Spaces via YAML frontmatter in READMEs.
  • Authorship: Claim authorship and verify contributions.
  • Templates: Generate markdown-based research articles using templates.

Quick Start

  • Create a new paper article: use the example workflow to create a modern template with your title and authors.
  • Index a published arXiv paper: run index --arxiv-id 2301.12345.
  • Link a paper to a repository: run link --repo-id "username/model" --arxiv-id "2301.12345" .

Frequently Asked Questions about hugging-face-paper-publisher

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

FAQPage Schema
How do I publish research papers on Hugging Face Hub?

To publish research papers on Hugging Face Hub, use the Skill to create paper pages, index published arXiv papers via their IDs, and generate markdown-based research articles using provided templates.

Can I link an arXiv paper to my model or dataset repository?

Yes, you can link an arXiv paper to models, datasets, and Spaces by running the link command with your repository ID and the target arXiv ID, which attaches the paper reference via YAML frontmatter in the README.

Do I need Hugging Face authentication to create paper pages?

Yes, standard Hugging Face authentication is required to perform write operations such as creating paper pages, claiming authorship, and linking repositories on the Hub.

What is the best way to claim authorship for a paper on Hugging Face?

The best way to claim authorship is to use the Skill's built-in authorship features to verify your contributions and attach your profile to the paper page on the Hugging Face Hub.

How do I generate a markdown article for my research paper?

You can generate markdown-based research articles by using the provided markdown templates, initiating the example workflow to create a modern template populated with your specific title and authors.

What Python dependencies are required to index arXiv papers?

Indexing arXiv papers requires standard Python dependencies including huggingface_hub, pyyaml, requests, and python-dotenv to manage metadata synchronization and Hub interactions.