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/simple-agent-lab/autotrainess/lognpx skills add simple-agent-lab/AutoTrainess --skill loggit clone --depth 1 https://github.com/simple-agent-lab/AutoTrainessWrote 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/simple-agent-lab/autotrainess/log)<a href="https://agentmods.dev/skills/simple-agent-lab/autotrainess/log"><img src="https://agentmods.dev/badge/skills/simple-agent-lab/autotrainess/log.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.00015 | $0.00469 |
| Opus 5 | $0.00008 | $0.00234 |
| Sonnet 5 | $0.00003 | $0.00094 |
| Haiku 4.5 | $0.00002 | $0.00047 |
Grade A, and why
log 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 3d 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.
What it actually says
log
Task
After each completed iteration, append one new entry to task/experiment_log.md.
Rules
- If
task/experiment_log.mddoes not exist, create it. If it already exists, append a new entry at the end. - Each call should record only the iteration that has just finished.
- Organize the log by stage, and record the work done in the current iteration under the relevant stage.
Entry Format
Organize entries by stage when a stage is available. If the relevant stage heading does not exist, create it.
Use this Markdown format for each new entry:
Iteration :
- Context: <stage, objective, or current focus>
- Status: completed | failed | blocked
- Motivation:
- References: <papers, docs, repos, datasets, blogs, or notes consulted; write "None" if not used>
- Starting checkpoint: <base model, previous checkpoint, or final_model path used as training start>
- Training data: <datasets/files used, sizes, filters, construction method, validation notes>
- Method: <training method, recipe, prompt/data strategy, or implementation changes>
- Training config: <key hyperparameters, command, epochs, lr, batch size, LoRA/full fine-tune, etc.>
- Evaluation: <evaluation command, benchmark split, limit/full setting, metric>
- Result: <exact score, failure, or observed behavior>
- Analysis: <what changed, what likely caused it, whether the hypothesis was supported>
- Artifacts: <model path, logs, data files, checkpoints>
- Next action:
Rules:
- Fill every field. Use
NoneorN/Aonly when the field truly does not apply. - Record concrete evidence, not vague summaries.
- Include exact metrics, commands, paths, and dataset sizes when available.
- If references were consulted, record enough detail to identify them later.
- If the iteration failed or was blocked, record the specific cause.
- The next action must follow from the recorded result and analysis.
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.
- 3d ago First seen · 46 lines · 15 tokens per session scan A 6ce352f7f9b6
log is a skill published in the GitHub repository simple-agent-lab/AutoTrainess (21 stars, last pushed 1mo ago), licensed MIT. It adds 15 tokens to every session and 469 once invoked, about $0.0001 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
clinical-decision-support
Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading…
datamol
Pythonic wrapper around RDKit with simplified interface and sensible defaults. Preferred for standard drug discovery including SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, parallel processing. Returns native rdkit.Chem.Mol objects. For advanced control or custom parameters…
peer-review
Structured manuscript/grant review with checklist-based evaluation. Use when writing formal peer reviews with specific criteria methodology assessment, statistical validity, reporting standards compliance (CONSORT/STROBE), and constructive feedback. Best for actual review writing, manuscript revision. For evaluating…
scientific-critical-thinking
Evaluate scientific claims and evidence quality. Use for assessing experimental design validity, identifying biases and confounders, applying evidence grading frameworks (GRADE, Cochrane Risk of Bias), or teaching critical analysis. Best for understanding evidence quality, identifying flaws. For formal peer review…
scientific-schematics
Create publication-quality scientific diagrams using Nano Banana 2 AI with smart iterative refinement. Uses Gemini 3.1 Pro Preview for quality review. Only regenerates if quality is below threshold for your document type. Specialized in neural network architectures, system diagrams, flowcharts, biological pathways…
pysam
Genomic file toolkit. Read/write SAM/BAM/CRAM alignments, VCF/BCF variants, FASTA/FASTQ sequences, extract regions, calculate coverage, for NGS data processing pipelines.