omero-integration

Access and manage OMERO microscopy data via the omero-py library.

8|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/hxk622/TokenDance --skill omero-integration-hxk622
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omero-integration
Source: https://github.com/hxk622/TokenDance/tree/main/backend/app/skills/builtin/scientific/lab-automation/omero-integration
Command: npx skills add https://github.com/hxk622/TokenDance --skill omero-integration-hxk622

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management, visualization, and analysis of complex microscopy image data, reducing the time spent on manual data handling and enabling faster scientific discovery.

Core Features & Use Cases

  • Data Access: Programmatically connect to OMERO servers and retrieve images, datasets, and screening data.
  • Metadata Management: Add, query, and manage tags, key-value pairs, and file annotations.
  • Image Analysis: Extract pixel data, perform basic image processing, and analyze regions of interest (ROIs).
  • Workflow Automation: Create server-side scripts for batch processing and automated analysis pipelines.
  • Use Case: Automatically process hundreds of microscopy images from a high-content screen, extract intensity measurements from segmented cell regions, and store the results in an OMERO table for downstream analysis.

Quick Start

Connect to your OMERO server using your credentials and list all projects.

Frequently Asked Questions about omero-integration

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

FAQPage Schema
How do I programmatically access microscopy images stored on an OMERO server?

You can programmatically access OMERO microscopy images by establishing a connection via the omero-py library, which enables data navigation and retrieval of images, datasets, and screening data.

Can I automate batch processing for high-content screening microscopy data?

Yes, batch processing for high-content screening is supported by creating server-side scripts that automate analysis pipelines and extract intensity measurements from segmented cell regions.

How do I manage tags and key-value pairs for microscopy datasets in OMERO?

You can manage metadata for microscopy datasets by adding, querying, and managing tags, key-value pairs, and file annotations programmatically through the OMERO integration.

Does this Skill support extracting pixel data and analyzing regions of interest (ROIs)?

Yes, it supports image analysis by extracting pixel data, performing basic image processing, and analyzing regions of interest (ROIs) for scientific research workflows.

What is needed to connect to an OMERO server for automated image analysis?

To connect to an OMERO server for automated image analysis, you need the omero-py library installed and your server credentials to establish the connection and list projects.

Can I store extracted intensity measurements back into an OMERO table?

Yes, after processing microscopy images and extracting intensity measurements from segmented cell regions, you can store the results directly in an OMERO table for downstream analysis.