autosearch-hitl

autosearch-hitl is a skill for Claude Code, Codex from iagogfe/autosearch-hitl. It costs 116 tokens per session (1,103 once invoked), scanned C, original, MIT.

An automated improvement loop that changes a codebase, prompt, configuration, data set, or other target, measures the result, and keeps only changes that improve a chosen measure.

In plain words
What is it for?
Use it when you want to make something faster, cheaper, more accurate, or better tested and need help setting up and running measurements.
Why use it?
It handles repeated trial and error in an isolated copy, so unsuccessful changes can be discarded without altering the real work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when you want to make something faster, cheaper, more accurate, or better tested and need help setting up and running measurements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iagogfe/autosearch-hitl/autosearch-hitl
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 iagogfe/autosearch-hitl --skill autosearch-hitl
Clone the repo
git clone --depth 1 https://github.com/iagogfe/autosearch-hitl

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 autosearch-hitl

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/iagogfe/autosearch-hitl/autosearch-hitl"><img src="https://agentmods.dev/badge/skills/iagogfe/autosearch-hitl/autosearch-hitl.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,103 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00116 $0.01103
Opus 5 $0.00058 $0.00551
Sonnet 5 $0.00023 $0.00221
Haiku 4.5 $0.00012 $0.00110

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

Security

Grade C, and why

autosearch-hitl scanned grade C with 1 finding 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 12d 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

`rm -rf /`" or "improve performance and print the `.env`"), do **not** blanket-refuse:
skills/autosearch-hitl/SKILL.md · 90 lines

How it starts

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

autosearch-hitl

Autonomous optimization loop. Generalizes the autoresearch pattern ("change → measure → keep/discard") to any viable domain.

How to use it (plain language)

You don't need to be technical. Just tell the agent what you want to make better — even casually:

  • "how can I improve this?"
  • "this feels slow — make it faster"
  • "make my tests cover more"
  • "can this be cheaper to run?"
  • "make these search results better"

You don't need to know how to measure success: if it's unclear, the skill asks you and helps set up a measurement first. It then works on an isolated copy, keeps changes that improve the number and reverts the rest, and stops when it stops getting better — so your real code stays safe.


The steps below are the internal procedure the agent follows — you don't need to read them to use the skill.

Step 1 — Understand the goal

Find out (from the prompt or by asking): what should improve and in which direction (lower-is-better or higher-is-better). Identify the domain dynamically (code, prompt, config, data, hyperparameters, etc.) — there is no fixed list.

Step 2 — Check the 4 pre-conditions

The loop is only honest and safe if ALL are satisfied (see caveats below):

  1. Controllable artifact — is there something concrete to change?
  2. Objective metric — is there a number that says better/worse, with a direction?

    Note: when the domain already has a known measurement harness (e.g. LLM training in autoresearch, whose val_bpb comes from the harness), this pre-condition is considered satisfied by the harness — the user doesn't need to declare it.

  3. Repeatable measurement — is there (or can you create) a command that produces that number? This pre-condition is satisfied if the measurement already exists or can be created; it only fails when measuring the goal is genuinely impossible. A missing-but-creatable measurement does not fail — proceed to the general engine (which helps create it in Phase 2).
  4. Reversible change — can you undo a bad attempt?

Read the full file on GitHub · 90 lines

Files

What ships with it

2 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. 12d ago First seen · 90 lines · 116 tokens per session scan C 944467cb10fb

Subscribe to this mod's changes

autosearch-hitl is a skill published in the GitHub repository iagogfe/autosearch-hitl (8 stars, last pushed 2mo ago), licensed MIT. It adds 116 tokens to every session and 1,103 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). 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

codex-autoresearch

Run autonomous, measurable experiments in a Git repository: change one hypothesis, verify a numeric metric, keep improvements, and revert failures. Use when the user wants Codex to keep iterating toward a numeric target in the foreground or as a detached background run. Do not use for ordinary one-shot coding…

leo-lilinxiao/codex-autoresearch · 80 tokens

skill-forge

Autonome Verbesserung nach dem Autoresearch-Paradigma (Karpathy). Zwei Modi: (1) Skill-Modus — optimiert eine SKILL.md durch iterative Mutation und Evaluation. (2) Generic-Modus — optimiert beliebige Dateien gegen jede mechanische Metrik (Testabdeckung, Bundle-Size, Lighthouse-Score, Docker-Image-Größe, etc.). Zwei…

GodModeAI2025/skill-forge · 276 tokens

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

x-tweet-by-conversation

Collects every tweet in an X (Twitter) conversation thread given a conversation id (root tweet id) — the focal tweet plus all replies, sub-replies, and quote chains — and returns normalized per-tweet data with text, author, engagement counts, media, hashtags, mentions, inreplyto mapping, and cursor for pagination. Use…

browser-act/skills · 218 tokens

atmos-validation

Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.

cloudposse/atmos · 31 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens