Dozer logoDozer
Get started
Dozer Docs
Skills

Skills

The dozer skill catalog.

A skill is a versioned workflow Dozer executes end to end — SKILL.md is the procedure, and its sha256 is the executed_hash the platform records for every run of it. There are two ways to run one:

In your Dozer project — create a task with the skill's id; the platform executes it against your data (full contract: Tasks):

{ "name": "tasks_create", "arguments": { "project_id": "pr_northpit",
    "skill_id": "code-lookup", "title": "Run code-lookup", "run": true } }

In your own agent — Claude Code, Hermes, or any MCP-capable agent: download a published skill from the table below (zip, or the raw SKILL.md), or install every published skill at once as a plugin:

/plugin marketplace add https://trydozer.com/docs/skills/marketplace.json
/plugin install dozer-plugin

skills_list { "project_id": … } over MCP returns your project's full live catalog, including skills that are not published for download; skills_get { skill_id } returns any skill's full body.

Dozer Agent Skills

Every download is content-addressed: the hash in its filename is the SKILL.md sha256 — the same hash the platform records as that skill's executed_hash.

SkillDescriptionDownload
code-lookupDiagnose equipment fault codes — SPN/FMI lookup with manual references and repair recommendations.⬇ zip · raw
pre-tripDigital pre-trip checklist with photo capture and automatic fault ticketing.⬇ zip · raw
shift-reportEnd-of-shift production data capture — loads, tons, hours, downtime tracking.⬇ zip · raw
telemetry-onboardingResolve telemetry hardware, suggest equipment matches, and link confirmed devices through the declared product API.⬇ zip · raw

Machine index (with the version hash to cache on): /docs/skills/index.json.

Everything that is NOT a skill — the Dozer MCP tools themselves — is listed once, at MCP Tools.

On this page

Dozer logoDozer

Ready to build? Connect an agent and go — no credit card needed to start.

Get startedSee our plans