← 返回
未分类 Key 中文

Simmer Weather Trader

Automated weather prediction market trading skill for Simmer/Polymarket. Cross-references 4 weather sources (NOAA, Open-Meteo, Wunderground, NVIDIA FourcastN...
自动化天气预测市场交易技能,适用于 Simmer/Polymarket。交叉参考四个天气来源(NOAA、Open‑Meteo、Wunderground、NVIDIA FourcastN...)
mrjoeteam mrjoeteam 来源
未分类 clawhub v1.0.0 1 版本 99727.5 Key: 需要
★ 0
Stars
📥 366
下载
💾 0
安装
1
版本
#latest

概述

Simmer Weather Trader

An automated trading bot for Simmer weather prediction markets. Fetches active weather markets, cross-references temperature forecasts from 4 independent sources, and only trades when the consensus is strong.

How it works

  1. Market Discovery — fetches active weather markets from Simmer via the SDK
  2. Multi-Source Forecast — gets high temperature predictions from:
    • NOAA (US government weather API)
    • Open-Meteo (free global weather API)
    • Wunderground (scraped via Playwright for broader coverage)
    • NVIDIA FourcastNet (physics-based atmospheric model)
  3. Confidence Scoring — computes a 0–100 score based on:
    • Source agreement (all within ±1°F)
    • Market bucket fit
    • Simmer edge recommendation
    • Time to resolution
  4. Execution — only trades when score reaches 100 (maximum confidence)

Default signal

The default strategy is conservative multi-source consensus:

  • All 3 weather sources must agree within ±1°F
  • FourcastNet must confirm the bucket
  • Simmer edge must recommend TRADE
  • Only YES trades (betting the temp falls within the market bucket)

> This is a template. The default signal uses 4 weather models. Remix it by:

> - Adding more weather sources (AccuWeather, Weather.com, etc.)

> - Adjusting the agreement threshold (currently strict ±1°F)

> - Adding NO trades (betting the temp falls outside the bucket)

> - Using ML models trained on historical forecast accuracy per source

Setup

Environment variables

SIMMER_API_KEY=your_key        # Required — from simmer.markets
NVIDIA_API_KEY=your_key        # Required — for FourcastNet
TELEGRAM_BOT_TOKEN=your_token  # Optional — for Telegram UI
TRADE_AMOUNT=10.0              # Optional — default $10
CONFIDENCE_THRESHOLD=100       # Optional — default max confidence only
SIMMER_BASE_URL=https://api.simmer.markets  # Optional
SIMMER_VENUE=sim               # Optional — default "sim"

Dependencies

pip install httpx python-telegram-bot python-dotenv numpy
pip install netCDF4              # For FourcastNet output parsing
pip install playwright           # For Wunderground scraping
playwright install chromium      # Required for Wunderground

Supported cities

New York, Los Angeles, Chicago, Miami, Houston, Phoenix, Philadelphia, San Francisco, Seattle, Denver, Boston, Atlanta, Dallas, Minneapolis, Las Vegas, Detroit, Portland, San Antonio, San Diego, Milan, Madrid, Tel Aviv, London, Paris, Berlin, Tokyo.

Add more in city_map.py.

Remix guide

Swap in your own signals:

  • Different weather sources: Replace or add forecast functions in the simmer_weather_bot/ folder
  • Different scoring: Modify compute_confidence() in strategy.py
  • Add NO trades: Extend the strategy to also bet against consensus
  • ML-based: Train a model on historical forecast accuracy and replace the simple agreement check

The plumbing (market discovery, trade execution, Telegram UI, health checks) stays the same.

Hard rules

  • Always defaults to dry-run. Pass --live for real trades.
  • Always tags trades with source and skill_slug for tracking.
  • Always includes reasoning with the weather data used.
  • Reads API keys from env — never hardcodes credentials.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 05:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 325,913
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,385 📥 321,022
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,232 📥 268,323