trailblaze-validate-oob

trailblaze-validate-oob is a skill for Claude Code, Codex from block/trailblaze. It costs 112 tokens per session (2,163 once invoked), scanned A, original, Apache-2.0.

A validation process for Trailblaze’s out-of-box experience, meaning what a new user encounters with a freshly installed command-line tool and its instructions.

In plain words
What is it for?
Use it after changes to the Trailblaze CLI or instructions, and to test the drive, save, replay, and inspect workflow from a new user’s perspective.
Why use it?
It checks whether the documented commands, outputs, and basic workflow match what the tool really does, exposing confusing or outdated guidance.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions Claude Code.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./scripts/install-trailblaze-source.sh.

Good fit Use it after changes to the Trailblaze CLI or instructions, and to test the drive, save, replay, and inspect workflow from a new user’s perspective.

Compare 6 skills from other repositories ↓
About the project

Trailblaze is a UI testing framework that lets coding agents control iOS, Android, and web devices through natural-language actions, then save those sessions as replayable test trails. It is for teams testing device-based user flows, with recorded actions that CI can replay without an LLM. The catalogue skills teach agents how to drive devices, save and replay trails, and create custom tools.

block/trailblaze · 310 stars · on GitHub · block.github.io

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/block/trailblaze
agentmods
npx agentmods add skills/block/trailblaze/trailblaze-validate-oob

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for trailblaze-validate-oob

README.md
[![agentmods](https://agentmods.dev/badge/skills/block/trailblaze/trailblaze-validate-oob.svg)](https://agentmods.dev/skills/block/trailblaze/trailblaze-validate-oob)
Your own site
<a href="https://agentmods.dev/skills/block/trailblaze/trailblaze-validate-oob"><img src="https://agentmods.dev/badge/skills/block/trailblaze/trailblaze-validate-oob.svg" alt="Measured on agentmods" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,163 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00112 $0.02163
Opus 5 $0.00056 $0.01081
Sonnet 5 $0.00022 $0.00433
Haiku 4.5 $0.00011 $0.00216

Measured 8d ago against content hash 4f8180547336, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

trailblaze-validate-oob scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/trailblaze-validate-oob/SKILL.md · 218 lines

How it starts

The opening of the file, as written. The whole thing — 218 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Validating Trailblaze's out-of-box experience

This skill encodes the methodology for honestly evaluating whether Trailblaze's user-facing CLI matches what a fresh agent / new user would intuitively expect. It's the framework's own UX regression test, run by an agent simulating cold-start use.

The goal is to catch counter-intuitive defaults, broken claims in the trailblaze skill, and friction that the team has gone CLI-blind on.

When to run a validation pass

  • After any change to the trailblaze CLI surface (commands, flags, default behavior)
  • After any change to the trailblaze Claude skill (the sibling trailblaze/SKILL.md) or its references
  • Periodically (monthly?) even with no changes, to catch drift
  • When a new rung of the adoption ladder gets added to the skill

What "good" looks like

After a validation pass, a fresh agent following only the trailblaze skill should be able to complete the scenario with zero surprises. Specifically:

  • Every command the skill says to run actually exists with the documented flags and argument shape
  • Every output the skill describes matches what the CLI actually prints
  • The basic loop (drive → save → replay → inspect) works end-to-end with no undocumented gotchas
  • Failure modes the skill mentions are real failure modes; the recovery steps actually recover
  • Errors the user might hit have clear hint: lines pointing at the fix
  • No "workaround" paragraphs in the skill that exist to paper over CLI behavior the user wouldn't naturally guess

If the validation surfaces something the agent couldn't have guessed from the skill alone, that's either a skill update OR a CLI fix — and the latter is usually preferable.

Methodology

Step 1: Install the binary fresh

Use the actual end-user install path, NOT ./trailblaze from the repo (which goes through Gradle on every call and isn't what users hit):

./scripts/install-trailblaze-source.sh

The script builds the uber JAR and installs it under ~/.trailblaze/install/ with a symlink onto the system PATH. The specific symlink location depends on your platform (homebrew on macOS, /usr/local/bin/ on Intel macs / Linux, …) — defer to the script's stdout for the exact path rather than memorizing one. Then verify:

Read the full file on GitHub · 218 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 218 lines · 112 tokens per session scan A 4f8180547336

Subscribe to this mod's changes

trailblaze-validate-oob is a skill published in the GitHub repository block/trailblaze (310 stars, last pushed 5d ago), licensed Apache-2.0. It adds 112 tokens to every session and 2,163 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

research-engineer

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

davila7/claude-code-templates · 43 tokens

tika-eval-compare

Compare extracts from two Tika builds over a corpus to detect regressions in content, encoding, exceptions, and embedded-document handling. Use for "compare before/after extracts", "eval this change against the corpus".

apache/tika · 50 tokens

neuron-evaluation-engineer

Create and run AI evaluations with datasets, assertions, and output drivers in Neuron AI. Use this skill whenever the user mentions evaluation, testing AI systems, creating evaluators, dataset-driven testing, assertion-based validation, or wants to measure AI system performance. Also trigger for tasks involving…

neuron-core/neuron-ai · 77 tokens

jetson-validate-image

Use after jetson-flash-image to run static BSP checks, on-target smoke/regression tests on a flashed DUT, or both. Not for build or flash steps. Triggers: validate bsp, on-target validation.

NVIDIA/skills · 50 tokens

atmos-validation

Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.

cloudposse/atmos · 31 tokens

skill-benchmark

Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.

HoangNguyen0403/agent-skills-standard · 16 tokens