evo-smoketest

evo-smoketest is a skill for Claude Code from richfrem/agent-plugins-skills. It costs 23 tokens per session (488 once invoked), scanned A, original, MIT.

A disposable test skill that converts temperatures between Celsius and Fahrenheit for an end-to-end smoke-test harness, which checks a complete workflow from input to result.

In plain words
What is it for?
It is for testing temperature conversion requests and checking whether an agent’s routing and rollback behavior works as expected.
Why use it?
It gives the test suite a predictable capability to route and evaluate. It is intended only for controlled testing, not production use.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agent-agentic-os plugin — 26 skills, 4 commands, 6 agents, 3 hooks shipped together

Good fit It is for testing temperature conversion requests and checking whether an agent’s routing and rollback behavior works as expected.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/richfrem/agent-plugins-skills/evo-smoketest
Install

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.

Any agent
npx skills add richfrem/agent-plugins-skills --skill evo-smoketest
Clone the repo
git clone --depth 1 https://github.com/richfrem/agent-plugins-skills

Made for: Claude Code.

Or install agent-agentic-os, the plugin that ships this one along with the rest of its 26 skills, 4 commands, 6 agents, 3 hooks.

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 evo-smoketest

README.md
[![agentmods](https://agentmods.dev/badge/skills/richfrem/agent-plugins-skills/evo-smoketest/github.svg)](https://agentmods.dev/skills/richfrem/agent-plugins-skills/evo-smoketest)
Your own site
<a href="https://agentmods.dev/skills/richfrem/agent-plugins-skills/evo-smoketest"><img src="https://agentmods.dev/badge/skills/richfrem/agent-plugins-skills/evo-smoketest/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.

agentmods 80×15 button for evo-smoketest

Your own site · 80×15
<a href="https://agentmods.dev/skills/richfrem/agent-plugins-skills/evo-smoketest"><img src="https://agentmods.dev/badge/skills/richfrem/agent-plugins-skills/evo-smoketest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 488 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.
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.00023 $0.00488
Opus 5 $0.00012 $0.00244
Sonnet 5 $0.00005 $0.00098
Haiku 4.5 $0.00002 $0.00049

Measured 6d ago against content hash cfe25677e243, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

evo-smoketest 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 6d 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.

plugins/agent-agentic-os/skills/evo-smoketest/SKILL.md · 45 lines

What it actually says

evo-smoketest

A disposable fixture skill used only by the evolution end-to-end acceptance suite. It exists to give a real self-evolution cycle a controlled, reproducible routing gap to triage, fix (E2E-PASS), or fail three times (E2E-ROLLBACK). Do not deploy or depend on this skill in production.

Purpose

Provide deterministic temperature-unit conversions so the router has a concrete capability to score against evals/evals.json.

When to use

Use this skill when the user asks to convert a temperature between Celsius and Fahrenheit.

Deliberate baseline gap (do not remove without updating evals)

The description above intentionally names only Celsius and Fahrenheit. evals/evals.json's kelvin_conversion case ("How warm is 300 Kelvin?") shares zero 4+ char keywords with this description, so the routing evaluator genuinely MISSES it at baseline (not merely for a lower score -- correctness map-debt 2026-08-31 found the original query, "Convert 300 Kelvin to Celsius.", already contained the word "Celsius" and so passed at baseline for the wrong reason, never exercising this gap at all).

  • E2E-PASS: the evolution cycle closes the gap by broadening the description and When to use section to include Kelvin (K = C + 273.15), which flips the failing eval case to green (evaluate.py --decision-only exit 0) for the right reason -- because "kelvin" is now a matched keyword, not by coincidence.
  • E2E-ROLLBACK: an intentionally wrong "fix" that does NOT add Kelvin fails the verifier three times, forcing the controller into ROLLBACK.

Procedure

  1. Identify the source unit, target unit, and numeric value in the request.
  2. Apply the conversion:
    • Celsius to Fahrenheit: F = C * 9/5 + 32
    • Fahrenheit to Celsius: C = (F - 32) * 5/9
  3. Return the converted value rounded to one decimal place.
Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 45 lines · 23 tokens per session scan A cfe25677e243

Subscribe to this mod's changes

evo-smoketest is a skill published in the GitHub repository richfrem/agent-plugins-skills (6 stars, last pushed today), licensed MIT. It adds 23 tokens to every session and 488 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

test-writing

Write comprehensive tests for code including unit tests, integration tests, and end-to-end tests. Use this to ensure code quality, catch bugs, and validate functionality.

KarmaloopAI/Jiva · 35 tokens

a11y-testing

Use this skill when the user asks about accessibility testing, axe-core, jest-axe, "@testing-library", "@axe-core/playwright", "Playwright accessibility testing", "WAVE", "Lighthouse accessibility", "automated a11y tests", "accessibility CI/CD", "eslint-plugin-jsx-a11y", "a11y linting", "axe DevTools", setting up…

RadOrigin-LLC/RAD-Claude-Skills · 130 tokens

chrome-ext-testing

This skill should be used when writing or setting up tests for a Chrome extension. Trigger when: "test chrome extension", "extension unit test", "extension e2e test", "Vitest extension", "Playwright extension", "@webext-core/fake-browser", "test content script", "test service worker", "test messaging", "test storage"…

RadOrigin-LLC/RAD-Claude-Skills · 101 tokens

vr-planner

Plans how to verify changes to an os-autoinst-distri-opensuse (OSADO) checkout. Use this skill when the user asks "how do I test my change", "what verification run (VR) should I do", "which openQA job should I clone", or "what's affected by my edit". Determines required unit tests, affected test modules, YAML…

mpagot/os-autoinst-distri-opensuse-skills · 90 tokens

agent-production-validator

Agent skill for production-validator - invoke with $agent-production-validator.

ruvnet/ruflo · 16 tokens

agent-browser

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

code-yeongyu/oh-my-openagent · 51 tokens