run-experiments

run-experiments is a skill for Claude Code, Codex from airas-org/airas. It costs 50 tokens per session (783 once invoked), scanned A, original, MIT.

An experiment-running workflow that executes committed research code on GitHub Actions or Seyval, then brings the outputs back with information about where and how they were produced.

In plain words
What is it for?
Use it to dispatch, monitor, repeat, and import experiment runs in an AIRAS research repository.
Why use it?
It prevents runs from being launched without a declared plan and keeps their outputs linked to the correct code and research claims.

Skill for Claude CodeCodex

Part of the airas plugin — 9 skills, 1 MCP server shipped together

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/airas-org/airas/run-experiments
Any agent
npx skills add airas-org/airas --skill run-experiments
Clone the repo
git clone --depth 1 https://github.com/airas-org/airas

Made for: Claude Code, Codex.

Or install airas, the plugin that ships this one along with the rest of its 9 skills, 1 MCP server.

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 run-experiments

README.md
[![agentmods](https://agentmods.dev/badge/skills/airas-org/airas/run-experiments.svg)](https://agentmods.dev/skills/airas-org/airas/run-experiments)
Your own site
<a href="https://agentmods.dev/skills/airas-org/airas/run-experiments"><img src="https://agentmods.dev/badge/skills/airas-org/airas/run-experiments.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 783 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.1 $0.00050 $0.00783
Opus 5 $0.00025 $0.00392
Sonnet 5 $0.00010 $0.00157
Haiku 4.5 $0.00005 $0.00078

Measured yesterday against content hash d7a6bd2d307c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

run-experiments 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 yesterday.

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/airas/skills/run-experiments/SKILL.md · 66 lines

What it actually says

Run the experiments

Needs a clone with committed experiment code that passes local sanity (built to the write-experiment-code contract, uv.lock committed). Every run you dispatch must already be declared in .research/record.json in a commit the run will execute — results for an undeclared run_id fail verification, and a claim is verified once every run under it has results — but declare before you dispatch: the record cannot yet tell a preregistered claim from a post-hoc one. Declare late additions with append_to_record (it commits the append itself) and push before dispatching.

  1. Resolve the platform. It should already be settled — the code was written against its architecture and environment constraints. Read its reference in full; it is the procedure for steps 2-3. This file states only what every platform must deliver, so a platform is added by adding a reference that answers the same three questions — how the contract CLI is launched, how the run's identifier and commit are obtained, and how its outputs reach the repository.

    Platform Reference
    GitHub Actions _shared/references/github-actions.md
    Seyval _shared/references/seyval.md
  2. Run it by the reference's procedure, then fix, commit on top and re-run as needed. However the run starts, record two things when it ends: the platform's run identifier and the commit hash it executed. Step 3 cannot be done without them.

  3. Make the run produce what verification reads. The contract CLI (src.main) writes only eval_inputs/ — the raw predictions. The numbers the record is checked against live in metrics.json, which the evaluation step writes, and provenance byte-compares that file against the platform's stored copy. A run that stops after src.main therefore succeeds and still fails verification, with nothing in the error pointing at the cause.

    So a run must carry the chain through to the end:

    src.main  &&  make evaluate RUN_ID=<run_id>  &&  src.evaluate
    

    On a platform that gives each run a fresh working directory, a later run cannot see an earlier one's output, so either chain the three in one dispatch or stage the earlier runs into it (Seyval: inputs_from_runs). Keep eval_inputs/ in the results too: it is what the metrics can be re-derived from, and the record anchors it by hash.

  4. Bring the results back under .research/results/, committed, with .research/results/.provenance.json declaring per results directory the execution_id and commit_hash from step 2. verify_paper_values pins its provenance cross-check to that file and treats a missing declaration as a mismatch, so results that arrive any other way fail verification. If the same experiment ran more than once, declare the run that should be reported and tell the user the others exist (the selection is reviewable at verification).

Output: committed results under .research/results/eval_inputs/, metrics.json and the evaluation report — with their provenance manifest.

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. yesterday First seen · 66 lines · 50 tokens per session scan A d7a6bd2d307c

Subscribe to this mod's changes

run-experiments is a skill published in the GitHub repository airas-org/airas (32 stars, last pushed yesterday), licensed MIT. It adds 50 tokens to every session and 783 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-09-04.

Related

Other skills, from other repositories

research-proof

Turn vague research ideas, math-heavy claims, AI-lab style agent loops, benchmark claims, causal claims, prototype-readiness claims, design research, prompt-injection-sensitive evidence reviews, and medical-research style questions into falsifiable proof programs with fixed Claim/Verifier/Current…

tonyblu331/research-proof · 101 tokens

proof-checker

Rigorous mathematical proof verification and fixing workflow. Reads a LaTeX proof, identifies gaps via cross-model review (external reviewer backend, ultra reasoning), fixes each gap with full derivations, re-reviews, and generates an audit report. Use when user says "检查证明", "verify proof", "proof check", "审证明"…

wanshuiyin/Auto-claude-code-research-in-sleep · 87 tokens

auto-paper-improvement-loop

Autonomously improve a generated paper via GPT-5.6-Sol xhigh review → implement fixes → recompile, for 2 rounds. Use when user says "改论文", "improve paper", "论文润色循环", "auto improve", or wants to iteratively polish a generated paper.

wanshuiyin/Auto-claude-code-research-in-sleep · 69 tokens

paper-write

Draft LaTeX paper section by section from an outline. Use when user says "写论文", "write paper", "draft LaTeX", "开始写", or wants to generate LaTeX content from a paper plan.

wanshuiyin/Auto-claude-code-research-in-sleep · 50 tokens

research-lit

Search and analyze research papers, find related work, summarize key ideas. Use when user says "find papers", "related work", "literature review", "what does this paper say", or needs to understand academic papers.

wanshuiyin/Auto-claude-code-research-in-sleep · 48 tokens

paper-illustration

Generate publication-quality AI illustrations for academic papers using Gemini image generation. Creates architecture diagrams, method illustrations with Claude-supervised iterative refinement loop. Use when user says "生成图表", "画架构图", "AI绘图", "paper illustration", "generate diagram", or needs visual figures for papers.

wanshuiyin/Auto-claude-code-research-in-sleep · 67 tokens