Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add bop-clocktower/canary --skill canary-fleet-healthgit clone --depth 1 https://github.com/bop-clocktower/canaryWrote 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.
[](https://agentmods.dev/skills/bop-clocktower/canary/canary-fleet-health)<a href="https://agentmods.dev/skills/bop-clocktower/canary/canary-fleet-health"><img src="https://agentmods.dev/badge/skills/bop-clocktower/canary/canary-fleet-health/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/bop-clocktower/canary/canary-fleet-health"><img src="https://agentmods.dev/badge/skills/bop-clocktower/canary/canary-fleet-health.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00117 | $0.02428 |
| Opus 5 | $0.00059 | $0.01214 |
| Sonnet 5 | $0.00023 | $0.00486 |
| Haiku 4.5 | $0.00012 | $0.00243 |
Grade A, and why
canary-fleet-health 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 197 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Canary: Fleet Health
Wraps canary analyze (fleet-wide flake/spike/regression analytics) and the
run-history store to answer "how's the whole fleet doing?" in one chat-turn
summary. Today, canary-flake-hunter only
diagnoses a single test you already suspect is flaky — this skill is the
fleet-wide counterpart: it tells you where to look before you reach for the
hunter.
Per the adoption audit this skill implements (candidate #10), this is deliberately a low-cost validation step: a compact text summary a human can scan in one turn, not a dashboard or visual surface. If fleet-wide analytics prove valuable, a richer surface is a separate, larger investment — don't over-build this one.
When to Use
- Weekly/periodic health check: "how's the test fleet looking?"
- Before a release: "any regressions or spikes we should know about?"
- Triaging where to spend test-maintenance effort across many suites
- NOT for a single test you already know is flaky — use
canary-flake-hunterto diagnose root cause and propose a fix - NOT for scoring one suite's CI readiness — use
canary-ci-ready(coverage depth, assertion quality, runtime for one suite) - NOT a substitute for
.canary/critical-areas.jsonrisk ranking — usecanary-critical-areasfor code-level risk, this skill is history-data-level health
Process
Phase 1: RESOLVE THE STORE
Fleet analytics read from the run-history store, not from a live test run. Before running anything, confirm data exists:
canary history summary <suite> --runs 1
- Configured store:
CANARY_HISTORY_DB_URLenv var (Supabase-backed) or falls back to the local NDJSON file attest-results/reports/history-v2.jsonl. - No local file and no
CANARY_HISTORY_DB_URL: there is nothing to analyze yet. Say so plainly — "No run history found. Push results withcanary history pushafter a CI run, or runcanary history migrateif you have v1 history.jsonl data." Do not fabricate a health summary from nothing.
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.
- 12d ago First seen · 197 lines · 117 tokens per session scan A 200640b5b3ba
canary-fleet-health is a skill published in the GitHub repository bop-clocktower/canary (4 stars, last pushed yesterday), licensed MIT. It adds 117 tokens to every session and 2,428 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-31.
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.
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".
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…
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.
atmos-validation
Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.
skill-benchmark
Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.