labarchive-integration
LabArchives is an electronic lab notebook platform for research documentation and data management. Access notebooks, manage entries and atta…
Maintainer FreedomIntelligence · Last updated April 1, 2026
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 ASM JSON, flattened CSV for easy import, and exportable Python code for data engineers. Common trigge….
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/instrument-data-to-allotrope
Skill Snapshot
Source Doc
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.mdfor guidance, but when ambiguity remains, confirm with the user rather than guessing.
from allotropy.parser_factory import Vendor from allotropy.to_allotrope import allotrope_from_file
asm = allotrope_from_file("instrument_data.csv", Vendor.BECKMAN_VI_CELL_BLU)
Related skills
LabArchives is an electronic lab notebook platform for research documentation and data management. Access notebooks, manage entries and atta…
Opentrons liquid handler protocol design for automated lab workflows.
Protocols.io is a comprehensive platform for developing, sharing, and managing scientific protocols. This skill provides complete integratio…
PyLabRobot is a hardware-agnostic, pure Python Software Development Kit for automated and autonomous laboratories. Use this skill to control…