Agent Plugins Marketplace
All plugins

research-images

v0.1.1

Research-image inspection with explicit source identity, transformation history, measurement definitions, exclusions, and interpretation boundaries.

CodexClaude Code1 Skill

By Evidence LabLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add research-images@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/timsmykov/evidence-lab-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packs/workflows/research-images/.

Plugin files

packs/workflows/research-images/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/research-image-analysis/SKILL.md

Included Skills1

research-image-analysisskills/research-image-analysis/SKILL.md

Inspect scientific or research images while preserving source identity, acquisition context, transformations, measurement definitions, exclusions, and interpretation limits. Use for microscopy, experimental photographs, scans, or instrument images; do not use merely to make decorative figures or infer unsupported diagnoses.

Plugin manifests2

packs/workflows/research-images/.codex-plugin/plugin.json
{
  "name": "research-images",
  "description": "Research-image inspection with explicit source identity, transformation history, measurement definitions, exclusions, and interpretation boundaries.",
  "version": "0.1.1",
  "author": {
    "name": "Evidence Lab"
  },
  "keywords": [
    "research-image-analysis"
  ],
  "homepage": "https://github.com/timsmykov/evidence-lab-plugins",
  "repository": "https://github.com/timsmykov/evidence-lab-plugins",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "Research Images",
    "shortDescription": "Inspect research images with traceable provenance.",
    "longDescription": "Records image source, acquisition context, transformations, measurements, exclusions, and the boundary between observation and interpretation.",
    "developerName": "Evidence Lab",
    "category": "Research",
    "capabilities": [
      "Research",
      "Vision"
    ],
    "defaultPrompt": "Help me inspect these research images without losing provenance."
  }
}
packs/workflows/research-images/.claude-plugin/plugin.json
{
  "name": "research-images",
  "description": "Research-image inspection with explicit source identity, transformation history, measurement definitions, exclusions, and interpretation boundaries.",
  "version": "0.1.1",
  "author": {
    "name": "Evidence Lab"
  },
  "keywords": [
    "research-image-analysis"
  ],
  "homepage": "https://github.com/timsmykov/evidence-lab-plugins",
  "repository": "https://github.com/timsmykov/evidence-lab-plugins",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[research-images on Agent Plugins Marketplace](https://pluginsmp.com/plugins/research-images)