agentsclimarketplace

Stm analyzer

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

Scanning Tunneling Microscopy skill for atomic-resolution imaging and local density of states measurementsFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill stm-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, 344 tokens by cl100k_base, as published. Nobody here has run it

STM Analyzer

Purpose

The STM Analyzer skill provides atomic-resolution surface analysis through scanning tunneling microscopy, enabling visualization of atomic structures and measurement of local electronic properties.

Capabilities

  • Atomic-resolution imaging
  • STS (Scanning Tunneling Spectroscopy)
  • Local density of states mapping
  • Surface reconstruction analysis
  • Molecular imaging
  • Low-temperature operation protocols

Usage Guidelines

STM Analysis

  1. Imaging

    • Optimize tunneling parameters
    • Apply drift correction
    • Identify atomic features
  2. Spectroscopy

    • Acquire dI/dV spectra
    • Map electronic states
    • Identify band structure features
  3. Data Processing

    • Apply Fourier filtering
    • Correct for thermal drift
    • Calibrate atomic distances

Process Integration

  • In-Situ Characterization Experiment Design
  • Structure-Property Correlation Analysis

Input Schema

{
  "data_file": "string",
  "analysis_type": "imaging|spectroscopy|sts_mapping",
  "bias_voltage": "number (V)",
  "setpoint_current": "number (nA)"
}

Output Schema

{
  "imaging": {
    "atomic_structure": "string",
    "lattice_constant": "number (nm)",
    "defects_identified": ["string"]
  },
  "spectroscopy": {
    "band_gap": "number (eV)",
    "fermi_level": "number (eV)",
    "density_of_states": {"energy": [], "dos": []}
  }
}

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.