Skip to content
Skill

hugging-face-paper-publisher

by huggingface

AI Summary

A skill that enables researchers and AI engineers to publish, manage, and link research papers on Hugging Face Hub with arXiv integration and professional markdown generation. Useful for academics and ML practitioners looking to streamline paper publication workflows.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "hugging-face-paper-publisher" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory (8 files)
mkdir -p .claude/skills/hugging-face-paper-publisher && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/hugging-face-paper-publisher/SKILL.md "https://raw.githubusercontent.com/huggingface/skills/main/skills/hugging-face-paper-publisher/SKILL.md" && mkdir -p .claude/skills/hugging-face-paper-publisher/examples && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/hugging-face-paper-publisher/examples/example_usage.md "https://raw.githubusercontent.com/huggingface/skills/main/skills/hugging-face-paper-publisher/examples/example_usage.md" && mkdir -p .claude/skills/hugging-face-paper-publisher/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/hugging-face-paper-publisher/references/quick_reference.md "https://raw.githubusercontent.com/huggingface/skills/main/skills/hugging-face-paper-publisher/references/quick_reference.md" && mkdir -p .claude/skills/hugging-face-paper-publisher/scripts && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/hugging-face-paper-publisher/scripts/paper_manager.py "https://raw.githubusercontent.com/huggingface/skills/main/skills/hugging-face-paper-publisher/scripts/paper_manager.py" && mkdir -p .claude/skills/hugging-face-paper-publisher/templates && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/hugging-face-paper-publisher/templates/arxiv.md "https://raw.githubusercontent.com/huggingface/skills/main/skills/hugging-face-paper-publisher/templates/arxiv.md" && mkdir -p .claude/skills/hugging-face-paper-publisher/templates && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/hugging-face-paper-publisher/templates/ml-report.md "https://raw.githubusercontent.com/huggingface/skills/main/skills/hugging-face-paper-publisher/templates/ml-report.md" && mkdir -p .claude/skills/hugging-face-paper-publisher/templates && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/hugging-face-paper-publisher/templates/modern.md "https://raw.githubusercontent.com/huggingface/skills/main/skills/hugging-face-paper-publisher/templates/modern.md" && mkdir -p .claude/skills/hugging-face-paper-publisher/templates && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/hugging-face-paper-publisher/templates/standard.md "https://raw.githubusercontent.com/huggingface/skills/main/skills/hugging-face-paper-publisher/templates/standard.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Publish and manage research papers on Hugging Face Hub. Supports creating paper pages, linking papers to models/datasets, claiming authorship, and generating professional markdown-based research articles.

Overview

This skill provides comprehensive tools for AI engineers and researchers to publish, manage, and link research papers on the Hugging Face Hub. It streamlines the workflow from paper creation to publication, including integration with arXiv, model/dataset linking, and authorship management.

Usage Instructions

The skill includes Python scripts in scripts/ for paper publishing operations.

Prerequisites

• Install dependencies: uv add huggingface_hub pyyaml requests markdown python-dotenv • Set HF_TOKEN environment variable with Write-access token • Activate virtual environment: source .venv/bin/activate > **All paths are relative to the directory containing this SKILL.md file.** > Before running any script, first cd to that directory or use the full path.

Integration Examples

Workflow 1: Publish New Research `bash

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
Adoption1K+ stars on GitHub
8.5k ★ · Popular
DocsREADME + description
Well-documented

GitHub Signals

Stars8.5k
Forks502
Issues21
Updated1mo ago
View on GitHub
Apache-2.0 License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code