Epigrass Creator
/install epigrass-creator
Epigrass Creator Skill
Create epidemiological metapopulation models using Epigrass through an interactive, step-by-step wizard.
What is Epigrass?
Epigrass (Epidemiological Geo-referenced Analysis and Simulation System) is a Python library for simulating disease spread across geographic networks.
Supported Models
| Model | Compartments | Use Case |
|---|---|---|
| SIR | S, I, R | Diseases with lifelong immunity |
| SEIR | S, E, I, R | Diseases with latent period |
| SEIS | S, E, I | Diseases with temporary immunity |
| SIS | S, I | Diseases with no immunity |
| SI | S, I | Fatal diseases |
| Custom | User-defined | Specialized scenarios |
Workflow (5 Steps)
- Model Selection - Choose model type
- Site Definition - Define geographic locations (manual, grid, cities, or GeoPackage import)
- Parameters - Configure epidemiological parameters
- Network - Define connections between sites
- Simulation - Set simulation settings and generate files
GeoPackage Support
Import sites directly from GeoPackage (.gpkg) files:
- Supports any geospatial vector data
- Automatic coordinate extraction
- Column mapping for name, population, geocode
- Works with municipal boundaries, health regions, etc.
Requirements: pip install geopandas (or fiona as fallback)
Usage Examples
User: Create a dengue model for Brazilian cities
→ Wizard guides through SEIR selection, city list, parameters
User: Build SIR model with 10x10 grid
→ Wizard creates synthetic network
User: Custom model with hospitalization
→ Wizard collects compartments and transitions
Output
model.epg- Epigrass scriptsites.csv- Site/node dataedges.csv- Edge/connection datamodel_spec.json- Full specification
Requirements
- Python 3.8+
- epigrass (
pip install epigrass)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install epigrass-creator - After installation, invoke the skill by name or use
/epigrass-creator - Provide required inputs per the skill's parameter spec and get structured output
What is Epigrass Creator?
Create Epigrass epidemiological models through step-by-step guided specification. Build metapopulation models (SIR, SEIR, SEIS, SIS, SI) with geographic netw... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install Epigrass Creator?
Run "/install epigrass-creator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Epigrass Creator free?
Yes, Epigrass Creator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Epigrass Creator support?
Epigrass Creator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Epigrass Creator?
It is built and maintained by Flávio Codeço Coelho (@fccoelho); the current version is v1.1.1.