Borrowing it
Nothing to install: this file belongs to cloudrift-ai/emmy. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/cloudrift-ai/emmy/main/.agents/skills/run-experiment/SKILL.mdgit clone --depth 1 https://github.com/cloudrift-ai/emmyWrote 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/cloudrift-ai/emmy/run-experiment)<a href="https://agentmods.dev/skills/cloudrift-ai/emmy/run-experiment"><img src="https://agentmods.dev/badge/skills/cloudrift-ai/emmy/run-experiment.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.1 | $0.00087 | $0.01340 |
| Opus 5 | $0.00044 | $0.00670 |
| Sonnet 5 | $0.00017 | $0.00268 |
| Haiku 4.5 | $0.00009 | $0.00134 |
Grade A, and why
run-experiment 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 6d 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 — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Run Experiment
Produce one durable snapshot for each requested exact GPU platform. Use Emmy for execution. Preserve measurements as raw evidence and review them yourself; do not add a result-conversion, plotting, manifest, analysis, or report-generation script.
Prepare
- Read the repository
AGENTS.md,experiments/ARCHITECTURE.md, the selectedrecipe.yaml, and any protocol note in the experiment directory. - Confirm the exact experiment directories and hardware source from the request. Use an existing host when supplied; otherwise use the normal Emmy cloud allocation.
- Create a feature branch from
mainwhen the checkout is still onmain. Preserve unrelated worktree changes. - If the request changes the harness, make only the requested recipe or measurement-script edits. Validate expanded
rows with
emmy bench ... --dry-run; a dry run must not change prior results.
Run
Run the selected directories in one Emmy invocation per exact GPU name/count when practical. Separate invocations keep each platform archive self-contained:
./venv/bin/emmy bench experiments/<model>/<experiment> [host and filter flags]
Stay with the run until every selected row reaches a terminal state. Do not hide failed rows or rerun only failures
unless the user requests that change. Emmy creates one <experiment>/<YYYY-MM-DD_HH-MM-SS>/ directory per invocation
and writes one *.experiment.yaml per expanded matrix row alongside raw logs and declared command results. Keep this
timestamped directory locally for inspection; it remains ignored by Git.
For --no-teardown, clean up with emmy teardown <experiment-dir> after evidence collection unless the user asked to
retain the machine. Verify the records were updated after cleanup.
Assemble the durable snapshot
For each selected experiment directory and exact GPU name/count:
- Load
recipe.yamland every<timestamp>/*.experiment.yamlfrom the run just completed. Verify that records cover the expected filtered rows, use one run ID, parse as YAML, contain generic system information, and have a terminalsucceededorfailedstatus. Treat a missing row as a run failure. - Check declared command results for presence and scan records and raw files for secrets. Read the raw measurements, compare the intended lanes, calculate only quantities needed for a clear interpretation, and inspect repeat stability, failures, correctness evidence, and protocol limitations. Do this as intelligent review, not with code added to the experiment recipe or repository.
- Derive the platform key as
<gpu-short>x<gpu-count>withemmy.hardware.gpu_short_name, for examplertx4090x1. Preserve the latest system-only records inside the timestamped raw directory exactly as Emmy produced them. Do not copy them besiderecipe.yaml. - Replace
<experiment>/results_<platform-key>.tar.gzwith a gzip-compressed tar archive whose root member is the latest timestamped directory, including its system-only records. Verify that archive contains every expected row record. Remove legacy top-level<platform-key>*.experiment.yamlfiles only after this verification. Keep the local directory through archive extraction or byte verification and never delete another platform's archive. If the caller requires an artifact-only checkout, delete the task-owned local directory only after that archive verification. Trackexperiments/**/results_*.tar.gzwith Git LFS. - Update the current platform section in
<experiment>/RESULTS.mdwith a thoughtful, evidence-backed interpretation. Preserve other platform sections. Include the question, protocol, result summary, repeat variation, comparisons, conclusion, limitations, timestamp, run ID, machine and software information, row status, failures, archive path, and member names. Distinguish direct comparisons from directional ones and avoid claims the harness does not support. - Ensure the durable experiment contains
recipe.yaml, one cumulativeRESULTS.md, and one named archive for every retained platform. Each archive contains that platform's matching records. The current platform's archive and report section must describe the same most recent run; do not modify another platform's snapshot.
What ships with it
1 file 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.
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.
- 6d ago First seen · 99 lines · 87 tokens per session scan A 15a477f29d20
run-experiment is a skill published in the GitHub repository cloudrift-ai/emmy (80 stars, last pushed today), licensed Apache-2.0. It adds 87 tokens to every session and 1,340 once invoked, about $0.0004 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
tao-finetune-nv-tesseract-ad-diffusion
NV-Tesseract AD Diffusion — diffusion-based anomaly detection and fine-tuning for multivariate time series. Use when the user asks to "fine-tune NV-Tesseract", "run AD diffusion inference", "detect anomalies with diffusion", "time series anomaly detection", "finetune ad-diffusion", "use…
mpi
MPI skill for distributed-memory parallel programming. Use when writing MPISend/Recv programs, collective operations, non-blocking communication, MPI+OpenMP hybrid, or debugging with mpirun. Activates on queries about MPIInit, MPIAllreduce, MPIIsend, mpirun, MPI-IO, or MPI performance.
use-openhcs
Operate local OpenHCS microscopy workflows through the bundled MCP server. Use when Codex needs to inspect plate data, discover processing functions, author or validate pipelines, compile and execute jobs, control viewers, or interact with a running OpenHCS GUI.
inference-aiops
Use this skill whenever the user needs to operate a GPU inference cluster — vLLM (OpenAI API + Prometheus /metrics) and Ray Serve / Ray Jobs (Ray dashboard), plus the single-process serving engines SGLang and TGI (Text Generation Inference): a one-shot cluster overview (deployments + total replicas + queue…
instrument-data-to-allotrope
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…
matlab
Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.