Marine and ocean analysis for coastal and offshore environments. Use when analyzing ocean currents, marine ecosystems, coastal erosion, bathymetry, marine protected area planning, or fisheries management.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add ActiveInferenceInstitute/GEO-INFER --skill GEO-INFER-MARINE --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of GEO INFER MARINE?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/activeinferenceinstitute-geo-infer-marine)More formats (shields.io, HTML) on the badges page.
---
name: geo-infer-marine
description: Marine and ocean analysis for coastal and offshore environments. Use when analyzing ocean currents, marine ecosystems, coastal erosion, bathymetry, marine protected area planning, or fisheries management.
prerequisites:
required:
- geo-infer-space
- geo-infer-data
recommended:
- geo-infer-bayes
- geo-infer-time
difficulty: intermediate
estimated_time: 45min
examples_dir: ../GEO-INFER-EXAMPLES/examples/
---
# GEO-INFER-MARINE
## Instructions
### Core Capabilities
- **Ocean currents**: Flow modeling, upwelling detection, Lagrangian transport
- **Marine ecosystems**: Habitat mapping, species distribution, coral reef health
- **Coastal analysis**: Erosion modeling, sea level rise impacts, storm surge
- **Bathymetry**: Seafloor mapping, depth analysis, substrate classification
- **MPA planning**: Marine protected area optimization, connectivity networks
- **Fisheries**: Stock assessment, spatial catch analysis, fleet dynamics
### Key Imports
```python
from geo_infer_marine.core.ocean import OceanCurrentModel
from geo_infer_marine.core.coastal import CoastalAnalyzer
from geo_infer_marine.core.mpa import MPAPlanner
from geo_infer_marine.core.fisheries import FisheriesModel
```
## Examples
```python
from geo_infer_marine.core.coastal import CoastalAnalyzer
analyzer = CoastalAnalyzer()
erosion_risk = analyzer.compute_erosion_risk(shoreline, wave_data)
slr_impact = analyzer.project_sea_level_rise(dem, scenario="RCP8.5")
```
## Guidelines
### Integrations
- Integrates with CLIMATE for ocean temperature projections
- Integrates with BIO for marine biodiversity assessment
- Test: `uv run python -m pytest GEO-INFER-MARINE/tests/ -v`
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!