agentsclimarketplace

Nta particle tracker

Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/nta-particle-tracker

Nanoparticle Tracking Analysis skill for single-particle size and concentration measurementsFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill nta-particle-tracker

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

SKILL.md

2.0 KB, 355 tokens by cl100k_base, as published. Nobody here has run it

NTA Particle Tracker

Purpose

The NTA Particle Tracker skill provides single-particle tracking analysis for nanoparticle size and concentration measurements, offering particle-by-particle characterization through direct visualization.

Capabilities

  • Single-particle tracking
  • Size-concentration profiles
  • Fluorescence NTA mode
  • Real-time size distribution
  • Particle count and concentration
  • Sample heterogeneity assessment

Usage Guidelines

NTA Measurement

  1. Sample Preparation

    • Dilute to 10^7-10^9 particles/mL
    • Avoid air bubbles
    • Use appropriate buffer
  2. Acquisition

    • Optimize camera level
    • Set detection threshold
    • Record multiple videos
  3. Analysis

    • Track minimum 1000 particles
    • Set minimum track length
    • Generate size-concentration plot

Process Integration

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

Input Schema

{
  "sample_id": "string",
  "mode": "scatter|fluorescence",
  "dilution_factor": "number",
  "capture_time": "number (seconds)",
  "number_of_captures": "number"
}

Output Schema

{
  "concentration": "number (particles/mL)",
  "mean_size": "number (nm)",
  "mode_size": "number (nm)",
  "d10": "number (nm)",
  "d50": "number (nm)",
  "d90": "number (nm)",
  "size_distribution": {"sizes": [], "counts": []},
  "particles_tracked": "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.