/install eln-template-creator
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
# Generate molecular biology experiment template
python scripts/main.py --type molecular-biology --output experiment_template.md
# Generate chemistry synthesis experiment template
python scripts/main.py --type chemistry --output chemistry_template.md
# Generate cell culture experiment template
python scripts/main.py --type cell-culture --output cell_culture_template.md
# Generate general experiment template
python scripts/main.py --type general --output general_template.md
# Custom template parameters
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 |
Supported Experiment Types
- general - General experiment template
- molecular-biology - Molecular biology experiments (PCR, cloning, electrophoresis, etc.)
- chemistry - Chemical synthesis experiments
- cell-culture - Cell culture experiments
- animal-study - Animal experiments
Output Format
Generated templates are in Markdown format, containing the following standard sections:
- Basic experiment information
- Experiment purpose
- Experiment materials and reagents
- Experiment equipment
- Experiment procedures
- Results recording
- Data analysis
- Conclusions and discussion
- Attachments and raw data
Requirements
- Python 3.8+
Author
OpenClaw
Risk Assessment
| Risk Indicator | Assessment | Level |
|---|---|---|
| Code Execution | Python/R scripts executed locally | Medium |
| Network Access | No external API calls | Low |
| File System Access | Read input files, write output files | Medium |
| Instruction Tampering | Standard prompt guidelines | Low |
| Data Exposure | Output files saved to workspace | Low |
Security Checklist
- No hardcoded credentials or API keys
- No unauthorized file system access (../)
- Output does not expose sensitive information
- Prompt injection protections in place
- Input file paths validated (no ../ traversal)
- Output directory restricted to workspace
- Script execution in sandboxed environment
- Error messages sanitized (no stack traces exposed)
- Dependencies audited
Prerequisites
No additional Python packages required.
Evaluation Criteria
Success Metrics
- Successfully executes main functionality
- Output meets quality standards
- Handles edge cases gracefully
- Performance is acceptable
Test Cases
- Basic Functionality: Standard input → Expected output
- Edge Case: Invalid input → Graceful error handling
- Performance: Large dataset → Acceptable processing time
Lifecycle Status
- Current Stage: Draft
- Next Review Date: 2026-03-06
- Known Issues: None
- Planned Improvements:
- Performance optimization
- Additional feature support
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install eln-template-creator - 安装完成后,直接呼叫该 Skill 的名称或使用
/eln-template-creator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Eln Template Creator 是什么?
Generate standardized experiment templates for Electronic Laboratory Notebooks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 228 次。
如何安装 Eln Template Creator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install eln-template-creator」即可一键安装,无需额外配置。
Eln Template Creator 是免费的吗?
是的,Eln Template Creator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Eln Template Creator 支持哪些平台?
Eln Template Creator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Eln Template Creator?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v0.1.0。