What problem does it solve? Managing research papers on Hugging Face Hub involves repetitive manual steps: indexing arXiv papers, linking them to model and dataset repositories, claiming authorship, and writing properly formatted research articles. This Skill automates those operations through a single CLI script. ## Core Features & Use Cases - Paper Indexing & Linking: Index arXiv papers on Hugging Face and link them to model, dataset, or Space repositories by automatically updating README frontmatter with arXiv tags and citations. - Authorship & Visibility Management: Claim paper authorship, check verification status, and toggle paper visibility on your HF profile. - Research Article Generation: Create professional markdown papers from four templates (standard, modern, arxiv, ml-report) and generate BibTeX citations from arXiv metadata. - Use Case: After publishing a paper on arXiv, run the link command to automatically update your model card with the paper reference, arXiv tag, and formatted BibTeX citation so the model becomes discoverable from the HF Paper Page. ## Quick Start Ask the agent to index your arXiv paper on Hugging Face and link it to your model repository using the paper_manager script with your arXiv ID and repo ID.