Trade Polymarket weather markets using NOAA (US) and Open-Meteo (international) forecasts via Simmer API. Inspired by gopfan2's weather trading approach. Use when user wants to trade temperature markets, automate weather bets, check forecasts, or run weather-based strategies.
Polymarket Weather Trader v1.23.8 - Added entry safeguard tests (`tests/test_entry_safeguards.py`) to improve test coverage on entry conditions. - Updated and clarified safeguard logic in documentation (SKILL.md): now details that the time-decay (`SIMMER_WEATHER_MIN_HOURS_TO_RESOLVE`) and minimum entry price (`SIMMER_WEATHER_MIN_ENTRY_PRICE`) are both configurable via environment variables. - Reworded and expanded the strategy-side safeguards description for clarity. - Removed outdated `skill-card.md`. - Miscellaneous test and code improvements for resolution criteria and entry checks.