instrument-data-to-allotrope

Convert laboratory instrument output files to Allotrope Simple Model JSON format.

10|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/giadaf-boosha/claude-code --skill instrument-data-to-allotrope-giadaf-boosha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instrument-data-to-allotrope
Source: https://github.com/giadaf-boosha/claude-code/tree/main/skills/bio-research-instrument-data-to-allotrope
Command: npx skills add https://github.com/giadaf-boosha/claude-code --skill instrument-data-to-allotrope-giadaf-boosha

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 converts laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format, making data easier to standardize, store, and analyze for use in LIMS systems, data lakes, or downstream analysis.

Core Features & Use Cases

  • Instrument Data Conversion: Automatically convert PDF, CSV, Excel, and TXT files to ASM JSON format.
  • Data Standardization: Standardize lab data for compatibility with various systems and analysis tools.
  • Use Case: Convert a PDF report from a HPLC instrument to ASM JSON format for easy import into a Laboratory Information Management System (LIMS).

Quick Start

Use the instrument-data-to-allotrope skill to convert the attached PDF report from the HPLC instrument to Allotrope Simple Model (ASM) 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 lab instrument data to Allotrope Simple Model JSON format?

To convert lab instrument data to Allotrope Simple Model (ASM) JSON, use this Skill to automatically parse PDF, CSV, Excel, and TXT files. It utilizes auto-detection of instrument types and generates exportable Python code for processing and validation.

What is the best way to standardize HPLC PDF reports for a LIMS import?

The best way to standardize HPLC PDF reports for LIMS import is converting them to ASM JSON format. This Skill uses pdfplumber to parse the PDF and transforms the lab data into a standardized structure for easy data interoperability.

How does auto-detection work when converting unsupported instrument file formats?

Auto-detection for unsupported instrument file formats works through flexible parsing logic built on pandas and openpyxl. This allows the Skill to identify data structures within CSV, Excel, TXT, or PDF files and map them to the ASM JSON format.

Do I need Python dependencies to parse and convert instrument data to ASM?

Yes, you need the Python dependencies allotropy, pandas, openpyxl, and pdfplumber to parse and convert instrument data to ASM. These libraries handle file parsing and the underlying data conversion to standardize lab data outputs.

Can I generate exportable Python code for processing lab data conversion?

Yes, you can generate exportable Python code for processing lab data conversion. The Skill supports data engineers by creating validation and processing scripts that automate the transformation of instrument outputs into ASM JSON.

When do I need Allotrope Simple Model format for data interoperability?

You need Allotrope Simple Model (ASM) format for data interoperability when moving lab instrument data into data lakes or LIMS systems. ASM JSON standardizes outputs from formats like PDF and CSV for efficient downstream analysis and storage.