home / skills / a5c-ai / babysitter / colloidal-stability-analyzer

This skill evaluates nanoparticle dispersion stability using zeta potential, DLVO theory, and shelf-life predictions to optimize stabilization strategies.

npx playbooks add skill a5c-ai/babysitter --skill colloidal-stability-analyzer

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
2.1 KB
---
name: colloidal-stability-analyzer
description: Colloidal stability assessment skill for evaluating nanoparticle dispersion stability through zeta potential, aggregation kinetics, and shelf-life prediction
allowed-tools:
  - Read
  - Write
  - Glob
  - Grep
  - Bash
metadata:
  specialization: nanotechnology
  domain: science
  category: synthesis-materials
  priority: high
  phase: 6
  tools-libraries:
    - DLS analyzers
    - Zeta potential meters
    - Stability prediction models
---

# Colloidal Stability Analyzer

## Purpose

The Colloidal Stability Analyzer skill provides comprehensive assessment of nanoparticle dispersion stability, enabling prediction of aggregation behavior, shelf-life estimation, and optimization of stabilization strategies through DLVO theory and experimental validation.

## Capabilities

- Zeta potential analysis
- DLVO theory-based stability prediction
- Aggregation kinetics modeling
- pH and ionic strength effects
- Steric stabilization assessment
- Shelf-life prediction algorithms

## Usage Guidelines

### Stability Assessment

1. **Zeta Potential Analysis**
   - Measure at multiple pH values
   - Determine isoelectric point
   - Assess stability window (|zeta| > 30 mV)

2. **DLVO Theory Application**
   - Calculate van der Waals attraction
   - Estimate electrostatic repulsion
   - Determine energy barrier height

3. **Shelf-Life Prediction**
   - Monitor size over time
   - Apply accelerated aging protocols
   - Predict long-term stability

## Process Integration

- Nanoparticle Synthesis Protocol Development
- Nanomaterial Surface Functionalization Pipeline
- Nanoparticle Drug Delivery System Development

## Input Schema

```json
{
  "nanoparticle_type": "string",
  "size": "number (nm)",
  "surface_chemistry": "string",
  "dispersion_medium": "string",
  "pH_range": {"min": "number", "max": "number"},
  "ionic_strength": "number (mM)"
}
```

## Output Schema

```json
{
  "zeta_potential": "number (mV)",
  "stability_classification": "stable|marginally_stable|unstable",
  "aggregation_rate": "number (nm/day)",
  "predicted_shelf_life": "number (days)",
  "optimization_recommendations": ["string"]
}
```

Overview

This skill evaluates nanoparticle dispersion stability to predict aggregation behavior and shelf life. It combines zeta potential analysis, DLVO-theory calculations, and aggregation kinetics modeling to produce actionable stability classifications and optimization recommendations. Outputs quantify stability metrics and suggest formulation adjustments for improved long-term dispersion.

How this skill works

The skill ingests basic nanoparticle and medium parameters (size, surface chemistry, pH range, ionic strength) and computes zeta potential across conditions. It applies DLVO theory to estimate the balance of van der Waals attraction and electrostatic repulsion, computes energy barrier heights, and models aggregation rates to predict size growth over time. Finally, it classifies stability, estimates shelf life, and generates targeted optimization recommendations.

When to use it

  • During formulation development to screen stabilization strategies
  • When assessing suspension shelf life for storage or transport planning
  • To evaluate effects of pH or salt concentration changes on dispersion stability
  • Prior to scaling up synthesis or surface functionalization steps
  • To compare alternative surface chemistries or steric stabilizers

Best practices

  • Provide measurements or realistic estimates for size, surface chemistry, and ionic strength for accurate results
  • Measure zeta potential at multiple pH points to identify the isoelectric point and stability window
  • Use accelerated aging data or repeated size monitoring to calibrate aggregation-rate models
  • Combine electrostatic (zeta) and steric assessments when interpreting marginal results
  • Validate model recommendations experimentally before finalizing formulation changes

Example use cases

  • Estimate whether citrate-coated gold nanoparticles remain stable at physiological ionic strength and pH
  • Predict shelf life for polymer-stabilized latex suspensions under refrigerated storage
  • Compare aggregation rates of two surface functionalizations to select a candidate for drug delivery
  • Determine required pH adjustment or salt reduction to maintain |zeta| > 30 mV in a given medium
  • Assess whether added steric ligands are likely to suppress aggregation indicated by DLVO barriers

FAQ

What inputs are essential for a reliable assessment?

Accurate particle size, surface chemistry description, dispersion medium, pH range, and ionic strength are essential; measured zeta potentials across pH improve confidence.

How is stability classification determined?

Classification uses computed zeta potential magnitude, DLVO energy barrier height, and modeled aggregation rate: stable (low aggregation, |zeta| typically >30 mV), marginally_stable (moderate risk), unstable (rapid aggregation predicted).