data

data is a skill for Claude Code, Codex from robium-ai/robium. It costs 153 tokens per session (2,782 once invoked), scanned A, original, MIT.

A planning guide for choosing where robot-training data comes from, such as existing datasets, computer simulations, or recordings from real robots, and how to store and version it.

In plain words
What is it for?
Use it to choose a data source, plan recorded robot episodes, define storage formats, and set up dataset versioning for robot-learning projects.
Why use it?
It helps teams make the data decision before training starts and avoid inconsistent storage or unclear dataset versions.

Skill for Claude CodeCodex

Part of the robium plugin — 72 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/1.2.1
Any agent
npx skills add robium-ai/robium --skill 1.2.1
Clone the repo
git clone --depth 1 https://github.com/robium-ai/robium

Made for: Claude Code, Codex.

Or install robium, the plugin that ships this one along with the rest of its 72 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 data

README.md
[![agentmods](https://agentmods.dev/badge/skills/robium-ai/robium/1.2.1.svg)](https://agentmods.dev/skills/robium-ai/robium/1.2.1)
Your own site
<a href="https://agentmods.dev/skills/robium-ai/robium/1.2.1"><img src="https://agentmods.dev/badge/skills/robium-ai/robium/1.2.1.svg" alt="Measured on agentmods" height="20"></a>
Per session 153 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,782 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.00153 $0.02782
Opus 5 $0.00077 $0.01391
Sonnet 5 $0.00031 $0.00556
Haiku 4.5 $0.00015 $0.00278

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

Security

Grade A, and why

data 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 5d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

  • data — 95% identical, 50 lines differ
  • data — 94% identical, 5 lines differ
archive/data/1.2.1/SKILL.md · 200 lines

How it starts

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

data

The data-sourcing umbrella for robium. Before any policy gets trained, something has to decide where the training data comes from — an existing hub dataset, data generated in simulation, or demonstrations collected via teleop on a real robot — and how it will be stored and versioned once it exists. This skill owns that selection and the cross-cutting sourcing rules; it does not own hub mechanics (huggingface), the LeRobotDataset format (lerobot), or the mechanics of generating synthetic data inside a simulator (isaac-sim, gazebo). It also does not own training itself — that is lerobot and isaac-lab's territory.

When to use this skill

  • Starting any robot-learning task and the data source isn't decided yet — this is a required early step for the manipulation vertical, the same way environments is a required early step for reproducibility.
  • The trigger phrases in the description: 'where do we get data', 'training data for the robot', 'dataset for manipulation', 'generate data in sim', 'collect demonstrations'.
  • Planning storage format, episode structure, or dataset versioning before a collection or generation effort starts, not after.
  • Cross-references — go to the sibling skill instead when the question is:
    • Actually pulling, pushing, or browsing a dataset on the Hub → huggingface. This skill decides which dataset or source strategy to use; it does not own hub auth or transfer mechanics.
    • The LeRobotDataset directory/Parquet+MP4 shape, recording CLI, or dataset editing tools → lerobot. This skill decides whether to record real demonstrations at all; lerobot owns how a recording actually happens.
    • The mechanics of generating synthetic data inside a simulator (Replicator, domain randomization, writers) → isaac-sim or gazebo. This skill decides whether sim-generated data is the right call for a task.
    • Training a policy on the data once sourced → lerobot (or isaac-lab for the NVIDIA RL stack).
    • The whole-stack decision this feeds into → architect (routes here).
    • Sourcing test data — worlds, models, sample datasets, fixtures, and goldens for smoke/regression tests → test-assets. This skill owns data that trains policies; test-assets owns data that tests apps.

Read the full file on GitHub · 200 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. 5d ago First seen · 200 lines · 153 tokens per session scan A 49aec3b1608d

Subscribe to this mod's changes

data is a skill published in the GitHub repository robium-ai/robium (9 stars, last pushed 7d ago), licensed MIT. It adds 153 tokens to every session and 2,782 once invoked, about $0.0008 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-31.

Related

Other skills, from other repositories

spark-environment-setup

Set up a working ML training/inference environment on NVIDIA DGX Spark (GB10, aarch64, CUDA 13). Use when installing PyTorch/Unsloth/TRL/vLLM on DGX Spark, hitting libcudart or wheel-ABI errors on aarch64, or choosing between NGC containers and bare pip installs.

wshobson/agents · 76 tokens

spark-training-gotchas

Preflight and diagnose the ten known failure modes for ML training on NVIDIA DGX Spark. Use when a training run on DGX Spark fails to start, OOMs below the 128GB limit, slows down mid-run, or before any multi-hour training job on GB10.

wshobson/agents · 63 tokens

9router-stt

Speech-to-text via 9Router /v1/audio/transcriptions using OpenAI Whisper / Groq / Gemini / Deepgram / AssemblyAI / NVIDIA / HuggingFace models. Use when the user wants to transcribe audio, convert speech to text, or get subtitles from audio files.

decolua/9router · 63 tokens

9router

Entry point for 9Router — local/remote AI gateway with OpenAI-compatible REST for chat, image, TTS, embeddings, web search, web fetch. Use when the user mentions 9Router, NINEROUTERURL, or wants AI without writing provider boilerplate. This skill covers setup + indexes capability skills; fetch the relevant capability…

decolua/9router · 84 tokens

9router-embeddings

Generate vector embeddings via 9Router /v1/embeddings using OpenAI / Gemini / Mistral / Voyage / Nvidia / GitHub embedding models for RAG, semantic search, similarity. Use when the user wants embeddings, vectors, RAG, semantic search, or to embed text.

decolua/9router · 66 tokens

ultralytics-platform

This skill should be used when user asks to "upload my model to Ultralytics Platform", "push this run to the platform", "upload a dataset to platform", "download a dataset from platform", "search platform datasets", "start cloud training", "train on platform GPUs", "export a model on platform", "deploy a model…

fcakyon/claude-codex-settings · 112 tokens