tunelab AGENTS.md

tunelab AGENTS.md is an instructions file for Codex, OpenCode from rchaz/tunelab. It costs 1,026 tokens per session, scanned A, original, MIT.

A guide for using tunelab, which helps move repetitive language-model tasks such as classification, routing, extraction, and drafting to smaller or local models. It tests those models on the user's data before recommending an approach.

In plain words
What is it for?
Use it to assess model options, run evaluation probes, choose a capability level, and route work to the appropriate tunelab workflow.
Why use it?
It helps determine whether a cheaper model meets the required accuracy before using a larger model or fine-tuning one.

Instructions file for CodexOpenCode

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 instructions/rchaz/tunelab/agents-md
Clone the repo
git clone --depth 1 https://github.com/rchaz/tunelab

Made for: Codex, OpenCode.

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 tunelab AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/rchaz/tunelab/agents-md.svg)](https://agentmods.dev/instructions/rchaz/tunelab/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/rchaz/tunelab/agents-md"><img src="https://agentmods.dev/badge/instructions/rchaz/tunelab/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,026 This file is loaded in full into every session.
When invoked 1,026 The same file — it is already loaded in full.
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.01026 $0.01026
Opus 5 $0.00513 $0.00513
Sonnet 5 $0.00205 $0.00205
Haiku 4.5 $0.00103 $0.00103

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

Security

Grade A, and why

tunelab AGENTS.md 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.

AGENTS.md · 82 lines

How it starts

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

AGENTS.md — running tunelab from any agent

tunelab ships as a Claude Code plugin, but the skills follow the Agent Skills convention, so any agent (Gemini CLI, Codex, OpenClaw, or your own harness) can drive the same workflow. This file is the entry point: read it, then read the relevant skills/<name>/SKILL.md for the step you're on.

What tunelab does

Helps a user move repetitive LLM work — classifying, routing, extracting, drafting — onto small/local models, and proves the cheaper option works on their data before they ship it. The core idea is a capability ladder of numbered levels (Level -1 through 3): try the cheapest level that clears the user's accuracy bar, and only escalate when the task demands it. Talking a user out of fine-tuning by showing a cheaper level already meets their bar is a success, not a failure.

Start here, always

Begin every task by reading skills/tune-decide/SKILL.md and following it — even if the user has already decided to fine-tune. It interviews the user, runs cheap probes plus a frontier "ceiling" probe on their own data, and recommends a level with evidence. It then routes to the other skills as needed.

The skills and when each applies

Skill Read its SKILL.md when
tune-decide The front door. Always run first. Decides which level fits and executes the cheap levels inline.
tune-data A run needs a clean train/test split, deduping, or labels generated by a teacher model.
tune-train The chosen level is a local LoRA / QLoRA / full fine-tune / continued-pretraining (MLX, Apple Silicon).
tune-eval You need held-out accuracy, LLM-as-judge scoring, or cascade composition — with the bar set before scores are seen.
tune-loop Champion/challenger: promote a new model only when it beats the incumbent by a pre-registered margin.

Typical path: tune-decidetune-datatune-traintune-eval, with tune-loop wrapping the improvement cycle.

Read the full file on GitHub · 82 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. 3d ago First seen · 82 lines · 1,026 tokens per session scan A a9f2afffa32c

Subscribe to this mod's changes

tunelab AGENTS.md is an instructions file published in the GitHub repository rchaz/tunelab (6 stars, last pushed 1mo ago), licensed MIT. It adds 1,026 tokens to every session, about $0.0051 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.