Dozer logoDozer
Get started
Dozer Docs
Skills

Telemetry Onboarding

Resolve telemetry hardware, suggest equipment matches, and link confirmed devices through the declared product API.

Download telemetry-onboarding

⬇ telemetry-onboarding-bdbdf36a8721.zip — 1 file(s), 6.4 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: telemetry-onboarding
  • Name: Telemetry Onboarding
  • Category: workflow
  • Content hash: bdbdf36a8721d51da5319ff8c10685d25644fb280c34dde255c7cf2117f0f044 (sha256 of SKILL.md — the SAME hash the platform records as this skill's executed_hash, so what you download is what the platform executes)

Install

mkdir -p .claude/skills
curl -sSL https://trydozer.com/docs/skills/telemetry-onboarding-bdbdf36a8721.zip -o /tmp/telemetry-onboarding.zip
unzip -o /tmp/telemetry-onboarding.zip -d .claude/skills

Project-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/telemetry-onboarding-bdbdf36a8721.zip -o /tmp/telemetry-onboarding.zip
unzip -o /tmp/telemetry-onboarding.zip -d .codex/skills

Codex reads its instructions from AGENTS.md, so point that file at the skill once: See .codex/skills/telemetry-onboarding/SKILL.md for the Telemetry Onboarding procedure.

mkdir -p .cursor/skills
curl -sSL https://trydozer.com/docs/skills/telemetry-onboarding-bdbdf36a8721.zip -o /tmp/telemetry-onboarding.zip
unzip -o /tmp/telemetry-onboarding.zip -d .cursor/skills

Cursor reads AGENTS.md too, so the same one-line pointer wires it up: See .cursor/skills/telemetry-onboarding/SKILL.md for the Telemetry Onboarding 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-plugin

Installing 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/telemetry-onboarding/SKILL.md -o SKILL.md

# every published skill, with the version hash to cache on
curl -sS https://trydozer.com/docs/skills/index.json

version 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

SKILL.md

Every file is individually fetchable — the raw URLs are in /docs/skills/index.json.

On this page

Dozer logoDozer

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

Get startedSee our plans