huggingface-trackio

huggingface-trackio is a skill for Claude Code, Codex from metaspartan/cybara. It costs 30 tokens per session (322 once invoked), scanned A, original, MIT.

A toolkit for recording and reviewing machine-learning training experiments with Hugging Face Trackio, a system for storing metrics such as loss, learning rate, and progress.

In plain words
What is it for?
Use it to log training and evaluation metrics, monitor resource use, detect problems such as stalled progress or invalid values, and export structured results.
Why use it?
It keeps training results, settings, and run health in one place, making it easier to spot failures and compare compatible experiments.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to log training and evaluation metrics, monitor resource use, detect problems such as stalled progress or invalid values, and export structured results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/metaspartan/cybara/huggingface-trackio
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 metaspartan/cybara --skill huggingface-trackio
Clone the repo
git clone --depth 1 https://github.com/metaspartan/cybara

Made for: Claude Code, Codex.

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-trackio

README.md
[![agentmods](https://agentmods.dev/badge/skills/metaspartan/cybara/huggingface-trackio/github.svg)](https://agentmods.dev/skills/metaspartan/cybara/huggingface-trackio)
Your own site
<a href="https://agentmods.dev/skills/metaspartan/cybara/huggingface-trackio"><img src="https://agentmods.dev/badge/skills/metaspartan/cybara/huggingface-trackio/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 huggingface-trackio

Your own site · 80×15
<a href="https://agentmods.dev/skills/metaspartan/cybara/huggingface-trackio"><img src="https://agentmods.dev/badge/skills/metaspartan/cybara/huggingface-trackio.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 322 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00030 $0.00322
Opus 5 $0.00015 $0.00161
Sonnet 5 $0.00006 $0.00064
Haiku 4.5 $0.00003 $0.00032

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

Security

Grade A, and why

huggingface-trackio 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 10d 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.

plugins/huggingface-workflows/skills/huggingface-trackio/SKILL.md · 36 lines

What it actually says

Hugging Face Trackio

Use Trackio to make training state observable and reproducible.

Instrumentation

import trackio

trackio.init(project="project-name", config={"learning_rate": 0.0001})
trackio.log({"loss": 0.1, "learning_rate": 0.0001, "step": 1})
trackio.finish()

Use report_to="trackio" when the selected trainer supports it. For remote training, configure a durable Space or other supported synchronization target so metrics survive the job.

Required signals

  • train and evaluation loss
  • task-specific evaluation metrics
  • learning rate and step or epoch
  • examples or tokens processed per second
  • GPU memory or system utilization when available
  • configuration, model revision, dataset revision, and seed
  • alerts for NaN/Inf values, loss divergence, stalled progress, and failed persistence

Use structured CLI output when retrieving metrics for an agent. Compare runs only after verifying that their model, data, method, and evaluation settings are compatible.

Creating or changing a public tracking Space, webhook, or external alert destination transmits data. Confirm the destination and the metrics being sent before enabling it, and never log secrets or raw sensitive examples.

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. 10d ago First seen · 36 lines · 30 tokens per session scan A fb33f1ac4ce5

Subscribe to this mod's changes

huggingface-trackio is a skill published in the GitHub repository metaspartan/cybara (28 stars, last pushed today), licensed MIT. It adds 30 tokens to every session and 322 once invoked, about $0.0002 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-08-30.