home / skills / a5c-ai / babysitter / environmental-fate-modeler
This skill helps assess nanomaterial fate and transport, enabling safe environmental impact predictions across dissolution, transport, and risk assessment.
npx playbooks add skill a5c-ai/babysitter --skill environmental-fate-modelerReview the files below or copy the command above to add this skill to your agents.
---
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
---
# 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"
}
}
```
This skill models the environmental fate and transport of engineered nanomaterials to support safer design and regulatory assessment. It predicts transformation, partitioning, and exposure across water, soil, and air compartments. Outputs include persistence (half-life), dominant processes, predicted environmental concentration (PEC), and simple risk quotients for screening-level decisions.
The model ingests nanomaterial identity, release scenario, compartment, and key physicochemical properties like size, surface charge, and dissolution rate. It simulates transformation processes (dissolution, aggregation, surface changes) and transport mechanisms (partitioning, heteroaggregation, advection/diffusion) to estimate fate endpoints. The skill computes PECs, compares them to PNECs, and reports a risk quotient and qualitative risk level for quick prioritization.
What level of data is required to run useful predictions?
Basic size, surface charge, and dissolution rate enable screening predictions, but measured values improve accuracy and reduce uncertainty.
Can I use outputs for regulatory submissions?
Use outputs for screening and prioritization. For regulatory submissions, complement model results with empirical studies and documented uncertainty analysis.