openchainbench-contributor

openchainbench-contributor is a skill for Claude Code, Codex from ChainBench/OpenChainBench. It costs 39 tokens per session (1,969 once invoked), scanned A, original, MIT.

A step-by-step guide for adding a new benchmark to OpenChainBench, an open registry of crypto-infrastructure measurements. It covers the benchmark description, test harness, monitoring setup, local checks, and pull-request rules.

In plain words
What is it for?
Use it when proposing and submitting a new OpenChainBench benchmark, including its measurement method, public metrics endpoint, Prometheus monitoring, and pull request.
Why use it?
It helps contributors follow the repository’s required process and avoid missing configuration, validation, or review steps.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/chainbench/openchainbench/contribute-benchmark
Any agent
npx skills add ChainBench/OpenChainBench --skill contribute-benchmark
Clone the repo
git clone --depth 1 https://github.com/ChainBench/OpenChainBench

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 openchainbench-contributor

README.md
[![agentmods](https://agentmods.dev/badge/skills/chainbench/openchainbench/contribute-benchmark.svg)](https://agentmods.dev/skills/chainbench/openchainbench/contribute-benchmark)
Your own site
<a href="https://agentmods.dev/skills/chainbench/openchainbench/contribute-benchmark"><img src="https://agentmods.dev/badge/skills/chainbench/openchainbench/contribute-benchmark.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,969 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00039 $0.01969
Opus 5 $0.00019 $0.00984
Sonnet 5 $0.00008 $0.00394
Haiku 4.5 $0.00004 $0.00197

Measured 4d ago against content hash 96fa07e5e357, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

openchainbench-contributor 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 4d 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.

.claude/skills/contribute-benchmark/SKILL.md · 146 lines

How it starts

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

You are helping someone add a new benchmark to OpenChainBench, an open registry of crypto-infrastructure benchmarks.

If the user does not already have the repo cloned, your first step is to suggest git clone https://github.com/ChainBench/OpenChainBench && cd OpenChainBench. Everything below assumes that working directory.

Mental model

OpenChainBench is a federation:

  • Editorial copy and queries live in benchmarks/<slug>.yml (one YAML per benchmark).
  • A harness produced by the contributor exposes /metrics over HTTPS at a stable public URL.
  • A single shared Prometheus scrapes every harness on a schedule.
  • The Next.js site at openchainbench.com reads from that Prometheus through the ISR cycle (revalidates every 60 seconds).

The contributor owns the harness runtime, the secrets and the budget. Maintainers never see the contributor's API keys.

Workflow

Walk the user through these six steps in order. Do not skip ahead.

1. Open an issue

Direct them to the Propose a benchmark issue template at https://github.com/ChainBench/OpenChainBench/issues/new?template=new-benchmark.yml. Maintainers need to see the proposed metric, providers, methodology and harness location before code review. Brainstorm-stage ideas belong in https://github.com/ChainBench/OpenChainBench/discussions/categories/ideas instead.

2. Write the spec

Path: benchmarks/<slug>.yml. The Zod schema in src/lib/spec-schema.ts is the authoritative reference. Required fields and their semantics:

Field What
slug Kebab-case identifier matching the filename. Used in URLs.
number Zero-padded benchmark number ("009", "010"...). Read the highest existing number in benchmarks/ and increment.
title Short display name. Goes into the page H1. Stay factual, no marketing words.
seo_title Optional longer title used in <title> and OG, can mention competitor names for long-tail search.
subtitle One-line summary of what is measured.
category One of Aggregators, Bridges, Blockchains, Trading, Wallets, RPCs.
metric The thing being measured (Head lag, Quote latency, All-in fee, ...).
unit One of ms, s, pct, bps, count. The site formats numbers accordingly.
higher_is_better false for latency or fees, true for coverage / uptime.
abstract Multi-paragraph description shown under the H1.
methodology Array of bullet points. Routes, notional sizes, cadence, region, exclusion criteria.
source URL to the harness source on GitHub. Required even for drafts.
prometheus.url The shared Prometheus base URL. Default: https://prom.openchainbench.com.
prometheus.window Aggregation window, typically 24h.
providers Array of { name, slug, url?, type?, queries: { p50, p90, p99, mean?, success?, sample_size?, series } }.

Read the full file on GitHub · 146 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. 4d ago First seen · 146 lines · 39 tokens per session scan A 96fa07e5e357

Subscribe to this mod's changes

openchainbench-contributor is a skill published in the GitHub repository ChainBench/OpenChainBench (7 stars, last pushed today), licensed MIT. It adds 39 tokens to every session and 1,969 once invoked, about $0.0002 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.

Related

Other skills, from other repositories