Environmental nanosafety skill for modeling nanomaterial environmental fate and transport
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill environmental-fate-modeler --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Environmental Fate Modeler?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-environmental-fate-modeler-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: environmental-fate-modeler
description: Environmental nanosafety skill for modeling nanomaterial environmental fate and transport
allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
metadata:
specialization: nanotechnology
domain: science
category: applications
priority: medium
phase: 6
tools-libraries:
- Environmental modeling tools
- LCA software
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]
---
# Environmental Fate Modeler
## Purpose
The Environmental Fate Modeler skill provides comprehensive modeling of nanomaterial environmental behavior, enabling prediction of transport, transformation, and ecological impact for responsible nanotechnology development.
## Capabilities
- Dissolution and aggregation modeling
- Bioaccumulation prediction
- Environmental exposure assessment
- Ecotoxicity data analysis
- Lifecycle impact assessment
- Risk characterization
## Usage Guidelines
### Fate Modeling
1. **Transformation Processes**
- Model dissolution kinetics
- Predict aggregation behavior
- Account for surface transformations
2. **Transport Modeling**
- Estimate environmental partitioning
- Model transport in water/soil/air
- Consider heteroaggregation
3. **Risk Assessment**
- Compare PEC to PNEC
- Calculate risk quotients
- Identify sensitive endpoints
## Process Integration
- Nanomaterial Safety Assessment Pipeline
- Green Synthesis Route Development
## Input Schema
```json
{
"nanomaterial": "string",
"release_scenario": "production|use|disposal",
"environmental_compartment": "water|soil|air",
"physicochemical_properties": {
"size": "number (nm)",
"surface_charge": "number (mV)",
"dissolution_rate": "number"
}
}
```
## Output Schema
```json
{
"fate_prediction": {
"half_life": "number (days)",
"dominant_process": "string",
"final_form": "string"
},
"exposure": {
"pec": "number",
"unit": "string",
"compartment": "string"
},
"risk": {
"pnec": "number",
"risk_quotient": "number",
"risk_level": "low|medium|high"
}
}
```
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!