ekbatan: Skill for Codex

.agents/skills/ekbatan-verification/SKILL.md

ekbatan-verification is a skill for Codex from ekbatan-io/ekbatan. It costs 60 tokens per session (417 once invoked), scanned A, original, Apache-2.0.

A testing guide for the Ekbatan repository, including focused checks, normal JVM tests, and optional heavy verification.

In plain words
What is it for?
It helps run Gradle or Maven examples, Testcontainers-based tests, native-image checks, and CI-equivalent verification while reporting what was covered.
Why use it?
It helps choose tests that match a code change and prevents expensive checks from being run unnecessarily.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is ekbatan-io/ekbatan's own configuration. It tells Codex how to work on ekbatan itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ekbatan configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ekbatan-io/ekbatan. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ekbatan-io/ekbatan/main/.agents/skills/ekbatan-verification/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ekbatan-io/ekbatan

Made for: 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 ekbatan-verification

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ekbatan-io/ekbatan/ekbatan-verification"><img src="https://agentmods.dev/badge/skills/ekbatan-io/ekbatan/ekbatan-verification.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 417 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.00060 $0.00417
Opus 5 $0.00030 $0.00209
Sonnet 5 $0.00012 $0.00083
Haiku 4.5 $0.00006 $0.00042

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

Security

Grade A, and why

ekbatan-verification 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/run-jvm-example-tests.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/ekbatan-verification/SKILL.md · 54 lines

What it actually says

Ekbatan Verification

Use this skill for test planning and execution in the Ekbatan repository.

First Reads

  • references/test-matrix.md.
  • .github/workflows/ci.yml for normal CI.
  • .github/workflows/heavy-verification.yml for native/heavy coverage.
  • AGENTS.md for project conventions.

Default Strategy

  1. Run focused tests that target the changed behavior.

  2. Run root JVM tests when shared framework code changed:

    TESTCONTAINERS_RYUK_DISABLED=true ./gradlew test --max-workers=1 --continue
    
  3. Run standalone example JVM tests when examples changed:

    agent-skills/ekbatan-verification/scripts/run-jvm-example-tests.sh
    
  4. Run native/heavy tests only when explicitly requested or when the change affects native-image behavior. They are expensive.

Reporting

Report exactly what ran and what did not run. Distinguish:

  • Root JVM tests.
  • Standalone Gradle example JVM tests.
  • Standalone Maven example JVM tests.
  • Native image tests.
  • GitHub Actions heavy verification.

If a command fails due to sandboxing, Docker, dependency cache, or network access, rerun with appropriate approval if available. Do not claim full coverage when only representative tests ran.

GitHub Actions

Heavy verification is manual/scheduled and can be controlled from the GitHub Actions UI through run_mode:

  • respect-recent-activity: keep the recent-commit gate.
  • force: run the full heavy workflow regardless of recent commits.

Use the workflow rather than local native tests when the user wants CI-equivalent heavy validation.

Files

What ships with it

3 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. 11d ago First seen · 54 lines · 60 tokens per session scan A eb9572e75efc

Subscribe to this mod's changes

ekbatan-verification is a skill published in the GitHub repository ekbatan-io/ekbatan (20 stars, last pushed 6d ago), licensed Apache-2.0. It adds 60 tokens to every session and 417 once invoked, about $0.0003 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

oss-fuzz

Run Tika's OSS-Fuzz Jazzer targets locally against a working-tree checkout — build the image, build fuzzers from local source, fuzz a target, run a corpus as a regression pass, reproduce a crash, and add seeds. Use for "fuzz the OneNote parser", "run OneNoteParserFuzzer against these files", "reproduce an OSS-Fuzz…

apache/tika · 90 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

cosmos-run-integration-tests

Run azure-cosmos integration/customer-workflow tests locally, closely following the CI pipeline (build+install, then failsafe verify with a test profile) using one consistent JDK for both steps. USE WHEN: asked to run cosmos integration tests, customer-workflow tests (fi-customer-workflows / fi-sm-customer-workflows)…

Azure/azure-sdk-for-java · 142 tokens

run-tests

Run project tests using Maven (mvn). Use when the user asks to run tests.

Azure/azure-sdk-for-java · 21 tokens

test-proxy

Push test-proxy recordings/assets using the test-proxy CLI (e.g., test-proxy push -a assets.json). Use when publishing recordings.

Azure/azure-sdk-for-java · 34 tokens

dentist-agent

Emergency dental assistant (Dr. Molar) for triage, first aid, and severity classification of broken/chipped/cracked teeth, delivered over web, Slack, or Telegram. Use for non-diagnostic dental guidance only.

Atmosphere/atmosphere · 49 tokens