open-meteo-flood-fetch
Installation
SKILL.md
Open-Meteo Flood Fetch
Core Goal
- Fetch Open-Meteo flood data for one or more coordinates in one invocation.
- Support inclusive
start_dateandend_datewindows. - Return machine-readable JSON with request metadata, transport info, validation summary, and normalized records.
- Keep runtime observable with structured logs and optional log file output.
Required Environment
- Configure runtime by environment variables (see
references/env.md). - Start from
assets/config.example.env. - Load env values before running commands:
set -a
source assets/config.example.env
set +a