agentsclimarketplace

Tof sims analyzer

Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/tof-sims-analyzer

Time-of-Flight Secondary Ion Mass Spectrometry skill for molecular surface analysis and imagingFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill tof-sims-analyzer

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

SKILL.md

2.1 KB, 385 tokens by cl100k_base, as published. Nobody here has run it

ToF-SIMS Analyzer

Purpose

The ToF-SIMS Analyzer skill provides molecular-level surface analysis capabilities for nanomaterials, enabling identification of surface species, chemical imaging, and depth profiling with high sensitivity.

Capabilities

  • Molecular ion identification
  • Surface contamination analysis
  • 2D and 3D chemical imaging
  • Isotope labeling detection
  • Depth profiling
  • Principal component analysis of spectra

Usage Guidelines

ToF-SIMS Analysis

  1. Spectral Analysis

    • Identify characteristic fragments
    • Build peak lists for materials
    • Apply multivariate analysis
  2. Imaging Mode

    • Optimize spatial resolution
    • Generate chemical maps
    • Correlate with topography
  3. Depth Profiling

    • Select appropriate sputter source
    • Monitor interface sharpness
    • Account for matrix effects

Process Integration

  • Multi-Modal Nanomaterial Characterization Pipeline
  • Nanomaterial Surface Functionalization Pipeline

Input Schema

{
  "sample_id": "string",
  "analysis_mode": "spectral|imaging|depth_profile",
  "primary_ion": "Bi3+|Bi1+|C60+",
  "polarity": "positive|negative",
  "area_of_interest": {"x": "number", "y": "number"}
}

Output Schema

{
  "identified_species": [{
    "mass": "number (amu)",
    "assignment": "string",
    "intensity": "number"
  }],
  "chemical_maps": [{
    "species": "string",
    "image_path": "string"
  }],
  "pca_results": {
    "principal_components": "number",
    "variance_explained": ["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.