emmy: Skill for Claude Code

.agents/skills/discover-models/SKILL.md

discover-models is a skill for Claude Code, Codex from cloudrift-ai/emmy. It costs 77 tokens per session (3,632 once invoked), scanned A, original, Apache-2.0.

A read-only workflow for finding recently released or popular open machine-learning models and matching them to suitable GPUs. It can also review which existing model recipes still deserve attention.

In plain words
What is it for?
Use it to discover models, score their current priority, map them to GPU configurations, and select candidates for the model-onboarding workflow.
Why use it?
It narrows a large stream of models into a ranked shortlist without touching servers. This helps decide which models are worth benchmarking or keeping in a maintained recipe set.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is cloudrift-ai/emmy's own configuration. It tells Claude Code and Codex how to work on emmy itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything emmy configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./venv/bin/python scripts/new_models.py --arena --workers 4 --json > /tmp/new_models.json.

Reuse

Borrowing it

Nothing to install: this file belongs to cloudrift-ai/emmy. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/cloudrift-ai/emmy/main/.agents/skills/discover-models/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/cloudrift-ai/emmy

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 discover-models

README.md
[![agentmods](https://agentmods.dev/badge/skills/cloudrift-ai/emmy/discover-models.svg)](https://agentmods.dev/skills/cloudrift-ai/emmy/discover-models)
Your own site
<a href="https://agentmods.dev/skills/cloudrift-ai/emmy/discover-models"><img src="https://agentmods.dev/badge/skills/cloudrift-ai/emmy/discover-models.svg" alt="Measured on agentmods" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,632 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.00077 $0.03632
Opus 5 $0.00039 $0.01816
Sonnet 5 $0.00015 $0.00726
Haiku 4.5 $0.00008 $0.00363

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

Security

Grade A, and why

discover-models 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.

.agents/skills/discover-models/SKILL.md · 244 lines

How it starts

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

Discover Models to Explore

Turn "what models are worth our GPU hours?" into either a concrete shortlist or a refresh of Emmy's recipe lifecycle. New open-weight models are filtered to the ones with real demand, then mapped to the GPU configurations they fit. Every recipe receives a 0-100 heat score for current discovery priority. Existing recipes are ranked by current community and serving value so the small maintained set stays focused, useful lower-priority recipes stay available on a best-effort basis, and only technically superseded or unusable models become obsolete.

Everything here is keyless and read-only: scripts/new_models.py hits public OpenRouter + HuggingFace endpoints, and the rest is web search. No servers are touched. In automated lifecycle mode the skill returns a compact selection; repository-owned workflow code restores existing onboarding data, derives the complete manifest, validates it, and writes recipe tags and onboarding shells.

Automated rolling PR prerequisite

The discovery agent remains read-only in lifecycle mode. When an existing rolling discovery PR or unpaired discovery branch is present, workflow orchestration must complete these steps before it builds the recipe inventory or starts this skill:

  1. Fetch the latest main and the exact current remote head of the rolling branch.
  2. Fail if the checked-out head no longer matches that remote head.
  3. Rebase the rolling branch onto main; fail without applying lifecycle updates if the rebase conflicts.
  4. Push a changed rebase with an exact --force-with-lease expectation for the original remote head.

The workflow, not the discovery agent, owns this Git mutation. A lease failure means another writer advanced the branch, so the run must stop rather than overwrite it. Research and lifecycle classification begin only from the successfully rebased checkout.

Pipeline

HF/OpenRouter data ─┐
Reddit discussions ─┼→ reconcile exact models → score heat → VRAM fit calc → hardware → model matrix
OpenRouter/Arena ───┘       (parent agent)          (0-100)     (params×quant)    (the deliverable)

Read the full file on GitHub · 244 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. 8d ago First seen · 244 lines · 77 tokens per session scan A 5678d44a6756

Subscribe to this mod's changes

discover-models is a skill published in the GitHub repository cloudrift-ai/emmy (80 stars, last pushed today), licensed Apache-2.0. It adds 77 tokens to every session and 3,632 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.

Related

Other skills, from other repositories