流程自动化实验室自动化与科研信息化FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
IN

instrument-data-to-allotrope

维护者 FreedomIntelligence · 最近更新 2026年4月1日

instrument-data-to-allotrope:Convert laboratory instrument output files (PDF,CSV,Excel,TXT) to Allotrope Simple Model (ASM) JSON format 或 flattened 2D CSV。 Use this skill when scientists need to standardize instrument data ,用于 LIMS systems,data lakes,或 downstream analysis。

OpenClawNanoClaw分析处理复现实验instrument-data-to-allotrope📊 data science & toolslab automation & integrationconvert

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/instrument-data-to-allotrope

维护者
FreedomIntelligence
许可
MIT
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Convert instrument files into standardized Allotrope Simple Model (ASM) format ,用于 LIMS upload,data lakes,或 handoff to data engineering teams。
  • pip install allotropy pandas openpyxl pdfplumber --break-system-packages。

原始文档

SKILL.md 摘录

Workflow Overview

  1. Detect instrument type from file contents (auto-detect or user-specified)
  2. Parse file using allotropy library (native) or flexible fallback parser
  3. Generate outputs:
    • ASM JSON (full semantic structure)
    • Flattened CSV (2D tabular format)
    • Python parser code (for data engineer handoff)
  4. Deliver files with summary and usage instructions

When Uncertain: If you're unsure how to map a field to ASM (e.g., is this raw data or calculated? device setting or environmental condition?), ask the user for clarification. Refer to references/field_classification_guide.md for guidance, but when ambiguity remains, confirm with the user rather than guessing.

Core conversion

from allotropy.parser_factory import Vendor from allotropy.to_allotrope import allotrope_from_file

Convert with allotropy

asm = allotrope_from_file("instrument_data.csv", Vendor.BECKMAN_VI_CELL_BLU)

适用场景

  • Use instrument-data-to-allotrope in 科研工作流 aligned ,支持 this subject area。
  • Follow upstream documentation ,用于 full working procedure。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

相关技能

相关技能

返回目录
LA
流程自动化实验室自动化与科研信息化

labarchive-integration

labarchive-integration:LabArchives是一个electronic lab notebook 平台 ,用于 research documentation 、 data management。 访问 noteboo…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
OP
流程自动化实验室自动化与科研信息化

opentrons-protocol-agent

opentrons-protocol-agent:Opentrons liquid handler protocol design ,用于 automated lab workflows。

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
PR
流程自动化实验室自动化与科研信息化

protocolsio-integration

protocolsio-integration:Protocols.io是一个comprehensive 平台 ,用于 developing,sharing,、 managing scientific protocols。 This ski…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
PY
流程自动化实验室自动化与科研信息化

PyLabRobot

PyLabRobot是一个hardware-agnostic,pure Python Software Development Kit ,用于 automated 、 autonomous laboratories。 Use this sk…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看