Atomic Force Microscopy and Scanning Probe Microscopy skill for nanoscale topography, mechanical, and electrical property mapping
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill afm-spm-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Afm Spm Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-afm-spm-analyzer-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: afm-spm-analyzer
description: Atomic Force Microscopy and Scanning Probe Microscopy skill for nanoscale topography, mechanical, and electrical property mapping
allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
metadata:
specialization: nanotechnology
domain: science
category: microscopy-characterization
priority: high
phase: 6
tools-libraries:
- Gwyddion
- WSxM
- NanoScope Analysis
- SPIP
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]
---
# AFM-SPM Analyzer
## Purpose
The AFM-SPM Analyzer skill provides comprehensive atomic force and scanning probe microscopy data analysis for nanoscale surface characterization, including topography, mechanical properties, and electrical measurements.
## Capabilities
- Topography imaging and analysis
- Surface roughness calculation (Ra, RMS)
- Force-distance curve analysis
- Nanoindentation and mechanical mapping
- Kelvin probe force microscopy (KPFM)
- Conductive AFM measurements
## Usage Guidelines
### AFM Analysis Workflow
1. **Topography Analysis**
- Apply plane leveling corrections
- Remove artifacts and noise
- Calculate roughness parameters
2. **Mechanical Mapping**
- Calibrate cantilever spring constant
- Apply contact mechanics models
- Generate modulus maps
3. **Electrical Measurements**
- Calibrate work function reference
- Map surface potential
- Measure local conductivity
## Process Integration
- Multi-Modal Nanomaterial Characterization Pipeline
- In-Situ Characterization Experiment Design
- Thin Film Deposition Process Optimization
## Input Schema
```json
{
"data_file": "string",
"analysis_type": "topography|force_curves|mechanical|electrical",
"cantilever_specs": {
"spring_constant": "number (N/m)",
"tip_radius": "number (nm)"
}
}
```
## Output Schema
```json
{
"topography": {
"Ra": "number (nm)",
"RMS": "number (nm)",
"Rmax": "number (nm)",
"image_path": "string"
},
"mechanical": {
"modulus": "number (GPa)",
"adhesion": "number (nN)",
"deformation": "number (nm)"
},
"electrical": {
"surface_potential": "number (mV)",
"work_function": "number (eV)"
}
}
```
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!