agentsclimarketplace

Raman spectroscopy analyzer

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

Raman spectroscopy skill for molecular fingerprinting, structural characterization, and chemical identification of nanomaterialsFrom its SKILL.md

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

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

SKILL.md

2.2 KB, 379 tokens by cl100k_base, as published. Nobody here has run it

Raman Spectroscopy Analyzer

Purpose

The Raman Spectroscopy Analyzer skill provides molecular-level characterization of nanomaterials through vibrational spectroscopy, enabling structural identification, defect analysis, and chemical mapping.

Capabilities

  • Raman spectrum acquisition and processing
  • Peak identification and assignment
  • SERS (Surface-Enhanced Raman) analysis
  • Raman mapping and imaging
  • Resonance Raman analysis
  • Graphene/CNT characterization (D/G ratio)

Usage Guidelines

Raman Analysis

  1. Spectrum Acquisition

    • Select appropriate excitation wavelength
    • Optimize power to avoid damage
    • Apply baseline correction
  2. Peak Analysis

    • Identify characteristic peaks
    • Calculate peak ratios (D/G for carbon)
    • Assess crystallinity
  3. Mapping

    • Generate chemical maps
    • Identify phase distributions
    • Quantify heterogeneity

Process Integration

  • Multi-Modal Nanomaterial Characterization Pipeline
  • In-Situ Characterization Experiment Design
  • Structure-Property Correlation Analysis

Input Schema

{
  "spectrum_file": "string",
  "excitation_wavelength": "number (nm)",
  "material_type": "string",
  "analysis_type": "identification|mapping|sers"
}

Output Schema

{
  "identified_peaks": [{
    "position": "number (cm-1)",
    "assignment": "string",
    "intensity": "number"
  }],
  "structural_parameters": {
    "d_g_ratio": "number (for carbon)",
    "crystallinity": "string"
  },
  "chemical_map": {
    "species": "string",
    "image_path": "string"
  }
}

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.