Nanotoxicology skill for in vitro cytotoxicity assessment and cell viability analysis
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill cytotoxicity-assay-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cytotoxicity Assay Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-cytotoxicity-assay-analyzer-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: cytotoxicity-assay-analyzer
description: Nanotoxicology skill for in vitro cytotoxicity assessment and cell viability analysis
allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
metadata:
specialization: nanotechnology
domain: science
category: applications
priority: high
phase: 6
tools-libraries:
- Plate reader analysis software
- Cell imaging analysis
graph:
domains: [domain:nanotechnology]
skillAreas: [skill-area:mathematical-reasoning, skill-area:physics-simulation, skill-area:data-analysis]
workflows: [workflow:experiment-design]
roles: [role:research-engineer]
---
# 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
```json
{
"nanomaterial": "string",
"cell_line": "string",
"assay_type": "mtt|mts|wst|live_dead|ldh",
"concentrations": ["number"],
"exposure_time": "number (hours)"
}
```
## Output Schema
```json
{
"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"]
}
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!