run-experiment

run-experiment is a skill for Claude Code, Codex from EricYuan2007/GPUPlane. It costs 44 tokens per session (845 once invoked), scanned A, original, Apache-2.0.

A procedure for submitting and starting a GPU training job on GPUPlane. GPUPlane is a system that schedules training work on one workstation or a small group of GPUs.

In plain words
What is it for?
For launching an experiment, choosing an available GPU, submitting the training command, checking its queued or running state, and handing the run identifier to monitoring.
Why use it?
It checks whether a suitable GPU is available, starts the job, and confirms that training has begun instead of leaving the launch unverified.

Skill for Claude CodeCodex

Part of the gpu-training plugin — 3 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/ericyuan2007/gpuplane/run-experiment
Any agent
npx skills add EricYuan2007/GPUPlane --skill run-experiment
Clone the repo
git clone --depth 1 https://github.com/EricYuan2007/GPUPlane

Made for: Claude Code, Codex.

Or install gpu-training, the plugin that ships this one along with the rest of its 3 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-experiment

README.md
[![agentmods](https://agentmods.dev/badge/skills/ericyuan2007/gpuplane/run-experiment.svg)](https://agentmods.dev/skills/ericyuan2007/gpuplane/run-experiment)
Your own site
<a href="https://agentmods.dev/skills/ericyuan2007/gpuplane/run-experiment"><img src="https://agentmods.dev/badge/skills/ericyuan2007/gpuplane/run-experiment.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 845 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 $0.00044 $0.00845
Opus 5 $0.00022 $0.00423
Sonnet 5 $0.00009 $0.00169
Haiku 4.5 $0.00004 $0.00085

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

Security

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 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.

.claude/skills/gpu-training/run-experiment/SKILL.md · 69 lines

How it starts

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

run-experiment

Submit a training job to the GPUPlane scheduler and confirm it starts. This is step 1 of the experiment loop (run → monitor → analyze). It returns immediately with a task handle — training runs for minutes to hours; do not wait inline.

Workflow

  1. Check the fleetlist_nodes to see which GPUs are online and free. Pick a node by label if the user specified one (e.g. rtx5090). If every GPU is busy, say so and stop — do not queue behind an unknown wait without telling the user.
  2. Submitsubmit_job with the user's command, the project's absolute working_dir (on the agent host), gpus, and a name. If the user gave a project/experiment name, pass it. Keep priority=100 unless told otherwise.
  3. Confirm dispatch — poll get_job(job_id) every ~15s (use the pollIntervalMs from the handle) until status moves from QUEUEDRUNNING. If it stays QUEUED for minutes with free GPUs, something is wrong with the agent — say so.
  4. Hand off to monitoring — once RUNNING, a run exists; get its id from get_job(job_id).run_id, then call get_run_summary(run_id) and tell the user "training started, run_id=… — I'll watch it." Then invoke the monitor-experiment skill (or let the user call it).

Conventions (repo AGENTS.md)

  • The training script must log metrics via the GPUPlane SDK or TensorBoard so the control plane can see train/loss, eval/loss, … Without metrics, monitoring/anomaly tools have nothing to read.
  • Register a primary metric with set_primary_metric before relying on recommendations — get_best_checkpoint ranks by the experiment selection, then project selection, then global default. Convention: eval/loss (minimize) or eval/accuracy (maximize).
  • Never submit_job with command=["python","-i"] or anything interactive — the agent runs headless; an interactive process hangs forever and wastes the slot. The command must exit on its own.

Read the full file on GitHub · 69 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. 4d ago First seen · 69 lines · 44 tokens per session scan A ba1af1f11a40

Subscribe to this mod's changes

run-experiment is a skill published in the GitHub repository EricYuan2007/GPUPlane (0 stars, last pushed 9d ago), licensed Apache-2.0. It adds 44 tokens to every session and 845 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-31.

Related

Other skills, from other repositories

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…

anthropics/knowledge-work-plugins · 123 tokens

exploratory-data-analysis

Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…

K-Dense-AI/scientific-agent-skills · 83 tokens

mapping-to-snomed

Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…

maziyarpanahi/openmed · 205 tokens

auditing-subgroup-fairness

Audit an OpenMed NER or de-identification model for performance disparities across demographic subgroups (sex, age band, race/ethnicity when available) using openmed.eval.fairnessreport. Use when the user wants per-subgroup recall and leakage, wants to check whether de-identification under-protects a group, wants to…

maziyarpanahi/openmed · 148 tokens

mixed-precision

Use FP16/BF16 mixed precision to accelerate training and reduce memory. Use when optimizing GPU performance.

aiming-lab/AutoResearchClaw · 25 tokens

tooluniverse-drug-research

Comprehensive drug profiling — mechanism, primary/secondary targets, drug interactions, clinical-trial status, adverse events (FAERS), pharmacogenomics, and approval history. Use for full drug investigation reports, 'tell me about drug X' queries, and assembling drug profiles for clinicians, researchers, or regulatory…

mims-harvard/ToolUniverse · 71 tokens