omero-integration

Access and analyze OMERO microscopy data via the omero-py Python API.

1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Sologa/codex-pipeline --skill omero-integration-sologa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omero-integration
Source: https://github.com/Sologa/codex-pipeline/tree/main/.codex/skills/omero-integration
Command: npx skills add https://github.com/Sologa/codex-pipeline --skill omero-integration-sologa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management, visualization, and analysis of complex microscopy data stored within the OMERO platform, reducing manual data handling and accelerating research workflows.

Core Features & Use Cases

  • Data Access: Programmatically retrieve images, datasets, and screening data from OMERO.
  • Metadata Management: Create and manage tags, key-value pairs, and file annotations.
  • Image Analysis: Access raw pixel data for analysis, manage ROIs, and store results in OMERO Tables.
  • Automation: Develop server-side scripts for batch processing and complex workflows.
  • Use Case: A researcher needs to analyze pixel intensity within specific regions of interest across hundreds of images. This Skill allows them to write a Python script that connects to OMERO, retrieves the images, identifies the ROIs, extracts pixel data, performs the analysis, and saves the results as an OMERO Table.

Quick Start

Use the omero-integration skill to connect to your OMERO server 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 automate batch processing for microscopy images stored in OMERO?

You can automate OMERO batch processing by developing Python API scripts that programmatically retrieve images, extract pixel data, and execute server-side workflows to handle high-content screening data.

How do I extract pixel data and analyze regions of interest in OMERO?

To extract pixel data and analyze ROIs in OMERO, use the Python API to connect to the server, retrieve target images, identify regions of interest, and save the resulting analysis directly into OMERO Tables.

Can I manage microscopy metadata and tags programmatically using the OMERO Python API?

Yes, the OMERO Python API enables programmatic metadata management, allowing you to create, edit, and manage tags, key-value pairs, and file annotations for your microscopy datasets.

What is the best way to retrieve screening data from an OMERO server for analysis?

The best way to retrieve OMERO screening data is using the Python API to programmatically access datasets, images, and screening data directly from the OMERO server for downstream analysis.

Does the OMERO Python API support manipulating image rendering for microscopy data?

Yes, the OMERO Python API supports rendering manipulation, allowing you to programmatically adjust visualization parameters for microscopy images stored on the OMERO server.

Can I run server-side scripts in OMERO for high-content screening workflows?

Yes, you can develop and execute server-side scripts via the OMERO Python API to automate complex batch processing and high-content screening workflows directly on the server.