hugging-face-paper-publisher

Index arXiv papers and link them to Hugging Face repositories.

2|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/patronus-ai/skill-inject --skill hugging-face-paper-publisher-patronus-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hugging-face-paper-publisher
Source: https://github.com/patronus-ai/skill-inject/tree/main/data/skills/hf-paper-publisher
Command: npx skills add https://github.com/patronus-ai/skill-inject --skill hugging-face-paper-publisher-patronus-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Research teams need a reliable way to publish, index, and maintain paper presence across platforms, while keeping model and dataset documentation properly linked and citable.

Core Features & Use Cases

  • Paper indexing and discovery: Create and locate Hugging Face Paper Pages from arXiv IDs (and check whether a paper is already indexed).
  • Linking to models, datasets, and Spaces: Insert arXiv links and citation details into repository README YAML frontmatter to enable Hub-generated paper tags.
  • Authorship and visibility management: Claim authorship status and control whether papers appear on a profile.
  • Research article generation: Generate professional markdown-based paper content using multiple templates (standard, modern, arXiv-style, and ML report).

Quick Start

Use this skill to index an arXiv paper and then link it to a Hugging Face model README with proper citation formatting by running: python scripts/paper_manager.py index --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 index an arXiv paper on Hugging Face?▼

To index an arXiv paper on Hugging Face, run a script to normalize the arXiv ID and create a Paper Page, which links your research to models, datasets, and Spaces for discovery.

How do I add arXiv citations to Hugging Face model README files?▼

You can add arXiv citations to Hugging Face model README files by inserting YAML frontmatter with arXiv links, enabling Hub-generated paper tags for proper repository documentation.

Can I claim authorship and manage visibility for Hugging Face papers?▼

Yes, you can claim authorship status and control whether papers appear on your Hugging Face profile by toggling visibility settings through the Hub API.

Do I need a Hugging Face API token to publish and manage research papers?▼

Yes, you need an HF_TOKEN for Hugging Face Hub API access to execute scripted operations for publishing research papers and updating repository README content.

What templates are available for generating markdown research articles?▼

Available templates for generating markdown research articles include standard, modern, arXiv-style, and ML report formats to create professional paper content.

How do I link Hugging Face Spaces and datasets to an arXiv publication?▼

You link Hugging Face Spaces and datasets to an arXiv publication by inserting arXiv links and citation details into the repository README YAML frontmatter.