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.
npx skills add NVIDIA-TAO/tao-skill-bank --skill tao-finetune-cosmos-reasongit clone --depth 1 https://github.com/NVIDIA-TAO/tao-skill-bankWrote 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.
[](https://agentmods.dev/skills/nvidia-tao/tao-skill-bank/tao-finetune-cosmos-reason)<a href="https://agentmods.dev/skills/nvidia-tao/tao-skill-bank/tao-finetune-cosmos-reason"><img src="https://agentmods.dev/badge/skills/nvidia-tao/tao-skill-bank/tao-finetune-cosmos-reason/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.
<a href="https://agentmods.dev/skills/nvidia-tao/tao-skill-bank/tao-finetune-cosmos-reason"><img src="https://agentmods.dev/badge/skills/nvidia-tao/tao-skill-bank/tao-finetune-cosmos-reason.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 4 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 36 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
- medium Excessive Agency · line 92 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
- medium Excessive Agency · line 146 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
- medium Excessive Agency · line 158 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00073 | $0.04286 |
| Opus 5 | $0.00036 | $0.02143 |
| Sonnet 5 | $0.00015 | $0.00857 |
| Haiku 4.5 | $0.00007 | $0.00429 |
Grade A, and why
tao-finetune-cosmos-reason 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 347 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cosmos3 TAO training
Keep one shared model-facing frontend. Backend image fields and contract paths
live under backend_contracts in references/skill_info.yaml; image literals
are stamped from versions.yaml, while referenced backend YAMLs define native
runtime schemas. Never translate between them.
Mandatory runtime intake
Before planning training, collect all of the following. Do not infer a path from history, another user, a prior job, an image, or a developer checkout.
base_model_path_or_uri. For a Hugging Face model ID or URL, accept an optional friendlybase_model_revisionsuch as a branch or tag. If omitted, resolvemain; do not ask the user for a commit SHA. Resolve the selected ref read-only through the Hub API to its immutable commit and seal the model ID, requested ref, and resolved SHA in the plan. A complete local snapshot needs no revision and is sealed by its file fingerprints.- For Cosmos3-Nano, an explicit input-checkpoint
model_type:qwen3_vlorcosmos3_omni. If the user did not supply it, ask once before planning; never infer the choice fromconfig.json, a model ID, a path name, or a previous run. Explain the two choices in plain language:qwen3_vluses a compatible Hugging Face checkpoint directly, whilecosmos3_omnirequires an immutable conversion to exact Qwen3-VL safetensors before training. Record the answer asbase_model_format. Cosmos3-Edge is inferred ascosmos3_edgefrom the resolved model ID and does not present this Nano-only choice. - Do not expose Omni preparation implementation fields during normal intake.
For Nano, use
Qwen/Qwen3-VL-8B-Instruct, resolve both Hub models to immutable commits, and run the selected backend's packaged converter. Framework usescosmos_framework.scripts.convert_model_to_vlm_safetensors; Cosmos-RL usescosmos_rl.model_preparation.vlm_safetensorswith its pinned isolated converter runtime. Validate an explicitly suppliedprepared_checkpoint_pathor donor, but never ask for one by default. - Accept
hf_model://nvidia/Cosmos3-Nanodirectly. If a gated/private model cannot be resolved, ask the user only to setHF_TOKENin the session environment; never ask them to discover a SHA or provide the token value in chat. - explicit video sampling mode: either uniform
nframesorfps. FPS mode may also setmin_framesandmax_frames; both modes may set clip-time, resize, and pixel-budget fields supported by the selected backend. - training/validation annotation paths and media roots for conversation-style or task-aware video supervision, plus optional task selection.
- explicit
backendfor a comparison;cosmos-frameworkorcosmos-rl. training_mode;denseorpeft. PEFT also requires rank, alpha, dropout, target modules, bias, RS-LoRA, modules-to-save, and adapter precision.- user-owned
results_dir,checkpoint_dir,cache_dir, and, for SLURM,sqsh_cache_dir,ssh_key_path, mounts, and scheduler settings. - Runtime order: compute-readable
sqsh_path, explicit image, then the selected backend image inreferences/skill_info.yaml. On SLURM reuse or convert it once undersqsh_cache_dir. Never compare an SQSH filename with an image tag or request source provenance/SHA. - Repository paths, commits/trees, branch, base image, build context, and
timestamp are advanced inputs required only for explicit
source-build. Seereferences/cosmos-backend-operations.md; never infer a build from runtime selection.
What ships with it
43 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.
- BENCHMARK.md 4.0 KB
- evals/evals.json 8.3 KB
- references/cosmos-actions-parameters.md 19 KB
- references/cosmos-automl-deft.md 5.5 KB
- references/cosmos-backend-operations.md 7.9 KB
- references/cosmos-data-specs.md 3.5 KB
- references/cosmos-framework-backend.yaml 7.0 KB
- references/cosmos-reason-automl.md 14 KB
- references/cosmos-reason-evaluate.md 12 KB
- references/cosmos-reason-launch.md 12 KB
- references/cosmos-reason-parameters.md 17 KB
- references/cosmos-reason-single-gpu-video.md 4.5 KB
- references/cosmos-reproducibility-gates.md 10 KB
- references/cosmos-rl-backend.yaml 7.7 KB
- references/demo_datasets.yaml 503 B
- references/detailed-guide.md 645 B
- references/skill_info.yaml 19 KB
- references/spec_template_evaluate.yaml 1.5 KB
- references/spec_template_inference.yaml 240 B
- references/spec_template_quantize.yaml 345 B
- references/spec_template_train.yaml 1.8 KB
- schemas/cosmos-job-metadata.schema.json 1.6 KB
- schemas/evaluate.schema.json 13 KB
- schemas/inference.schema.json 1.7 KB
- schemas/manifest.json 3.1 KB
- schemas/quantize.schema.json 2.4 KB
- schemas/train_request.schema.json 9.8 KB
- schemas/train.schema.json 35 KB
- scripts/cosmos_common.py 41 KB runs code
- scripts/cosmos_rl_checkpoint_action.py 9.9 KB runs code
- scripts/cosmos_workflow.py 268 KB runs code
- scripts/evaluate_video_conversation_single_gpu.py 7.5 KB runs code
- scripts/evaluation_workflow.py 62 KB runs code
- scripts/extract_cosmos_metrics.py 12 KB runs code
- scripts/framework_checkpoint_action.py 23 KB runs code
- scripts/framework_evaluation_image_preflight.py 5.9 KB runs code
- scripts/gate_docker_train_evaluate.py 20 KB runs code
- scripts/prepare_cosmos3_vlm_checkpoint.py 12 KB runs code
- scripts/train_video_conversation_single_gpu.py 6.2 KB runs code
- skill-card.md 4.2 KB
- skill.oms.sig 9.3 KB
- tests/test_gate_docker_train_evaluate.py 5.6 KB runs code
- tests/test_runtime_preflight_contract.py 36 KB runs code
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.
- 8d ago Changed · -1 lines eed10c7a33e0
- 12d ago First seen · 348 lines · 73 tokens per session scan A 80f050c82087
tao-finetune-cosmos-reason is a skill published in the GitHub repository NVIDIA-TAO/tao-skill-bank (88 stars, last pushed today), licensed Apache-2.0. It adds 73 tokens to every session and 4,286 once invoked, about $0.0004 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.
Other skills, from other repositories
ml-training
Machine learning model training authority — classifier and regressor training with scikit-learn and PyTorch, feature engineering, cross-validation, hyperparameter tuning, fine-tuning transformer models with HuggingFace, dataset splits, loss functions, learning rate schedules, and reproducible training runs.
blip-2-vision-language
Vision-language pre-training framework bridging frozen image encoders and LLMs. Use when you need image captioning, visual question answering, image-text retrieval, or multimodal chat with state-of-the-art zero-shot performance.
llamaindex
Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM…
nemo-curator
GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or…
nanogpt
Educational GPT implementation in 300 lines. Reproduces GPT-2 (124M) on OpenWebText. Clean, hackable code for learning transformers. By Andrej Karpathy. Perfect for understanding GPT architecture from scratch. Train on Shakespeare (CPU) or OpenWebText (multi-GPU).
sentence-transformers
Framework for state-of-the-art sentence, text, and image embeddings. Provides 5000+ pre-trained models for semantic similarity, clustering, and retrieval. Supports multilingual, domain-specific, and multimodal models. Use for generating embeddings for RAG, semantic search, or similarity tasks. Best for production…