Agent skill · Databases

analyze_lab_video_cell_behavior

Automated cell behavior analysis from microscopy or XR lab recordings. Classifies cell motion phenotypes (migration, proliferation, apoptosis, division, quiescence), computes population-level quantitative metrics (growth rate, migration velocity, directionality index), and emits structured JSON for downstream reporting, plotting, or ELN integration.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill analyze_lab_video_cell_behavior --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 15 KB
Bundled scripts: none
Path: skills/labclaw/analyze_lab_video_cell_behavior/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

# Analyze Lab Video — Cell Behavior ## Overview `analyze_lab_video_cell_behavior` converts raw time-lapse microscopy video or first-person XR lab recordings into quantitative cell biology data. The skill ingests brightfield, phase-contrast, or fluorescence video, runs single-cell tracking and phenotype classification through a VLM / computer-vision pipeline, and returns a structured JSON payload containing per-cell trajectories, population growth curves, migration statistics, and apoptosis/division event counts — turning unstructured lab footage into publication-ready metrics in a single step, fully aligned with the LabOS "from video to paper" vision. ## When to Use This Skill Use this skill when any of the following conditions are present: - **Time-lapse microscopy analysis**: A researcher has recorded brightfield, phase-contrast, DIC, or fluorescence (GFP, mCherry) time-lapse videos of cell cultures and needs automated quantification without manual cell counting or commercial software (Fiji, Imaris, Cellpose GUI). - **XR lab recording playback**: A first-person or overhead XR camera captured an ongoing cell culture experiment and the agent must retroactively extract cell behavior

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. Video Ingestion & Preprocessing
  5. 2. Cell Segmentation & Single-Cell Tracking
  6. 3. Cell Behavior Phenotype Classification
  7. 4. Quantitative Metric Computation
  8. 5. Structured JSON Output
  9. 6. Visualization & Report Integration
  10. Usage Examples
  11. Example 1 — Wound-Healing Scratch Assay Quantification
  12. Example 2 — Drug Cytotoxicity Screen from 96-Well Plate Video
  13. Example 3 — Real-Time XR Cell Culture Monitoring
  14. Integration Notes
More from awesome-bio-agent-skills
All skills →
About this skill
What does the analyze_lab_video_cell_behavior skill do?

Automated cell behavior analysis from microscopy or XR lab recordings. Classifies cell motion phenotypes (migration, proliferation, apoptosis, division, quiescence), computes population-level quantitative metrics (growth rate, migration velocity, directionality index), and emits structured JSON for downstream reporting, plotting, or ELN integration.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill analyze_lab_video_cell_behavior --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