用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/velum-labs/routekit --skill spawn-ori-eval命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Install, onboard, configure, operate, troubleshoot, and evaluate RouteKit gateways through the public routekit CLI. Use for provider and subscription account setup, router configuration, local or remote daemon management, coding-tool integration, health checks, compositional eval routing, model:auto qualification, and resuming interrupted RouteKit workflows. Do not use for generic LLM gateway or model-evaluation work unrelated to RouteKit.
Audit a repository's documentation for factual accuracy, task success, coverage, information architecture, reference precision, audience fit, safety, usability, accessibility, machine consumption, and maintainability. Use when asked for a deep documentation audit, documentation release-readiness review, docs quality score, docs inventory, or a staged documentation audit and repair plan.
正在显示 SKILL.md
| name | spawn-ori-eval |
| description | Run the self-contained Ori eval workflow, relay its one question at a time, and return the real eval results. |
| metadata | {"protocol":"ori-eval-spawn-v1","run_model":"openai/gpt-5.6-terra","judge_model":"openai/gpt-5.6-terra","harness":"pi"} |
Use the executable that printed this skill. The executable owns the run directory, task replay, production Ori subprocess, answer/error files, locking, and summary accounting. Do not write an eval yourself and do not run model calls outside it.
From the repository root run:
ori-eval-system spawn prepare --request-file <file>
Use --request <text> only when the request is short. The defaults pin the
author harness to pi, the author model to openai/gpt-5.6-terra, and the
judge model to openai/gpt-5.6-terra.
If it reports action-required, show the existing run summary and ask the
user whether to resume, archive and start fresh, or stop. Repeat prepare
with --existing resume, --existing archive, or --existing stop.
Run:
ori-eval-system spawn run
Read the JSON response. If its status is waiting, print context in an
ordinary message, including any table. Then ask with your own question UI
using prompt as one short sentence and the three labels in options,
keeping free-text Other. Do not put a markdown table in the question body.
Do not answer for the user.
Pass the answer back without rewriting it:
ori-eval-system spawn answer --answer-file <file>
If the JSON has accepted: false, append nothing and do not restart Ori.
Respond to the clarification or complaint, then ask the same question again
through the question UI. Only a reply that answers the open question is
appended to the task prompt. If it has accepted: true, run
ori-eval-system spawn run explicitly; answers never launch the next paid
turn by themselves. Repeat steps 4 and 5 until status is completed.
Relay the completed answer, including its results. Relay costTable in full
and the cheaperRerun line. Also relay attemptTotals. Tell the user the
scratch workspace is throwaway and may be moved into their repository if they
want to keep the eval.
Rules:
ori auth, candidate approval, or any question emitted by Ori.unknown cost is not zero.accepted is
false, append nothing, stay on the same question, and wait.