Agent skill · Data & Analytics

omero-integration

Microscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, batch processing, for high-content screening and microscopy workflows.

FreedomIntelligencegithub.com/FreedomIntelligenceGitHub ↗
claude-code
Install
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill omero-integration --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 9
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/omero-integration/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,909
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# OMERO Integration ## Overview OMERO is an open-source platform for managing, visualizing, and analyzing microscopy images and metadata. Access images via Python API, retrieve datasets, analyze pixels, manage ROIs and annotations, for high-content screening and microscopy workflows. ## When to Use This Skill This skill should be used when: - Working with OMERO Python API (omero-py) to access microscopy data - Retrieving images, datasets, projects, or screening data programmatically - Analyzing pixel data and creating derived images - Creating or managing ROIs (regions of interest) on microscopy images - Adding annotations, tags, or metadata to OMERO objects - Storing measurement results in OMERO tables - Creating server-side scripts for batch processing - Performing high-content screening analysis ## Core Capabilities This skill covers eight major capability areas. Each is documented in detail in the references/ directory: ### 1. Connection & Session Management **File**: `references/connection.md` Establish secure connections to OMERO servers, manage sessions, handle authentication, and work with group contexts. Use this for initial setup and connection patterns. **Common scenario

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. Connection & Session Management
  5. 2. Data Access & Retrieval
  6. 3. Metadata & Annotations
  7. 4. Image Processing & Rendering
  8. 5. Regions of Interest (ROIs)
  9. 6. OMERO Tables
  10. 7. Scripts & Batch Operations
  11. 8. Advanced Features
  12. Installation
  13. Quick Start
  14. Selecting the Right Capability
Ships with 8 files
  • references/advanced.md
  • references/connection.md
  • references/data_access.md
  • references/image_processing.md
  • references/metadata.md
  • references/rois.md
  • references/scripts.md
  • references/tables.md
Commands it runs
uv pip install omero-py
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the omero-integration skill do?

Microscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, batch processing, for high-content screening and microscopy workflows.

How do I install it?

Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill omero-integration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From FreedomIntelligence/OpenClaw-Medical-Skills, a repository with 2,909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going