Wettability analysis skill for surface energy characterization and hydrophobicity/hydrophilicity assessment
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill contact-angle-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Contact Angle Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-contact-angle-analyzer-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: contact-angle-analyzer
description: Wettability analysis skill for surface energy characterization and hydrophobicity/hydrophilicity assessment
allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
metadata:
specialization: nanotechnology
domain: science
category: surface-analysis
priority: medium
phase: 6
tools-libraries:
- Contact angle goniometers
- Surface energy calculators
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]
---
# Contact Angle Analyzer
## Purpose
The Contact Angle Analyzer skill provides comprehensive wettability analysis for nanomaterial surfaces, enabling determination of surface energy components and characterization of hydrophobic/hydrophilic properties.
## Capabilities
- Static contact angle measurement
- Dynamic advancing/receding angles
- Surface energy calculation (Owens-Wendt, van Oss)
- Wilhelmy plate analysis
- Surface roughness correlation
- Superhydrophobic/superhydrophilic assessment
## Usage Guidelines
### Wettability Analysis
1. **Contact Angle Measurement**
- Use consistent droplet volume (2-5 uL)
- Allow equilibration before measurement
- Report average of multiple measurements
2. **Surface Energy Calculation**
- Use multiple probe liquids
- Apply Owens-Wendt for dispersive/polar
- Use van Oss for acid-base analysis
3. **Surface Classification**
- Hydrophilic: theta < 90 degrees
- Hydrophobic: theta > 90 degrees
- Superhydrophobic: theta > 150 degrees
## Process Integration
- Nanomaterial Surface Functionalization Pipeline
- Thin Film Deposition Process Optimization
## Input Schema
```json
{
"sample_id": "string",
"probe_liquids": ["water", "diiodomethane", "formamide"],
"measurement_type": "static|dynamic|wilhelmy",
"surface_roughness": "number (nm, optional)"
}
```
## Output Schema
```json
{
"contact_angles": [{
"liquid": "string",
"angle": "number (degrees)",
"std_dev": "number"
}],
"surface_energy": {
"total": "number (mJ/m2)",
"dispersive": "number (mJ/m2)",
"polar": "number (mJ/m2)"
},
"wettability_class": "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!