signal-gen
Installation
SKILL.md
signal-gen
Per-tick signal computation for the Polymarket weather-trading agent. Pure math; no
network calls, no wallet, no order placement. The skill reads inputs from disk,
calls into the weather_runtime.signal_gen module, and writes the result.
When to use
Run this skill on every per-tick trigger (hourly cron + event-driven), immediately
after weather-data-fetch has written the latest forecasts.json and
markets.json, and immediately before risk-manage reads the resulting signals.
Do not run standalone for one-off analysis. The blending is the system; a single market in isolation has no useful edge estimate.