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.
npx agentmods add skills/projectdxai/labrat/labrat-operatornpx skills add ProjectDXAI/labrat --skill labrat-operatorgit clone --depth 1 https://github.com/ProjectDXAI/labratWrote 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.
[](https://agentmods.dev/skills/projectdxai/labrat/labrat-operator)<a href="https://agentmods.dev/skills/projectdxai/labrat/labrat-operator"><img src="https://agentmods.dev/badge/skills/projectdxai/labrat/labrat-operator.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00042 | $0.00816 |
| Opus 5 | $0.00021 | $0.00408 |
| Sonnet 5 | $0.00008 | $0.00163 |
| Haiku 4.5 | $0.00004 | $0.00082 |
Grade A, and why
labrat-operator 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.
How it starts
The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.
labrat Operator
Use this skill from a labrat lab root, identified by branches.yaml, evaluation.yaml, runtime.yaml, and scripts/operator_helper.py.
Codex can load this skill implicitly when a task matches the description, or explicitly when the user references $labrat-operator. Keep this skill focused on lab operation; repo release mechanics belong in the root AGENTS.md.
Cold Start
- Run
python scripts/operator_helper.py doctor. - Run
python scripts/operator_helper.py status. - Read
coordination/workspace_map.md. - Read
coordination/prioritized_tasks.md. - Run
python scripts/operator_helper.py next-prompt --runner codex --phase auto.
If you are operating from the repo root, use the equivalent labrat ... --lab-dir <path> commands.
If both repo-root and lab-local AGENTS.md files are loaded, use the lab-local AGENTS.md for runtime operation and the root AGENTS.md for repo maintenance.
Operation Contract
- The runtime is authoritative. Do not hand-score candidates or edit
state/*.json[l]directly. - Do one complete operator loop before returning unless a stop condition fires.
- Reap stale leases, summarize runtime state, synthesize recent evaluations, dispatch work, lease runnable jobs, execute
scripts/run_experiment.py, complete candidates throughscripts/runtime.py, and verify the resulting state. - Use
scripts/evaluator.pyandscripts/runtime.pyfor scoring and promotion. - Write durable conclusions to
coordination/prioritized_tasks.md,logs/checkpoints/,logs/audits/, orlogs/expansions/.
Codex Modes
- Use GPT-5.5 in Codex for design, audit, frame break, profile authoring, release work, and review when it is available in the user's Codex host.
- Use Plan mode before broad workflow, docs, scaffold, or profile changes.
- Use normal execution for routine
doctor,status,next-prompt, dispatch, lease, and complete loops. - Use Codex review after changes to runtime behavior, scaffolding, prompt contracts, or release metadata.
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.
- 4d ago First seen · 71 lines · 0 tokens per session scan A adcacaea3994
labrat-operator is a skill published in the GitHub repository ProjectDXAI/labrat (239 stars, last pushed 27d ago), licensed MIT. It adds 42 tokens to every session and 816 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-30.
Other skills, from other repositories
literature
Curate one project-grounded academic literature snapshot after the Svatah baseline, then inspect its frozen sources and method cards.
quantum-qiskit
Reference qiskit 2.x patterns for variational quantum machine learning. Covers data-encoding feature maps, variational quantum classifier (VQC) training, variational quantum eigensolver (VQE) for chemistry, matrix-product-state circuits, and noise model integration. Use when writing Python code that imports qiskit…
fba-simulator
Run Flux Balance Analysis (FBA) and related constraint-based simulations using COBRApy. Covers standard FBA, parsimonious FBA (pFBA), Flux Variability Analysis (FVA), loopless FBA, gene/reaction knockouts, and carbon source swapping. Outputs flux distributions and CSV files.
flux-analyzer
Analyse FBA flux distributions to extract biological insights. Covers gene essentiality, phenotypic phase planes, flux sampling, pathway-level aggregation, secretion product prediction, and production of publication- quality figures.
gsmm-validator
Validate a COBRApy genome-scale metabolic model for mass/charge balance, stoichiometric consistency, biomass producibility, dead-end metabolites, thermodynamic loops, and GPR rule formatting. Outputs a structured validation report with errors and warnings.
metabolic-study-planner
Plan publishable constraint-based metabolic modelling studies when the user has a broad biological or metabolic-engineering topic but no concrete dataset, organism, model, or hypothesis. Selects feasible BiGG/COBRA models, objectives, perturbations, analyses, metrics, figures, and risk controls before FBA code is…