huggingface

huggingface is a skill for Claude Code from robium-ai/robium. It costs 129 tokens per session (2,422 once invoked), scanned A, original, MIT.

A set of instructions for using the Hugging Face Hub, a website for storing and sharing machine-learning models and datasets, in robotics projects.

In plain words
What is it for?
It helps explore datasets, download or upload models, run and diagnose Hugging Face Jobs, and inspect Spaces and their logs.
Why use it?
It gives the agent a defined way to inspect, transfer, and manage robotics data and models while pausing before risky actions such as publishing, paid computing, or deletion.

Skill for Claude Code

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

Part of the robium plugin — 70 skills, 1 agent, 6 hooks shipped together

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.

agentmods
npx agentmods add skills/robium-ai/robium/huggingface
Any agent
npx skills add robium-ai/robium --skill huggingface
Clone the repo
git clone --depth 1 https://github.com/robium-ai/robium

Made for: Claude Code.

Or install robium, the plugin that ships this one along with the rest of its 70 skills, 1 agent, 6 hooks.

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 huggingface

README.md
[![agentmods](https://agentmods.dev/badge/skills/robium-ai/robium/huggingface.svg)](https://agentmods.dev/skills/robium-ai/robium/huggingface)
Your own site
<a href="https://agentmods.dev/skills/robium-ai/robium/huggingface"><img src="https://agentmods.dev/badge/skills/robium-ai/robium/huggingface.svg" alt="Measured on agentmods" height="20"></a>
Per session 129 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,422 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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.00129 $0.02422
Opus 5 $0.00064 $0.01211
Sonnet 5 $0.00026 $0.00484
Haiku 4.5 $0.00013 $0.00242

Measured 2d ago against content hash 33db074e9c9e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

huggingface 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 2d ago.

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.

skills/huggingface/SKILL.md · 245 lines

How it starts

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

huggingface

The lean, self-contained Hub layer for Robium. Use the installed CLI as the executable source of truth, keep robotics-specific artifact checks visible, and pause before publishing, paid compute, destructive operations, or handling credentials beyond the user's explicit authority.

When to use this skill

  • Inspecting, downloading, creating, or uploading a robotics dataset or model repository on the Hugging Face Hub.
  • Exploring a dataset before downloading it, including its subsets, rows, Parquet exports, size, or statistics through Dataset Viewer.
  • Listing available Hub Jobs hardware or, after explicit authority, running, monitoring, inspecting, or cancelling a Job.
  • Inspecting a Space's metadata, runtime, build logs, or run logs.
  • Route LeRobotDataset structure, recording, policy training, checkpoint semantics, and evaluation to lerobot; route source-selection strategy to data; route whole-application choices to architect.

Key directives

  • Delegation posture: embed + links. Embed the stable common path below; consult live hf <group> --help and official documentation for flags and uncommon operations. The external Hugging Face skill catalog is optional, not a dependency.
  • Inspect before transfer. Check the repo card, file tree, revision, license, access status, and robotics embodiment/schema before downloading a large artifact or planning around it.
  • Keep secrets out of prompts, commands, logs, and commits. Prefer the browser/device flow from hf auth login or an already configured HF_TOKEN. Never echo a token, place it directly on a command line, or print it through hf auth token during an agent session.
  • External mutations need authority. Creating a repo, uploading or changing visibility, starting paid compute, restarting a Space, cancelling another process, or deleting/moving content requires explicit user authorization for the concrete action. Inspection and public downloads are read-only.
  • Do not copy a generated CLI inventory into Robium. Run hf --help and the relevant subgroup's help immediately before using a version-sensitive flag. The installed CLI and current official docs outrank examples here.
  • Never infer dataset/model facts from memory. Verify current contents, licensing, access, file sizes, and task/robot compatibility against the Hub.

Read the full file on GitHub · 245 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago First seen · 245 lines · 129 tokens per session scan A 33db074e9c9e

Subscribe to this mod's changes

huggingface is a skill published in the GitHub repository robium-ai/robium (9 stars, last pushed 8d ago), licensed MIT. It adds 129 tokens to every session and 2,422 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.