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_all with 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.

Inputs (read-only)

Installs
1
First Seen
Aug 8, 2026
weather-data-fetch — kangcodex/finance-skills