Transmission Electron Microscopy image analysis skill for nanoparticle size, morphology, and crystallography assessment
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill tem-image-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tem Image Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-tem-image-analyzer-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: tem-image-analyzer
description: Transmission Electron Microscopy image analysis skill for nanoparticle size, morphology, and crystallography assessment
allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
metadata:
specialization: nanotechnology
domain: science
category: microscopy-characterization
priority: high
phase: 6
tools-libraries:
- ImageJ/Fiji
- Gatan DigitalMicrograph
- JEMS
- CryoSPARC
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]
---
# TEM Image Analyzer
## Purpose
The TEM Image Analyzer skill provides comprehensive analysis of transmission electron microscopy data for nanomaterial characterization, enabling automated particle detection, size distribution analysis, and crystallographic structure determination.
## Capabilities
- Automated particle detection and sizing
- Morphology classification
- Lattice fringe analysis
- Selected area electron diffraction (SAED) indexing
- High-resolution TEM (HRTEM) analysis
- STEM-HAADF imaging
## Usage Guidelines
### Image Analysis Workflow
1. **Particle Detection**
- Apply appropriate thresholding
- Use watershed for touching particles
- Count minimum 200 particles for statistics
2. **Size Measurement**
- Calibrate pixel size from scale bar
- Measure Feret diameter or equivalent circular diameter
- Report mean, standard deviation, distribution
3. **Crystallographic Analysis**
- Index SAED patterns to phase
- Measure d-spacings from lattice fringes
- Identify zone axis from HRTEM
## Process Integration
- Multi-Modal Nanomaterial Characterization Pipeline
- Statistical Particle Size Distribution Analysis
- In-Situ Characterization Experiment Design
## Input Schema
```json
{
"image_path": "string",
"analysis_type": "sizing|morphology|crystallography",
"scale_bar": {"length": "number", "pixels": "number"},
"expected_material": "string (for indexing)"
}
```
## Output Schema
```json
{
"particle_statistics": {
"count": "number",
"mean_size": "number (nm)",
"std_dev": "number (nm)",
"size_distribution": {"bins": [], "counts": []}
},
"morphology": {
"shapes": [{"type": "string", "fraction": "number"}],
"aspect_ratio": "number"
},
"crystallography": {
"phase": "string",
"d_spacings": ["number (nm)"],
"zone_axis": "string"
}
}
```
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!