experiment-summary

Generate .docx experiment summaries from Labstep and OneDrive data.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/neurogenomics/lab-agents --skill experiment-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experiment-summary
Source: https://github.com/neurogenomics/lab-agents/tree/main/lab-skills/skills/experiment-summary
Command: npx skills add https://github.com/neurogenomics/lab-agents --skill experiment-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, labstep, pandas, openpyxl, Pillow, pillow-heif, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of detailed experiment summary documents, consolidating information from Labstep and OneDrive to save researchers significant time and effort.

Core Features & Use Cases

  • Automated Document Generation: Creates .docx experiment summaries using a predefined template.
  • Data Aggregation: Pulls metadata from Labstep and QC data (Qubit, TapeStation, EVOS images) from OneDrive.
  • Use Case: After completing an experiment, simply provide the experiment ID, and the Skill will generate a comprehensive summary document including model, aim, methods, results, and discussion, ready for review or archiving.

Quick Start

Use the experiment-summary skill to generate a summary for experiment ID SK550.

Frequently Asked Questions about experiment-summary

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

FAQPage Schema
How do I automatically generate an experiment summary report from Labstep?

To generate an experiment summary, provide a Labstep experiment ID. The skill automatically retrieves metadata, Qubit concentrations, TapeStation results, and EVOS imaging data, then populates a Word template to create a .docx report.

Can I integrate OneDrive QC data like TapeStation results into a Word document?

Yes, you can integrate OneDrive QC data into a Word document. The skill extracts Qubit concentrations, TapeStation results, and EVOS imaging data from OneDrive and assembles them into a comprehensive experiment summary report.

What do I need to set up to automate lab report generation with Labstep and OneDrive?

You need a Labstep experiment ID and QC data stored in OneDrive. The skill requires dependencies like python-docx, pandas, and Pillow to process data, handle image files like HEIF, and populate the Word document template.

What is the best way to consolidate EVOS imaging data and Qubit concentrations for archiving?

The best way to consolidate EVOS imaging data and Qubit concentrations is using automated document generation. This skill aggregates metadata from Labstep and QC data from OneDrive to produce a filled-in .docx summary ready for archiving.

Does this experiment summary tool support processing HEIF image files from OneDrive?

Yes, the tool supports processing HEIF image files. It utilizes the pillow-heif dependency alongside Pillow to handle and embed EVOS imaging data from OneDrive into the final experiment summary document.