Agent Skill
2/7/2026

instrument-data-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV for LIMS systems and data lakes.

V
vamseeachanta
1GitHub Stars
1Views
npx skills add vamseeachanta/workspace-hub

SKILL.md

Nameinstrument-data-allotrope
DescriptionConvert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV for LIMS systems and data lakes.

name: instrument-data-allotrope description: Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV for LIMS systems and data lakes. type: reference version: 1.0.0 category: science last_updated: 2026-02-03 source: https://github.com/anthropics/knowledge-work-plugins related_skills:

  • single-cell-rna-qc
  • scvi-tools
  • nextflow-pipelines
  • clinical-trial-protocol
  • scientific-problem-selection capabilities: [] requires: [] tags: [] scripts_exempt: true

Instrument Data Allotrope

Quick Start

# Install requirements first
pip install allotropy pandas openpyxl pdfplumber --break-system-packages

# 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)

Sub-Skills

Skills Info
Original Name:instrument-data-allotropeAuthor:vamseeachanta