read-from-sharepoint

Reads lab data files from synced OneDrive SharePoint folders with retry logic.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides read-only access to lab data files stored in synced OneDrive (SharePoint) folders, enabling AI agents to retrieve necessary information for analysis and reporting without direct user intervention.

Core Features & Use Cases

  • Read-only access: Safely access experiment data files like Metadata.xlsx, TapeStation CSVs/PDFs, qPCR files, and EVOS images.
  • Automatic Discovery: Intelligently finds and maps shared lab libraries within the OneDrive sync location.
  • Robust File Handling: Includes retry logic to manage potential cloud-sync latency for file availability.
  • Use Case: Retrieve the Metadata.xlsx file for experiment SK443 to analyze sample concentrations.

Quick Start

Find the experiment folder for SK443 in the scRNA-seq library.

Frequently Asked Questions about read-from-sharepoint

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

FAQPage Schema
How do I read lab data files from a synced SharePoint folder?

To read lab data files from a synced SharePoint folder, this Skill provides read-only access to retrieve experiment files like Metadata.xlsx and CSVs. It automatically discovers shared libraries within the OneDrive sync location.

Can an AI agent retrieve OneDrive experiment files without direct user intervention?

Yes, an AI agent can retrieve OneDrive experiment files autonomously. The Skill handles read-only access to lab data files like TapeStation PDFs and qPCR files, enabling analysis without manual file fetching.

How do I resolve cloud-sync latency when accessing OneDrive lab data?

To resolve cloud-sync latency when accessing OneDrive lab data, the Skill incorporates built-in retry logic. This robust file handling mechanism manages potential sync delays to ensure file availability.

Does this Skill support auto-discovery for shared lab libraries in OneDrive?

Yes, this Skill supports auto-discovery for shared lab libraries in OneDrive. It intelligently finds and maps Skene lab shared libraries within your local sync location to streamline file retrieval.

What types of experiment data files can be accessed from OneDrive?

Experiment data files accessible from OneDrive include Metadata.xlsx, TapeStation CSVs/PDFs, qPCR files, and EVOS images. The Skill safely provides read-only access to these formats for analysis and reporting.