labstep-sentiment

Extract and summarize Labstep experiment data via REST API and ProseMirror parsing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, labstep, python-dotenv, openpyxl, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the summarization of key findings and researcher thoughts from experiments stored in Labstep, transforming raw data into actionable insights.

Core Features & Use Cases

  • Extracts Rich Text: Retrieves detailed notes, aims, and objectives from Labstep experiments.
  • Summarizes Findings: Condenses experimental results into concise, data-focused summaries.
  • Captures Researcher Thoughts: Extracts interpretations, next steps, and open questions from notes.
  • Exports to Excel: Organizes summaries into a structured Excel file for easy review.
  • Use Case: Generate a comprehensive research summary report for all experiments conducted in January 2026, highlighting key outcomes and researcher reflections.

Quick Start

Export experiment summaries for all experiments in January 2026 to an Excel file.

Frequently Asked Questions about labstep-sentiment

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

FAQPage Schema
How do I summarize experiment findings from Labstep for research reporting?

To summarize experiment findings from Labstep, this Skill extracts rich text content and structured metadata via REST API calls, condensing experimental results and researcher interpretations into concise overviews for research analysis and reporting workflows.

Can I export Labstep experiment summaries to Excel?

Yes, you can export Labstep experiment summaries to Excel. The Skill parses ProseMirror documents to extract notes and objectives, organizing the condensed findings and researcher thoughts into a structured Excel file for easy review.

What is the best way to extract rich text notes and metadata from Labstep experiments?

The best way to extract rich text notes and metadata from Labstep experiments is by using a Skill that fetches experiment data through REST API calls and parses ProseMirror documents to retrieve detailed aims, objectives, and researcher interpretations.

Do I need a Labstep API key to extract experiment data and generate summaries?

Yes, you need a Labstep API key to extract experiment data and generate summaries. The Skill requires REST API calls to fetch experiment data from your Labstep account, utilizing environment variables for secure authentication.

Does this Labstep research analysis tool work with Python scripts?

Yes, this Labstep research analysis tool works with Python scripts. It leverages Python dependencies including requests for REST API calls, openpyxl for Excel export, and python-dotenv for environment variable management to automate experiment summary generation.

Why are my Labstep experiment notes not extracting properly during summary generation?

Labstep experiment notes may not extract properly if the rich text content is stored in a format requiring ProseMirror document parsing. This Skill specifically handles ProseMirror parsing to ensure detailed notes, aims, and objectives are accurately retrieved.