agentsclimarketplace

Dls particle sizer

Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/dls-particle-sizer

Dynamic Light Scattering skill for hydrodynamic size distribution and polydispersity analysisFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill dls-particle-sizer

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

SKILL.md

2.3 KB, 428 tokens by cl100k_base, as published. Nobody here has run it

DLS Particle Sizer

Purpose

The DLS Particle Sizer skill provides dynamic light scattering analysis for nanoparticle hydrodynamic size determination, enabling rapid, non-destructive measurement of size distributions and stability assessment.

Capabilities

  • Hydrodynamic diameter measurement
  • Polydispersity index (PDI) calculation
  • Size distribution analysis (intensity, volume, number)
  • Temperature-dependent measurements
  • Multi-angle DLS analysis
  • Particle concentration estimation

Usage Guidelines

DLS Measurement

  1. Sample Preparation

    • Dilute to appropriate concentration
    • Filter to remove dust
    • Equilibrate temperature
  2. Data Analysis

    • Use cumulants for monomodal samples
    • Apply CONTIN for multimodal
    • Report intensity-weighted Z-average
  3. Quality Metrics

    • PDI < 0.1: Monodisperse
    • PDI 0.1-0.3: Narrow distribution
    • PDI > 0.3: Broad distribution

Process Integration

  • Statistical Particle Size Distribution Analysis
  • Nanoparticle Synthesis Protocol Development
  • Nanoparticle Drug Delivery System Development

Input Schema

{
  "sample_id": "string",
  "solvent": "string",
  "temperature": "number (C)",
  "refractive_index": "number",
  "viscosity": "number (cP)"
}

Output Schema

{
  "z_average": "number (nm)",
  "pdi": "number",
  "distribution": {
    "intensity": {"peaks": [{"size": "number", "percent": "number"}]},
    "volume": {"peaks": [{"size": "number", "percent": "number"}]},
    "number": {"peaks": [{"size": "number", "percent": "number"}]}
  },
  "quality_metrics": {
    "intercept": "number",
    "baseline": "number"
  }
}

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.