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 agentmods add skills/agentic-in/elephant-agent/trainingnpx skills add agentic-in/elephant-agent --skill traininggit clone --depth 1 https://github.com/agentic-in/elephant-agentWrote 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/agentic-in/elephant-agent/training)<a href="https://agentmods.dev/skills/agentic-in/elephant-agent/training"><img src="https://agentmods.dev/badge/skills/agentic-in/elephant-agent/training.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00023 | $0.00296 |
| Opus 5 | $0.00012 | $0.00148 |
| Sonnet 5 | $0.00005 | $0.00059 |
| Haiku 4.5 | $0.00002 | $0.00030 |
Grade A, and why
Training 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 4d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
23 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.
- axolotl/references/api.md 118 KB
- axolotl/references/dataset-formats.md 45 KB
- axolotl/references/index.md 199 B
- axolotl/references/other.md 137 KB
- axolotl/SKILL.md 4.5 KB
- peft/references/advanced-usage.md 12 KB
- peft/references/troubleshooting.md 10 KB
- peft/SKILL.md 12 KB
- pytorch-fsdp/references/index.md 96 B
- pytorch-fsdp/references/other.md 330 KB
- pytorch-fsdp/SKILL.md 156 KB
- trl-fine-tuning/references/dpo-variants.md 4.2 KB
- trl-fine-tuning/references/grpo-training.md 16 KB
- trl-fine-tuning/references/online-rl.md 1.9 KB
- trl-fine-tuning/references/reward-modeling.md 2.5 KB
- trl-fine-tuning/references/sft-training.md 3.2 KB
- trl-fine-tuning/SKILL.md 12 KB
- trl-fine-tuning/templates/basic_grpo_training.py 6.0 KB runs code
- unsloth/references/index.md 98 B
- unsloth/references/llms-full.md 1052 KB
- unsloth/references/llms-txt.md 794 KB
- unsloth/references/llms.md 12 KB
- unsloth/SKILL.md 2.1 KB
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.
- 4d ago First seen · 36 lines · 23 tokens per session scan A 7db068e19695
Training is a skill published in the GitHub repository agentic-in/elephant-agent (582 stars, last pushed 7d ago), with no licence file. It adds 23 tokens to every session and 296 once invoked, about $0.0001 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
agent-task-handoff
Use this skill when delegating a subtask to a sub-agent, spawning a parallel worker, or handing off work across sessions. Write a self-contained task description so the receiving agent needs no prior context.
context-window-management
Use this skill in long conversations or multi-turn agentic sessions where context may be lost or the conversation is approaching token limits. Summarize, prioritize, and compact context proactively before it becomes a problem.
plan-before-multi-step-execution
Use this skill before executing a sequence of 3 or more steps, especially when steps are irreversible or depend on each other. Write out the plan and verify it before starting execution.
tool-selection-strategy
Use this skill when deciding which tools to call in an agentic workflow. Always choose the minimal, most direct tool for each step and avoid redundant or speculative tool calls.
huggingface-hub
HuggingFace hf CLI: search/download/upload models, datasets.
release
Prepare and publish stable Agent Lightning releases through the repository's version bump, pull-request checks, merge, tag, PyPI trusted-publishing, and versioned-documentation workflows. Use when asked to plan, cut, verify, or explain a release; treat nightly TestPyPI builds as a separate path.