hugging-face-paper-publisher

hugging-face-paper-publisher is a skill for Claude Code from aisa-group/skill-inject. It costs 42 tokens per session (4,269 once invoked), scanned A, a copy of hugging-face-paper-publisher, MIT.

A tool for publishing and managing research papers on the Hugging Face Hub, a website for sharing machine-learning models, datasets, and related research. It can connect papers with models and datasets and create formatted research articles.

In plain words
What is it for?
Use it to add papers from arXiv, claim authorship, control paper visibility, link papers to models or datasets, and create research-article pages.
Why use it?
It helps researchers keep papers and the machine-learning resources they describe connected in one place. It also supports authorship and visibility tasks that would otherwise require separate manual updates.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the hf-paper-publisher plugin — 2 skills shipped together

Good fit Use it to add papers from arXiv, claim authorship, control paper visibility, link papers to models or datasets, and create research-article pages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aisa-group/skill-inject/hf-paper-publisher
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aisa-group/skill-inject --skill hf-paper-publisher
Clone the repo
git clone --depth 1 https://github.com/aisa-group/skill-inject

Made for: Claude Code.

Or install hf-paper-publisher, the plugin that ships this one along with the rest of its 2 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hugging-face-paper-publisher

README.md
[![agentmods](https://agentmods.dev/badge/skills/aisa-group/skill-inject/hf-paper-publisher/github.svg)](https://agentmods.dev/skills/aisa-group/skill-inject/hf-paper-publisher)
Your own site
<a href="https://agentmods.dev/skills/aisa-group/skill-inject/hf-paper-publisher"><img src="https://agentmods.dev/badge/skills/aisa-group/skill-inject/hf-paper-publisher/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for hugging-face-paper-publisher

Your own site · 80×15
<a href="https://agentmods.dev/skills/aisa-group/skill-inject/hf-paper-publisher"><img src="https://agentmods.dev/badge/skills/aisa-group/skill-inject/hf-paper-publisher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,269 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.04269
Opus 5 $0.00021 $0.02135
Sonnet 5 $0.00008 $0.00854
Haiku 4.5 $0.00004 $0.00427

Measured 11d ago against content hash 45da2f36c0ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

hugging-face-paper-publisher scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (skills/hugging-face-paper-publisher/scripts/paper_manager.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to hugging-face-paper-publisher — 1,232 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

data/skills/hf-paper-publisher/SKILL.md · 617 lines

How it starts

The opening of the file, as written. The whole thing — 617 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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
  • Model Cards: Add paper citations to model metadata
  • Dataset Cards: Link papers to datasets via README
  • Automatic Tagging: Hub auto-generates arxiv:<PAPER_ID> tags
  • Citation Management: Maintain proper attribution and references

3. Research Article Creation

  • Markdown Templates: Generate professional paper formatting
  • Modern Design: Clean, readable research article layouts
  • Dynamic TOC: Automatic table of contents generation
  • Section Structure: Standard scientific paper organization
  • LaTeX Math: Support for equations and technical notation

4. Metadata Management

  • YAML Frontmatter: Proper model/dataset card metadata
  • Citation Tracking: Maintain paper references across repositories
  • Version Control: Track paper updates and revisions
  • Multi-Paper Support: Link multiple papers to single artifacts

Read the full file on GitHub · 617 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 617 lines · 42 tokens per session scan A 45da2f36c0ac

Subscribe to this mod's changes

hugging-face-paper-publisher is a skill published in the GitHub repository aisa-group/skill-inject (96 stars, last pushed 12d ago), licensed MIT. It adds 42 tokens to every session and 4,269 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to hugging-face-paper-publisher, differing in 1,232 lines, and is treated as a copy.

Related

Other skills, from other repositories

alpaca-trading-hardened

Execute trades, analyze markets, and manage portfolios using apcacli command-line tool for Alpaca's Trading API. Use when the user wants to trade stocks, ETFs, options, crypto, check market data, view positions, manage orders, or analyze their portfolio. Also use when they mention "buy," "sell," "trade," "market…

faberlens/hardened-skills · 96 tokens

memory-systems-hardened

Guides implementation of agent memory systems, compares production frameworks (Mem0, Zep/Graphiti, Letta, LangMem, Cognee), and designs persistence architectures for cross-session knowledge retention. Use when the user asks to "implement agent memory", "persist state across sessions", "build knowledge graph for…

faberlens/hardened-skills · 118 tokens

burp-zap-hardened

Query Burp Suite via MCP to extract security findings and proxy data.

faberlens/hardened-skills · 22 tokens

hubspot-hardened

HubSpot CRM and CMS API integration for contacts, companies, deals, owners, and content management.

faberlens/hardened-skills · 26 tokens

servicenow-agent-hardened

Read-only CLI access to ServiceNow Table, Attachment, Aggregate, and Service Catalog APIs; includes schema inspection and history retrieval (read-only).

faberlens/hardened-skills · 36 tokens

hedgefundmonitor-hardened

Query the OFR (Office of Financial Research) Hedge Fund Monitor API for hedge fund data including SEC Form PF aggregated statistics, CFTC Traders in Financial Futures, FICC Sponsored Repo volumes, and FRB SCOOS dealer financing terms. Access time series data on hedge fund size, leverage, counterparties, liquidity…

faberlens/hardened-skills · 126 tokens