Code Lookup
Diagnose equipment fault codes — SPN/FMI lookup with manual references and repair recommendations.
Download code-lookup
⬇ code-lookup-b2e15db89d34.zip — 1 file(s), 10.8 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:
code-lookup - Name: Code Lookup
- Category: workflow
- Content hash:
b2e15db89d340b86d95070600f06ea6eb78068038906b32d279271a893716a58(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://trydozer.com/docs/skills/code-lookup-b2e15db89d34.zip -o /tmp/code-lookup.zip
unzip -o /tmp/code-lookup.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://trydozer.com/docs/skills/code-lookup-b2e15db89d34.zip -o /tmp/code-lookup.zip
unzip -o /tmp/code-lookup.zip -d .codex/skillsCodex reads its instructions from AGENTS.md, so point that file at the skill once: See .codex/skills/code-lookup/SKILL.md for the Code Lookup procedure.
mkdir -p .cursor/skills
curl -sSL https://trydozer.com/docs/skills/code-lookup-b2e15db89d34.zip -o /tmp/code-lookup.zip
unzip -o /tmp/code-lookup.zip -d .cursor/skillsCursor reads AGENTS.md too, so the same one-line pointer wires it up: See .cursor/skills/code-lookup/SKILL.md for the Code Lookup procedure.
Install Dozer Plugin — every published Dozer agent skill at once, and /plugin update to refresh them:
/plugin marketplace add https://trydozer.com/docs/skills/marketplace.json
/plugin install dozer-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://trydozer.com/docs/raw/skills/dozer/code-lookup/SKILL.md -o SKILL.md
# every published skill, with the version hash to cache on
curl -sS https://trydozer.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.