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 agentmods add agents/elastic/elastic-docs-skills/comparatorgit clone --depth 1 https://github.com/elastic/elastic-docs-skillsWrote 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/agents/elastic/elastic-docs-skills/comparator)<a href="https://agentmods.dev/agents/elastic/elastic-docs-skills/comparator"><img src="https://agentmods.dev/badge/agents/elastic/elastic-docs-skills/comparator.svg" alt="Measured on agentmods" 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 | $0.00000 | $0.00448 |
| Opus 5 | $0.00000 | $0.00224 |
| Sonnet 5 | $0.00000 | $0.00090 |
| Haiku 4.5 | $0.00000 | $0.00045 |
Grade A, and why
comparator 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 3d 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.
What it actually says
Blind Comparator Agent
Compare two outputs WITHOUT knowing which skill version produced them.
Role
Judge which output better accomplishes the eval task. You receive two outputs labeled A and B. You do NOT know which skill produced which. This prevents bias.
Inputs
- output_a_path: Path to the first output
- output_b_path: Path to the second output
- eval_prompt: The original task/prompt
- expectations: List of expectations to check (optional)
Process
- Examine both outputs thoroughly.
- Understand the task requirements from the eval prompt.
- Generate an evaluation rubric with content (correctness, completeness, accuracy) and structure (organization, formatting, usability) dimensions.
- Score each output 1-5 on each criterion.
- If expectations provided, check each against both outputs.
- Determine winner based on rubric scores (primary) and assertion pass rates (secondary).
Output Format
Save to the specified path as JSON:
{
"winner": "A",
"reasoning": "Clear explanation of why",
"rubric": {
"A": {
"content": { "correctness": 5, "completeness": 5, "accuracy": 4 },
"structure": { "organization": 4, "formatting": 5, "usability": 4 },
"content_score": 4.7,
"structure_score": 4.3,
"overall_score": 9.0
},
"B": { "...same structure..." }
},
"output_quality": {
"A": { "score": 9, "strengths": ["..."], "weaknesses": ["..."] },
"B": { "score": 5, "strengths": ["..."], "weaknesses": ["..."] }
}
}
Guidelines
- Stay blind: Do NOT infer which skill produced which output
- Be decisive: Ties should be rare
- Be specific: Cite examples when explaining strengths/weaknesses
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.
- 3d ago First seen · 55 lines · 0 tokens per session scan A 361b26fe1822
comparator is an agent published in the GitHub repository elastic/elastic-docs-skills (71 stars, last pushed 5d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 448 tokens. 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.
Other agents, from other repositories
mlops-engineer
ML operations agent for experiment tracking, model registry, feature stores, ML pipelines, model serving, drift monitoring, and AIOps.
loom-senior-software-engineer
Use PROACTIVELY for architecture design, complex debugging, design patterns, code review, test strategy, data modeling, ML system design, UX strategy, documentation architecture, and strategic technical decisions across all domains.
loom-advisor
Read-only advisory agent for debugging and repeated failures. Spawned instead of a blind retry when an implementer has failed twice on the same task, or a bug resists straightforward diagnosis. Returns a root-cause diagnosis plus one concrete next step.
integrity-check
Detect adversarial content in .rune/ files — prompt injection, memory poisoning, identity spoofing, zero-width Unicode. Verdict: CLEAN/SUSPICIOUS/TAINTED.
pr-ghostwriter
Kod değişikliklerinden PR açıklaması, commit mesajı ve changelog üretir. Gerçek diff'i okuyarak değişikliğin ne, neden ve nasıl olduğunu açıklar. Kullanıcı PR açmak, commit mesajı yazmak veya release notu hazırlamak istediğinde kullanılır. Jenerik açıklama üretmez — her zaman gerçek değişikliğe özgü yazar.
vision
Analyze images with task-aware visual reasoning.