hugging-face-paper-publisher

Index arXiv papers to Hugging Face Paper Pages and update READMEs.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/cpich3g/ai-cost-optimiser --skill hugging-face-paper-publisher-cpich3g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugging-face-paper-publisher
Source: https://github.com/cpich3g/ai-cost-optimiser/tree/main/.github/skills/hugging-face-paper-publisher
Command: npx skills add https://github.com/cpich3g/ai-cost-optimiser --skill hugging-face-paper-publisher-cpich3g

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?

Publishers and researchers spend time manually indexing papers, linking them to models/datasets, and maintaining metadata on Hugging Face Hub; this skill automates that workflow.

Core Features & Use Cases

  • Index papers from arXiv to HF Paper Pages and verify existence.
  • Link papers to repositories (models, datasets, or spaces) with proper YAML metadata and BibTeX citations.
  • Generate professional research articles using predefined templates and automate README updates.

Quick Start

Run the script to index a paper from arXiv, then link it to a repository and generate a BibTeX citation in one seamless workflow.

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 automatically index arXiv papers to Hugging Face Hub?

To index arXiv papers to Hugging Face Hub, use this skill to fetch arXiv metadata, verify paper page existence, and automate the indexing workflow through Hugging Face Hub APIs with proper authentication.

Can I link my Hugging Face model repository to an arXiv paper with BibTeX citations?

Yes, you can link Hugging Face model repositories to arXiv papers using this skill to inject proper YAML metadata and generate BibTeX citations directly into the repository README.

Do I need Hugging Face API access to link papers and update READMEs?

Yes, you need Hugging Face Hub API access and authentication to perform index, link, and article-generation tasks, along with python-dotenv to manage environment credentials.

What is the best way to generate research articles and update repository READMEs on Hugging Face?

The best way to generate research articles and update READMEs is using predefined templates to automate professional article generation and apply YAML metadata updates across multiple repositories.

Why does my arXiv to Hugging Face paper linking workflow fail during metadata verification?

arXiv to Hugging Face paper linking fails when the paper page does not exist yet, requiring the script to first verify existence and ensure proper API authentication before applying metadata.