流程自动化实验室自动化与科研信息化K-Dense-AI/claude-scientific-skills数据与复现
LA

labarchive-integration

维护者 K-Dense Inc. · 最近更新 2026年4月1日

labarchive-integration:LabArchives是一个electronic lab notebook 平台 ,用于 research documentation 、 data management。 访问 notebooks,manage entries 、 attachments,generate reports,、 integrate ,支持 third-party tools programmatically ,通过 REST API。

Claude CodeOpenClawNanoClaw分析处理复现实验labarchive-integrationgeneralintegrationgeneral

原始来源

K-Dense-AI/claude-scientific-skills

https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/labarchive-integration

维护者
K-Dense Inc.
许可
Unknown
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • LabArchives是一个electronic lab notebook 平台 ,用于 research documentation 、 data management. Access notebooks,manage entries 、 attachments,generate reports,、 integrate ,支持 third-party tools programmatically ,通过 REST API。
  • client = Client(api_url,access_key_id,access_password)。

原始文档

SKILL.md 摘录

When to Use This Skill

This skill should be used when:

  • Working with LabArchives REST API for notebook automation
  • Backing up notebooks programmatically
  • Creating or managing notebook entries and attachments
  • Generating site reports and analytics
  • Integrating LabArchives with third-party tools (Protocols.io, Jupyter, REDCap)
  • Automating data upload to electronic lab notebooks
  • Managing user access and permissions programmatically

1. Authentication and Configuration

Set up API access credentials and regional endpoints for LabArchives API integration.

Prerequisites:

  • Enterprise LabArchives license with API access enabled
  • API access key ID and password from LabArchives administrator
  • User authentication credentials (email and external applications password)

Configuration setup:

Use the scripts/setup_config.py script to create a configuration file:

This creates a config.yaml file with the following structure:

Regional API endpoints:

  • US/International: https://api.labarchives.com/api
  • Australia: https://auapi.labarchives.com/api
  • UK: https://ukapi.labarchives.com/api

For detailed authentication instructions and troubleshooting, refer to references/authentication_guide.md.

2. User Information Retrieval

Obtain user ID (UID) and access information required for subsequent API operations.

Workflow:

  1. Call the users/user_access_info API method with login credentials
  2. Parse the XML/JSON response to extract the user ID (UID)
  3. Use the UID to retrieve detailed user information via users/user_info_via_id

Example using Python wrapper:

from labarchivespy.client import Client

适用场景

  • Working ,支持 LabArchives REST API ,用于 notebook automation。
  • Backing up notebooks programmatically。
  • Creating 或 managing notebook entries 、 attachments。
  • Generating site reports 、 analytics。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

相关技能

相关技能

返回目录
DN
流程自动化实验室自动化与科研信息化

DNAnexus Integration

DNAnexus Integration:DNAnexus是一个cloud 平台 ,用于 biomedical 数据分析 、 genomics。 构建 、 deploy apps/applets,manage data objects,ru…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
IN
流程自动化实验室自动化与科研信息化

instrument-data-to-allotrope

instrument-data-to-allotrope:Convert laboratory instrument output files (PDF,CSV,Excel,TXT) to Allotrope Simple Model (A…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
OP
流程自动化实验室自动化与科研信息化

opentrons-protocol-agent

opentrons-protocol-agent:Opentrons liquid handler protocol design ,用于 automated lab workflows。

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
PR
流程自动化实验室自动化与科研信息化

protocolsio-integration

protocolsio-integration:Protocols.io是一个comprehensive 平台 ,用于 developing,sharing,、 managing scientific protocols。 This ski…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看