scorecard-model-lab
The IonWarp scorecard lab — one run across the configured projects: ≤2 refresh slots (never-run > restore > stale > top-up) on the resolved pin, then ≤1 model trial against a ≤7-day committed baseline. A scan counts only when its projection COMMITTED. REPORT ONLY — it proposes pin changes with their evidence and never writes one; a paused project is never unblocked.
Download scorecard-model-lab
⬇ scorecard-model-lab-ad761a3595b3.zip — 1 file(s), 34.3 KB — or the raw SKILL.md.
Content-addressed: the hash in the filename is the SKILL.md sha256, so an
unchanged skill always downloads byte-identical bytes from the same URL.
- Id:
skill.scorecard-model-lab - Name: scorecard-model-lab
- Category: model-lab
- Version: 1.0.0
- Content hash:
ad761a3595b376158bd76627373e45a50a6680b9ed555b4c2ee90992037d8f6a(sha256 ofSKILL.md— the SAME hash the platform records as this skill'sexecuted_hash, so what you download is what the platform executes)
Install
mkdir -p .claude/skills
curl -sSL https://ionwarp.com/docs/skills/scorecard-model-lab-ad761a3595b3.zip -o /tmp/scorecard-model-lab.zip
unzip -o /tmp/scorecard-model-lab.zip -d .claude/skillsProject-local. Use ~/.claude/skills instead to install it for every project. Or add the whole plugin at once — see the Plugin tab.
mkdir -p .codex/skills
curl -sSL https://ionwarp.com/docs/skills/scorecard-model-lab-ad761a3595b3.zip -o /tmp/scorecard-model-lab.zip
unzip -o /tmp/scorecard-model-lab.zip -d .codex/skillsCodex reads its instructions from AGENTS.md, so point that file at the skill once: See .codex/skills/scorecard-model-lab/SKILL.md for the scorecard-model-lab procedure.
mkdir -p .cursor/skills
curl -sSL https://ionwarp.com/docs/skills/scorecard-model-lab-ad761a3595b3.zip -o /tmp/scorecard-model-lab.zip
unzip -o /tmp/scorecard-model-lab.zip -d .cursor/skillsCursor reads AGENTS.md too, so the same one-line pointer wires it up: See .cursor/skills/scorecard-model-lab/SKILL.md for the scorecard-model-lab procedure.
Install IonWarp Plugin — every published IonWarp agent skill at once, and /plugin update to refresh them:
/plugin marketplace add https://ionwarp.com/docs/skills/marketplace.json
/plugin install ionwarp-pluginInstalling from the marketplace clones the source repository, so it needs repository access. The zip above and the raw URLs are the anonymous path — same bytes, same hash.
# one file
curl -sSL https://ionwarp.com/docs/raw/skills/ionwarp/scorecard-model-lab/SKILL.md -o SKILL.md
# every published skill, with the version hash to cache on
curl -sS https://ionwarp.com/docs/skills/index.jsonversion is the sha256 of SKILL.md and equals the hash the platform records
as this skill's executed_hash — identical version, identical bytes, no refetch.
What's in the download
Every file is individually fetchable — the raw URLs are in
/docs/skills/index.json.
Triggers
Run the scorecards
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
project_id | string | no | Dash project id (pr_...) to scope to. Defaults to every configured target project. |