数据与复现医学影像与病理K-Dense-AI/claude-scientific-skills数据与复现
OM

OMERO Integration

维护者 K-Dense Inc. · 最近更新 2026年4月1日

OMERO is an open-source platform for managing, visuali.

Claude CodeOpenClawNanoClaw分析处理复现实验omero-integrationimagingintegrationmicroscopy & bio-image data

原始来源

K-Dense-AI/claude-scientific-skills

https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/omero-integration

维护者
K-Dense Inc.
许可
Unknown
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • OMERO是一个open-source 平台 ,用于 managing,visualizing,、 analyzing microscopy images 、 metadata. Access images ,通过 Python API,retrieve 数据集s,analyze pixels,manage ROIs 、 annotations,,用于 high-content screening 、 microscopy workflows。
  • conn = BlitzGateway(username,password,host=host,port=port) connected = conn.connect()。
  • if connected:# Perform operations ,用于 project in conn.listProjects():print(project.getName())。
  • # Always close connection conn.close() else:print("Connection failed") python ,面向 omero.gateway import BlitzGateway。
  • 支持 BlitzGateway(username,password,host=host,port=port) as conn:# Connection automatically managed ,用于 project in conn.listProjects():print(project.getName()) # Automatically closed on exit。

原始文档

SKILL.md 摘录

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 scenarios:

  • Connect to OMERO server with credentials
  • Use existing session IDs
  • Switch between group contexts
  • Manage connection lifecycle with context managers

适用场景

  • Working ,支持 OMERO Python API (omero-py) to access microscopy data。
  • Retrieving images,数据集s,projects,或 screening data programmatically。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

相关技能

相关技能

返回目录
PA
数据与复现医学影像与病理

PathML

PathML is a comprehensive Python toolkit for computational pathology workflows, designed to facilitate machine learning…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
PP
数据与复现医学影像与病理

pptx

| Task | Guide | |------|-------| | Read/analyze content | `python -m markitdown presentation.pptx` | | Edit or create f…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
AD
数据与复现蛋白结构与设计

Adaptyv

Adaptyv is a cloud laboratory platform that provides automated protein testing and validation services. Submit protein s…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
AL
数据与复现生物信息与基因组学

alpha-vantage

Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ t…

Claude Code分析处理
K-Dense-AI/claude-scientific-skills查看