omero-integration

Interact with the OMERO platform for microscopy image and data management.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/yf8578/clawomics --skill omero-integration-yf8578
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omero-integration
Source: https://github.com/yf8578/clawomics/tree/main/skills/omero-integration
Command: npx skills add https://github.com/yf8578/clawomics --skill omero-integration-yf8578

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the complex process of interacting with OMERO, a powerful platform for managing, visualizing, and analyzing microscopy images and metadata.

Core Features & Use Cases

  • Data Access: Programmatically retrieve images, datasets, and screening data.
  • Metadata Management: Create and manage tags, key-value pairs, and file annotations.
  • Image Analysis: Access pixel data, perform basic analysis, and manage ROIs.
  • Automation: Facilitates server-side scripting for batch processing and complex workflows.
  • Use Case: Automatically tag all images within a specific project with experimental conditions, then extract pixel intensity data from ROIs defined on those images, storing the results in an OMERO Table.

Quick Start

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

Frequently Asked Questions about omero-integration

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

FAQPage Schema
How do I retrieve microscopy images and datasets from OMERO using Python?

To retrieve microscopy images and datasets from OMERO, you can use this Skill to programmatically interact with the platform's Python API. It enables seamless data retrieval, allowing you to access images, datasets, and screening data directly.

Can I automate batch processing of microscopy images on an OMERO server?

Yes, you can automate batch processing of microscopy images on an OMERO server. This Skill facilitates server-side scripting to handle complex workflows and batch operations programmatically using the omero-py library.

How do I manage metadata and tags for microscopy images in OMERO?

You can manage metadata and tags for microscopy images in OMERO by creating and managing key-value pairs, tags, and file annotations. This Skill provides programmatic access to annotate your experimental data efficiently.

Does this Skill support extracting pixel intensity data from ROIs in OMERO?

Yes, this Skill supports extracting pixel intensity data from ROIs in OMERO. You can access pixel data, perform basic image analysis, manage Regions of Interest, and store the extracted results in an OMERO Table.

Do I need omero-py to use this microscopy data management Skill?

Yes, you need omero-py installed to use this microscopy data management Skill. It relies on the omero-py dependency to enable seamless integration with OMERO's Python API for programmatic interaction.

What is the best way to connect to an OMERO server and list available projects?

The best way to connect to an OMERO server and list available projects is by using this Skill's programmatic interaction capabilities. You provide your server credentials to establish a connection and retrieve project listings via the Python API.