labarchive-integration

Automate LabArchives notebook, entry, attachment, and backup management via REST API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Org-GAgent/result-interpreter --skill labarchive-integration-org-gagent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: labarchive-integration
Source: https://github.com/Org-GAgent/result-interpreter/tree/main/.skills/scientific-skills/labarchive-integration
Command: npx skills add https://github.com/Org-GAgent/result-interpreter --skill labarchive-integration-org-gagent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires labarchives-py, requests, PyYAML, and includes scripts (resource) and references (resource) components.

## What problem does it solve?

LabArchives ELN management often requires manual, fragmented steps to access notebooks, manage entries, attachments, and backups. This Skill provides programmatic access to the LabArchives REST API to automate notebook operations, entry management, and cross-tool integrations.

## Core Features & Use Cases

  • Authentication and configuration for enterprise LabArchives API access
  • Notebook listing, backup (with or without attachments), and entry management
  • Attachment upload and entry metadata handling
  • Integrations with Protocols.io, Jupyter, and REDCap for reproducible research
  • Support for Jupyter, REDCap, Protocols.io workflows to automate ELN tasks

### Quick Start

Run the notebook_operations script to list notebooks and back up all accessible notebooks.

Frequently Asked Questions about labarchive-integration

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

FAQPage Schema
How do I automate LabArchives notebook backups and entry management?

LabArchives notebook backups and entry management can be automated using Python scripts that interact with the LabArchives REST API to programmatically list notebooks, manage entries, and handle attachments. Enterprise API credentials and regional endpoints are required.

Can I integrate LabArchives ELN with Protocols.io, Jupyter, and REDCap?

LabArchives ELN can be integrated with Protocols.io, Jupyter, and REDCap. The Skill provides support for these cross-tool integrations to automate ELN tasks and enable reproducible research workflows within a programmatic environment.

Do I need enterprise API credentials to access the LabArchives REST API?

Enterprise API credentials are required to access the LabArchives REST API. Authentication must be configured with the correct regional endpoints to programmatically manage notebooks, entries, and attachments.

What is the best way to handle attachments when backing up ELN notebooks?

Handling attachments during ELN notebook backups is best achieved using Python scripts that programmatically manage the LabArchives API, supporting backups with or without attachments to suit research data needs.

Why does my LabArchives API authentication fail when running notebook operations?

LabArchives API authentication failures often occur due to incorrect enterprise API credentials or misconfigured regional endpoints. Proper authentication setup is required before running scripts to list notebooks and back up data.