service-omero-integration

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

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/biomaps-infra/blender-opencode --skill service-omero-integration
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: service-omero-integration
Source: https://github.com/biomaps-infra/blender-opencode/tree/main/.opencode/skills/service-omero-integration
Command: npx skills add https://github.com/biomaps-infra/blender-opencode --skill service-omero-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the complex process of managing, accessing, and analyzing microscopy data stored in OMERO, a leading platform for biological image data.

Core Features & Use Cases

  • Data Access: Connect to OMERO servers and retrieve images, datasets, and projects.
  • Metadata Management: Add, query, and manage tags, key-value pairs, and file annotations.
  • Image Analysis: Access pixel data, perform basic image manipulations, and analyze regions of interest (ROIs).
  • Automation: Create server-side scripts for batch processing and automated workflows.
  • Use Case: A researcher needs to batch-process thousands of microscopy images stored in OMERO. They can use this Skill to write a script that automatically retrieves each image, segments cells using ROIs, extracts intensity measurements, and saves the results to an OMERO table.

Quick Start

Use the service-omero-integration skill to connect to your OMERO server and list all projects.

Frequently Asked Questions about service-omero-integration

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

FAQPage Schema
How do I manage microscopy data stored in an OMERO server using Python?▼

This Skill uses the omero-py Python API to connect to OMERO servers, enabling you to programmatically access, manage, and analyze microscopy image data, metadata, and annotations.

Can I batch process microscopy images and extract ROI measurements in OMERO?▼

Yes, you can batch process microscopy images in OMERO by writing server-side scripts that segment cells using ROIs, extract intensity measurements, and save the results directly to an OMERO table.

How do I add and query metadata annotations for bioimaging datasets in OMERO?▼

You can add and query metadata annotations for bioimaging datasets in OMERO by using the Python API to manage tags, key-value pairs, and file annotations attached to your microscopy images.

Does this OMERO Python API integration support high-content screening workflows?▼

Yes, the OMERO Python API integration supports high-content screening workflows by enabling automated data retrieval, server-side scripting, and ROI analysis for large-scale microscopy data management.

What is needed to automate microscopy image analysis and data retrieval from OMERO?▼

To automate microscopy image analysis and data retrieval from OMERO, you need to use the omero-py Python API to write server-side scripts that handle batch processing and extract pixel data.