agentsclimarketplace

Cytotoxicity assay analyzer

Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/cytotoxicity-assay-analyzer

Nanotoxicology skill for in vitro cytotoxicity assessment and cell viability analysisFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill cytotoxicity-assay-analyzer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

2.2 KB, 398 tokens by cl100k_base, as published. Nobody here has run it

Cytotoxicity Assay Analyzer

Purpose

The Cytotoxicity Assay Analyzer skill provides comprehensive in vitro toxicity assessment of nanomaterials, enabling systematic evaluation of cell viability, determination of safe exposure levels, and identification of toxicity mechanisms.

Capabilities

  • MTT/MTS/WST assay analysis
  • Live/dead staining quantification
  • IC50/EC50 calculation
  • Dose-response curve fitting
  • Cell morphology analysis
  • Apoptosis/necrosis detection

Usage Guidelines

Cytotoxicity Assessment

  1. Assay Selection

    • Choose appropriate viability assay
    • Consider nanoparticle interference
    • Include proper controls
  2. Data Analysis

    • Calculate percent viability
    • Fit dose-response curves
    • Determine IC50/EC50
  3. Result Interpretation

    • Compare to benchmark materials
    • Assess mechanism of toxicity
    • Report with appropriate context

Process Integration

  • Nanomaterial Safety Assessment Pipeline
  • Nanoparticle Drug Delivery System Development

Input Schema

{
  "nanomaterial": "string",
  "cell_line": "string",
  "assay_type": "mtt|mts|wst|live_dead|ldh",
  "concentrations": ["number"],
  "exposure_time": "number (hours)"
}

Output Schema

{
  "viability_data": [{
    "concentration": "number",
    "viability": "number (%)",
    "std_dev": "number"
  }],
  "dose_response": {
    "ic50": "number",
    "ic50_unit": "string",
    "hill_slope": "number",
    "r_squared": "number"
  },
  "toxicity_classification": "string",
  "mechanism_indicators": ["string"]
}

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.