instrument-data-to-allotrope

Convert laboratory instrument output files into Allotrope Simple Model JSON and CSV formats.

7|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Epiphytic/ai-plugin-translator --skill instrument-data-to-allotrope-epiphytic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instrument-data-to-allotrope
Source: https://github.com/Epiphytic/ai-plugin-translator/tree/main/packages/core/test/fixtures/regression-output/knowledge-work-plugins/bio-research/skills/instrument-data-to-allotrope
Command: npx skills add https://github.com/Epiphytic/ai-plugin-translator --skill instrument-data-to-allotrope-epiphytic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill converts inconsistent laboratory instrument output files into standardized Allotrope Simple Model data, reducing manual data cleanup and enabling reliable downstream use in LIMS systems, data lakes, and analysis pipelines.

Core Features & Use Cases

  • Instrument Data Conversion: Transform PDF, CSV, Excel, and TXT instrument files into ASM JSON or flattened CSV formats with structured metadata.
  • Scientific Data Standardization: Detect instrument types, apply appropriate parsing strategies, separate raw and calculated measurements, and validate output against Allotrope requirements.
  • Use Case: A laboratory team can convert ELISA, qPCR, cell counting, or spectrophotometer exports into LIMS-ready datasets while generating parser code for engineering handoff.

Quick Start

Ask the skill to convert the attached laboratory instrument file into Allotrope ASM JSON and a flattened CSV export.

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 into Allotrope Simple Model JSON?

You can convert laboratory instrument output files into standardized Allotrope Simple Model data by parsing the raw files, detecting the instrument type, separating raw versus calculated measurements, and validating the schema before exporting to ASM JSON.

What is the best way to standardize scientific data exports for LIMS uploads?

Standardizing scientific data exports for LIMS uploads involves transforming inconsistent instrument files into Allotrope Simple Model data formats, which structures metadata reliably and reduces manual data cleanup for downstream pipelines.

Can I parse PDF and Excel instrument files into flattened CSV formats?

Yes, you can parse PDF, CSV, Excel, and TXT laboratory instrument files into both Allotrope Simple Model JSON and flattened CSV formats, applying instrument-specific parsing strategies to classify raw and calculated data correctly.

Does this data conversion approach support qPCR and spectrophotometer results?

Yes, this data conversion supports scientific data workflows across multiple vendor formats including qPCR, ELISA, cell counting, and spectrophotometer exports, detecting instrument types to apply appropriate parsing strategies for each result file.

How do I separate raw and calculated measurements during instrument data conversion?

To separate raw and calculated measurements during instrument data conversion, the process applies parsing strategies that classify instrument output data, validating the structured results against Allotrope requirements before generating the final export.

What are the limitations of converting instrument data to ASM JSON?

Conversion to ASM JSON requires instrument parsing and schema validation capabilities, meaning heavily proprietary or undocumented instrument formats may need specific parser code generation for engineering handoff to ensure accurate raw versus calculated data classification.