agentsclimarketplace

Ftir analyzer

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

Fourier Transform Infrared spectroscopy skill for molecular identification and surface functional group analysisFrom its SKILL.md

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

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, 342 tokens by cl100k_base, as published. Nobody here has run it

FTIR Analyzer

Purpose

The FTIR Analyzer skill provides molecular characterization of nanomaterials through infrared spectroscopy, enabling identification of functional groups, surface modifications, and chemical bonding.

Capabilities

  • ATR-FTIR for nanoparticle surfaces
  • Functional group identification
  • Surface modification verification
  • Gas-phase FTIR for reactions
  • Diffuse reflectance (DRIFTS)
  • Spectral library searching

Usage Guidelines

FTIR Analysis

  1. Sample Preparation

    • Use ATR for nanoparticles
    • Ensure good contact for ATR
    • Consider KBr pellet for transmission
  2. Spectrum Analysis

    • Identify characteristic bands
    • Compare to reference spectra
    • Quantify using Beer-Lambert
  3. Surface Chemistry

    • Monitor ligand exchange
    • Verify functionalization
    • Detect degradation products

Process Integration

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

Input Schema

{
  "spectrum_file": "string",
  "technique": "atr|transmission|drifts",
  "analysis_type": "identification|quantification|comparison"
}

Output Schema

{
  "identified_bands": [{
    "wavenumber": "number (cm-1)",
    "assignment": "string",
    "intensity": "string (strong|medium|weak)"
  }],
  "functional_groups": ["string"],
  "library_matches": [{
    "compound": "string",
    "match_score": "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.