spawn-ori-eval
Get the instructions for running a model eval with Ori, then follow them. Ori runs the user's own agent on their own prompts, on a pinned harness and model, and grades what it did — so a score change means the model changed, not the environment. Call this tool FIRST, before writing any eval code: it returns a step-by-step recipe (install and auth checks, how to spawn ori code -p, how to relay Ori's scoping questions to the user, how to report results) that you carry out yourself. Do not hand-roll an eval instead.
Use it when the user asks which model they should use, wants to compare or bake off models, wants to measure whether their agent or prompt does the right thing, wants to catch regressions in agent behavior, or asks how good their current model is. Works for any codebase in any language.
Do not use it for plain unit tests that involve no model, and do not use it to re-run an eval that already exists (run ori eval <file> directly instead). Takes no arguments; the same document is published at https://openrouter.ai/skills/spawn-ori-eval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||