weather-data-fetch
Installation
SKILL.md
weather-data-fetch
The data layer of the weather-trading agent. Pulls forecasts and market
state, normalizes to a common shape, writes atomically. Strategy lives
in signal-gen; this skill is the producer it consumes.
When to use
- Per-tick (hourly cron + event-driven triggers): pull for every
market in
runtime/state/tracked_markets.json. - Per-market refresh (e.g. a price-move event triggers a single
market refresh): call
weather_runtime.adapters.fetch_allwith the one market.
Do not call this skill on a market that is not in tracked_markets.json.
The signal-gen skill reads only the forecasts in this skill's output.