Agent skill

hugging-face-paper-publisher

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill hf-paper-publisher --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Path: skills/ai-ml/hf-paper-publisher/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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. ## Integration with HF Ecosystem - **Paper Pages**: Index and discover papers on Hugging Face Hub - **arXiv Integration**: Automatic paper indexing from arXiv IDs - **Model/Dataset Linking**: Connect papers to relevant artifacts through metadata - **Authorship Verification**: Claim and verify paper authorship - **Research Article Template**: Generate professional, modern scientific papers # Version 1.0.0 # Dependencies - huggingface_hub>=0.26.0 - pyyaml>=6.0.3 - requests>=2.32.5 - markdown>=3.5.0 - python-dotenv>=1.2.1 # Core Capabilities ## 1. Paper Page Management - **Index Papers**: Add papers to Hugging Face from arXiv - **Claim Authorship**: Verify and claim authorship on published papers - **Manage Visibility**: Control which papers appear on your profile - **Paper Discovery**: Find and explore papers in the HF ecosystem ## 2. Link Papers to Artifacts - **Model Cards**: Add paper

What's inside
Steps it walks through
  1. Integration with HF Ecosystem
  2. 1. Paper Page Management
  3. 2. Link Papers to Artifacts
  4. 3. Research Article Creation
  5. 4. Metadata Management
  6. Prerequisites
  7. Method 1: Index Paper from arXiv
  8. Method 2: Link Paper to Model/Dataset
  9. Method 3: Claim Authorship
  10. Method 4: Manage Paper Visibility
  11. Method 5: Create Research Article
  12. Paper Template Structure
  13. Commands Reference
  14. YAML Metadata Format
Ships with 1 file
  • metadata.json
Commands it runs
python scripts/paper_manager.py index \
python scripts/paper_manager.py check \
python scripts/paper_manager.py link \
python scripts/paper_manager.py claim \
python scripts/paper_manager.py check-authorship \
python scripts/paper_manager.py list-my-papers
python scripts/paper_manager.py toggle-visibility \
python scripts/paper_manager.py create \
python scripts/paper_manager.py convert \
python scripts/paper_manager.py index --arxiv-id "2301.12345"
More from claude-skill-registry
All skills →
About this skill
What does the hugging-face-paper-publisher skill do?

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.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill hf-paper-publisher --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going