Omero Integration

🌐Community
by davila7 · vlatest · Repository

Connects to Davila7's Omero system for automated image data retrieval, analysis, and reporting workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add omero-integration npx -- -y @trustedskills/omero-integration
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "omero-integration": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/omero-integration"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to interact with and retrieve data from OMERO, a powerful open-source scientific imaging platform. It facilitates programmatic access to images, metadata, and other related information stored within an OMERO server. Specifically, the agent can query for images based on various criteria and potentially perform basic operations.

When to use it

  • Automated image analysis: Retrieve specific images from a large dataset for automated processing or machine learning tasks.
  • Data curation workflows: Automatically extract metadata about images and update associated records in other systems.
  • Scientific research: Enable researchers to programmatically access and analyze imaging data without manual intervention.
  • Inventory management: Query OMERO for image availability based on specific parameters, aiding in resource allocation.

Key capabilities

  • OMERO server connection
  • Image querying by metadata
  • Data retrieval from OMERO repositories

Example prompts

  • "Find all images with the label 'mitosis' and a date after 2023-10-26."
  • "Retrieve the image series named 'ZStack_001' from server address [server address]."
  • “List all files in the repository ‘MyRepository’ that have the tag ‘DAPI’.”

Tips & gotchas

  • Requires a valid OMERO server connection string, including username and password.
  • The agent’s ability to perform complex operations within OMERO is limited by the skill's current implementation.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
davila7
Installs
0

🌐 Community

Passed automated security scans.