huggingface-paper-publisher

Installation
SKILL.md

Overview

Publish, manage, and link research papers on the Hugging Face Hub — arXiv indexing, model/dataset linking, authorship management, and professional markdown research-article generation.

Integration with the HF Ecosystem

Paper Pages (index/discover), arXiv integration (auto-indexing from arXiv IDs), model/dataset linking via metadata, authorship verification, and a research-article template.

Dependencies

The included scripts/paper_manager.py uses PEP 723 inline dependencies — prefer uv run over manual environment setup. Requires HF_TOKEN (write access) in the environment. All paths in the commands below are relative to this skill's directorycd there first, or use the full path.

Commands Reference

Index a paper from arXiv (or visit https://huggingface.co/papers/{arxiv-id} directly):

uv run scripts/paper_manager.py index --arxiv-id "2301.12345"
uv run scripts/paper_manager.py check --arxiv-id "2301.12345"     # check if already indexed
Installs
19
GitHub Stars
502
First Seen
Aug 3, 2026
huggingface-paper-publisher — waybarrios/opencode-power-pack