omero-integration

Interact with OMERO microscopy data via the omero-py Python client.

8|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/sanand0/scientific-research --skill omero-integration-sanand0
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: omero-integration
Source: https://github.com/sanand0/scientific-research/tree/main/.claude/skills/omero-integration
Command: npx skills add https://github.com/sanand0/scientific-research --skill omero-integration-sanand0

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, eliminating manual data handling and enabling programmatic access to scientific imaging resources.

Core Features & Use Cases

  • Data Access: Connect to OMERO servers and retrieve images, datasets, and screening data.
  • Metadata Management: Create and manage annotations, tags, and key-value pairs.
  • Image Analysis: Access pixel data, perform basic processing, and analyze regions of interest (ROIs).
  • Batch Operations: Automate workflows for high-content screening and large-scale data processing.
  • Use Case: A researcher needs to analyze the intensity of specific cell regions across hundreds of images stored in OMERO. This Skill can programmatically access each image, identify the ROIs, extract pixel intensity statistics, and store the results in an OMERO Table for further analysis.

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 connect to an OMERO server and retrieve microscopy images using Python?β–Ό

To connect to an OMERO server in Python, use the omero-py client to authenticate with your server credentials and programmatically retrieve images, datasets, and screening data. This Skill facilitates direct data access and metadata manipulation.

Can I automate batch image analysis workflows for high-content screening in OMERO?β–Ό

Yes, you can automate batch image analysis for high-content screening in OMERO. This Skill enables programmatic access to pixel data, ROI management, and server-side script execution to process large-scale microscopy datasets.

What is the best way to manage microscopy image metadata and annotations programmatically?β–Ό

Managing microscopy image metadata programmatically is done by using the omero-py client to create and manage annotations, tags, and key-value pairs on OMERO servers. This streamlines data organization and retrieval for complex imaging resources.

Do I need omero-py installed to extract pixel intensity statistics from OMERO images?β–Ό

Yes, omero-py installation is required to extract pixel intensity statistics. This Skill uses the client to access pixel data, identify regions of interest, and store the extracted analysis results in an OMERO Table.

Does this approach support managing regions of interest across hundreds of microscopy images?β–Ό

Managing regions of interest across hundreds of microscopy images is fully supported. The Skill programmatically accesses each image, identifies ROIs, performs basic image processing, and calculates intensity statistics for batch analysis workflows.