instrument-data-to-allotrope

Convert laboratory instrument output files to Allotrope Simple Model JSON or CSV.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/lohasle/knowledge-work-plugins --skill instrument-data-to-allotrope-lohasle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instrument-data-to-allotrope
Source: https://github.com/lohasle/knowledge-work-plugins/tree/main/bio-research/skills/instrument-data-to-allotrope
Command: npx skills add https://github.com/lohasle/knowledge-work-plugins --skill instrument-data-to-allotrope-lohasle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires allotropy, pandas, openpyxl, pdfplumber, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the conversion of diverse laboratory instrument output files into a standardized Allotrope Simple Model (ASM) JSON format, streamlining data integration with LIMS, data lakes, and downstream analysis pipelines.

Core Features & Use Cases

  • Automated Conversion: Converts instrument files (PDF, CSV, Excel, TXT) to ASM JSON or flattened CSV.
  • Standardization for LIMS: Prepares data for upload to Laboratory Information Management Systems (LIMS) and Electronic Lab Notebooks (ELN).
  • Data Engineering Handoff: Generates exportable Python code for data engineers to integrate into production pipelines.
  • Auto-Detection: Supports auto-detection of instrument types for seamless processing.

Quick Start

Use the instrument-data-to-allotrope skill to convert the attached file 'sample_data.csv' to ASM JSON format.

Frequently Asked Questions about instrument-data-to-allotrope

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert laboratory instrument data to Allotrope Simple Model JSON?

Converting laboratory instrument data to Allotrope Simple Model (ASM) JSON requires automating the parsing of raw output files like PDF, CSV, and Excel into a standardized JSON format or flattened 2D CSV for LIMS integration. This process uses auto-detection of instrument types to stream data engineering pipelines.

What is the best way to standardize lab instrument files for LIMS integration?

Standardizing lab instrument files for LIMS integration is best achieved by converting diverse output formats into a unified Allotrope Simple Model (ASM) JSON or flattened CSV. This ensures consistent data structures for upload to Laboratory Information Management Systems and Electronic Lab Notebooks.

Can I generate Python parser code from converted instrument data?

Generating Python parser code from converted instrument data is supported as a data engineering handoff feature. It creates exportable Python scripts for data engineers to integrate the standardized ASM JSON output directly into production pipelines.

Does the Allotrope Simple Model conversion support auto-detection for different instrument types?

Allotrope Simple Model conversion supports auto-detection of instrument types to streamline the processing of laboratory output files. This allows the system to automatically identify the data source and apply the correct parsing logic without manual configuration.

What file formats can be processed for ASM JSON standardization?

File formats processed for ASM JSON standardization include PDF, CSV, Excel, and TXT files. These diverse laboratory instrument outputs are parsed using dependencies like pdfplumber and openpyxl to ensure accurate data extraction and conversion.