Agent skill · Testing & QA

tooluniverse-image-analysis

Production-ready microscopy image analysis and quantitative imaging data skill for colony morphometry, cell counting, fluorescence quantification, and statistical analysis of imaging-derived measurements. Processes ImageJ/CellProfiler output (area, circularity, intensity, cell counts), performs Dunnett's test, Cohen's d effect size, power analysis, Shapiro-Wilk normality tests, two-way ANOVA, polynomial regression, natural spline regression with confidence intervals, and comparative morphometry. Supports CSV/TSV measurement tables, multi-channel fluorescence data, colony swarming assays, and n

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill tooluniverse-image-analysis --agent claude-code

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

Facts
Files in the skill folder: 14
SKILL.md size: 16 KB
Bundled scripts: yes
Path: skills/openclaw/tooluniverse-image-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

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

From the SKILL.md

# Microscopy Image Analysis and Quantitative Imaging Data Production-ready skill for analyzing microscopy-derived measurement data using pandas, numpy, scipy, statsmodels, and scikit-image. Designed for BixBench imaging questions covering colony morphometry, cell counting, fluorescence quantification, regression modeling, and statistical comparisons. **IMPORTANT**: This skill handles complex multi-workflow analysis. Most implementation details have been moved to `references/` for progressive disclosure. This document focuses on high-level decision-making and workflow orchestration. --- ## When to Use This Skill Apply when users: - Have microscopy measurement data (area, circularity, intensity, cell counts) in CSV/TSV - Ask about colony morphometry (bacterial swarming, biofilm, growth assays) - Need statistical comparisons of imaging measurements (t-test, ANOVA, Dunnett's, Mann-Whitney) - Ask about cell counting statistics (NeuN, DAPI, marker counts) - Need effect size calculations (Cohen's d) and power analysis - Want regression models (polynomial, spline) fitted to dose-response or ratio data - Ask about model comparison (R-squared, F-statistic, AIC/BIC) - Need Shapiro-Wilk normal

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Core Principles
  3. Required Python Packages
  4. High-Level Workflow Decision Tree
  5. Quantitative Data Analysis Workflow
  6. Phase 0: Question Parsing and Data Discovery
  7. Phase 1: Grouped Statistics
  8. Phase 2: Statistical Testing
  9. Phase 3: Regression Modeling
  10. Raw Image Processing Workflow
  11. When Processing Raw Images
  12. Segmentation Method Selection
  13. Library Selection: scikit-image vs OpenCV
  14. Common BixBench Patterns
Ships with 13 files
  • QUICK_START.md
  • README.md
  • SKILL_OLD.md
  • references/cell_counting.md
  • references/fluorescence_analysis.md
  • references/image_processing.md
  • references/segmentation.md
  • references/statistical_analysis.md
  • references/troubleshooting.md
  • scripts/batch_process.py
  • scripts/measure_fluorescence.py
  • scripts/segment_cells.py
  • test_image_analysis.py
Commands it runs
pip install pandas numpy scipy statsmodels patsy scikit-image opencv-python-headless tifffile
Count cells in image
python scripts/segment_cells.py cells.tif --channel 0 --min-area 50
Batch process folder
python scripts/batch_process.py input_folder/ output.csv --analysis cell_count
More from awesome-bio-agent-skills
All skills →
About this skill
What does the tooluniverse-image-analysis skill do?

Production-ready microscopy image analysis and quantitative imaging data skill for colony morphometry, cell counting, fluorescence quantification, and statistical analysis of imaging-derived measurements. Processes ImageJ/CellProfiler output (area, circularity, intensity, cell counts), performs Dunnett's test, Cohen's d effect size, power analysis, Shapiro-Wilk normality tests, two-way ANOVA, polynomial regression, natural spline regression with confidence intervals, and comparative morphometry. Supports CSV/TSV measurement tables, multi-channel fluorescence data, colony swarming assays, and n

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill tooluniverse-image-analysis --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 BioTender-max/awesome-bio-agent-skills, a repository with 135 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