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)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install epigrass-creator - 安装完成后,直接呼叫该 Skill 的名称或使用
/epigrass-creator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Epigrass Creator 是什么?
Create Epigrass epidemiological models through step-by-step guided specification. Build metapopulation models (SIR, SEIR, SEIS, SIS, SI) with geographic netw... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Epigrass Creator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install epigrass-creator」即可一键安装,无需额外配置。
Epigrass Creator 是免费的吗?
是的,Epigrass Creator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Epigrass Creator 支持哪些平台?
Epigrass Creator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Epigrass Creator?
由 Flávio Codeço Coelho(@fccoelho)开发并维护,当前版本 v1.1.1。