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/aigorahub/elves/setup-cobblernpx skills add aigorahub/elves --skill setup-cobblergit clone --depth 1 https://github.com/aigorahub/elvesWrote 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/aigorahub/elves/setup-cobbler)<a href="https://agentmods.dev/skills/aigorahub/elves/setup-cobbler"><img src="https://agentmods.dev/badge/skills/aigorahub/elves/setup-cobbler.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.1 | $0.00055 | $0.00507 |
| Opus 5 | $0.00028 | $0.00253 |
| Sonnet 5 | $0.00011 | $0.00101 |
| Haiku 4.5 | $0.00006 | $0.00051 |
Grade A, and why
setup-cobbler 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 6d 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.
What it actually says
Setup Cobbler / Model Onboarding
This is an Elves-managed Claude Code alias for /setup-cobbler.
Run the model onboarding contract from the main elves skill and
references/model-onboarding.md. Operator CLI:
python3 scripts/cobbler_agents.py onboard plan|show|apply|probe [--json]
python3 scripts/cobbler_agents.py setup … # apply-only / inventory
Setup must not require OpenRouter or any external provider key. Native-only Elves remains fully usable without running setup.
Default behavior (both Claude Code and Codex)
- Plan:
onboard plan --json— inventory tools, detect env names present (never values), emit purpose→route questions. - Interview the user for each purpose (planning, implement, review, scout, validate, synthesize, optional math evolutionary search). Offer host-native first. Respect available CLIs/keys.
- Apply:
onboard applywrites ignored.elves/models.tomlonly. Never stage it. Never paste API keys into TOML, chat, or the Survival Guide. - Probe:
onboard proberuns structural checks (PATH,--help, env names). Optional--smokeonly if the user wants a paid live check — host runs a real tiny completion; fake smoke does not count. - Update later: same flow (
show→ re-interview →apply --force→probe). - Recommend routes by capability, not prestige model names. Keep host-native fallbacks.
- Snapshot effective routes into the Survival Guide during Elves staging for reviewable provenance.
Codex equivalent (not a top-level slash command): $elves setup-cobbler or natural language such as
"Set up Cobbler external-agent preferences" / "onboard my models."
Compatibility: /setup-council is the same setup contract with a Council-era name.
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.
- 6d ago First seen · 43 lines · 55 tokens per session scan A fa9c1221431c
setup-cobbler is a skill published in the GitHub repository aigorahub/elves (218 stars, last pushed today), licensed MIT. It adds 55 tokens to every session and 507 once invoked, about $0.0003 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
speckit-workflow
Comprehensive understanding of the spec-kit methodology. Constitution-driven feature development with specify, plan, tasks, and implement phases.
delegation-principle
Core principle that the main agent is a coordinator, not an implementer. All work must be delegated to subagents.
ralph-specum-start
This skill should be used only when the user explicitly asks to use $ralph-specum-start, or explicitly asks Ralph Specum in Codex to start or resume a spec.
ralph-specum-requirements
This skill should be used only when the user explicitly asks to use $ralph-specum-requirements, or explicitly asks Ralph Specum in Codex to run the requirements phase.
ralph-specum-cancel
This skill should be used only when the user explicitly asks to use $ralph-specum-cancel, or explicitly asks Ralph Specum in Codex to stop execution or remove a spec.
ralph-specum-prototype
This skill should be used only when the user explicitly invokes $ralph-specum-prototype, or explicitly asks Ralph Specum in Codex to run, resume, quick-run, or cancel an optional prototype.