| name | eln-template-creator |
| description | Generate standardized experiment templates for Electronic Laboratory Notebooks |
| version | 1.0.0 |
| category | Data |
| tags | [] |
| author | AIPOCH |
| license | MIT |
| status | Draft |
| risk_level | Medium |
| skill_type | Tool/Script |
| owner | AIPOCH |
| reviewer | |
| last_updated | 2026-02-06 |
ELN Template Creator
ID: 139
Generate standardized experiment record templates for Electronic Laboratory Notebooks (ELN).
Description
This Skill is used to generate standardized experiment record templates that comply with laboratory specifications, supporting multiple experiment types and custom fields.
Usage
python scripts/main.py --type molecular-biology --output experiment_template.md
python scripts/main.py --type chemistry --output chemistry_template.md
python scripts/main.py --type cell-culture --output cell_culture_template.md
python scripts/main.py --type general --output general_template.md
python scripts/main.py --type general --title "Protein Purification Experiment" --researcher "Zhang San" --output protein_purification.md
Parameters
| Parameter | Type | Default | Required | Description |
|---|
--type | string | - | Yes | Experiment type (general, molecular-biology, chemistry, cell-culture, animal-study) |
--output, -o | string | stdout | No | Output file path |
--title | string | - | No | Experiment title |
--researcher | string | - | No | Researcher name |
--date | string | - | No | Experiment date (YYYY-MM-DD) |
--project | string | - | No | Project name/number |