Fourier Transform Infrared spectroscopy skill for molecular identification and surface functional group analysis
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill ftir-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ftir Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-ftir-analyzer-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: ftir-analyzer
description: Fourier Transform Infrared spectroscopy skill for molecular identification and surface functional group analysis
allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
metadata:
specialization: nanotechnology
domain: science
category: spectroscopy
priority: high
phase: 6
tools-libraries:
- OMNIC
- OPUS
- PerkinElmer Spectrum software
graph:
domains: [domain:nanotechnology]
skillAreas: [skill-area:mathematical-reasoning, skill-area:physics-simulation, skill-area:data-analysis]
workflows: [workflow:experiment-design]
roles: [role:research-engineer]
---
# 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
```json
{
"spectrum_file": "string",
"technique": "atr|transmission|drifts",
"analysis_type": "identification|quantification|comparison"
}
```
## Output Schema
```json
{
"identified_bands": [{
"wavenumber": "number (cm-1)",
"assignment": "string",
"intensity": "string (strong|medium|weak)"
}],
"functional_groups": ["string"],
"library_matches": [{
"compound": "string",
"match_score": "number"
}]
}
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!