AI SummaryThis 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. The inclu
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "huggingface-paper-publisher" skill in my project. Please run this command in my terminal: # Install skill into your project (8 files) mkdir -p .claude/skills/huggingface-paper-publisher && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/huggingface-paper-publisher/SKILL.md "https://raw.githubusercontent.com/huggingface/skills/main/skills/huggingface-paper-publisher/SKILL.md" && mkdir -p .claude/skills/huggingface-paper-publisher/examples && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/huggingface-paper-publisher/examples/example_usage.md "https://raw.githubusercontent.com/huggingface/skills/main/skills/huggingface-paper-publisher/examples/example_usage.md" && mkdir -p .claude/skills/huggingface-paper-publisher/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/huggingface-paper-publisher/references/quick_reference.md "https://raw.githubusercontent.com/huggingface/skills/main/skills/huggingface-paper-publisher/references/quick_reference.md" && mkdir -p .claude/skills/huggingface-paper-publisher/scripts && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/huggingface-paper-publisher/scripts/paper_manager.py "https://raw.githubusercontent.com/huggingface/skills/main/skills/huggingface-paper-publisher/scripts/paper_manager.py" && mkdir -p .claude/skills/huggingface-paper-publisher/templates && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/huggingface-paper-publisher/templates/arxiv.md "https://raw.githubusercontent.com/huggingface/skills/main/skills/huggingface-paper-publisher/templates/arxiv.md" && mkdir -p .claude/skills/huggingface-paper-publisher/templates && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/huggingface-paper-publisher/templates/ml-report.md "https://raw.githubusercontent.com/huggingface/skills/main/skills/huggingface-paper-publisher/templates/ml-report.md" && mkdir -p .claude/skills/huggingface-paper-publisher/templates && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/huggingface-paper-publisher/templates/modern.md "https://raw.githubusercontent.com/huggingface/skills/main/skills/huggingface-paper-publisher/templates/modern.md" && mkdir -p .claude/skills/huggingface-paper-publisher/templates && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/huggingface-paper-publisher/templates/standard.md "https://raw.githubusercontent.com/huggingface/skills/main/skills/huggingface-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
• Run scripts with uv run (dependencies are resolved from the script header) • Set HF_TOKEN environment variable with Write-access token > **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
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster