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 hugging-face-paper-publisher-sickn33-antigravity-awesome --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/ai-ml/hugging-face-paper-publisher-sickn33-antigravity-awesome/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 ## When to Use Use this skill when a user wants to publish, link, index, or manage research papers on the Hugging Face Hub. 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 The included script uses PEP 723 inline dependencies. Prefer `uv run` over manual environment setup. - 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 a

What's inside
Steps it walks through
  1. When to Use
  2. Integration with HF Ecosystem
  3. 1. Paper Page Management
  4. 2. Link Papers to Artifacts
  5. 3. Research Article Creation
  6. 4. Metadata Management
  7. Prerequisites
  8. Method 1: Index Paper from arXiv
  9. Method 2: Link Paper to Model/Dataset
  10. Method 3: Claim Authorship
  11. Method 4: Manage Paper Visibility
  12. Method 5: Create Research Article
  13. Paper Template Structure
  14. Commands Reference
Ships with 1 file
  • metadata.json
Commands it runs
uv run scripts/paper_manager.py index \
uv run scripts/paper_manager.py check \
uv run scripts/paper_manager.py link \
uv run scripts/paper_manager.py claim \
uv run scripts/paper_manager.py check-authorship \
uv run scripts/paper_manager.py list-my-papers
uv run scripts/paper_manager.py toggle-visibility \
uv run scripts/paper_manager.py create \
uv run scripts/paper_manager.py convert \
uv run 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 hugging-face-paper-publisher-sickn33-antigravity-awesome --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