polymarket-weather-trader
Trade Polymarket weather markets using NOAA (US) and Open-Meteo (international) forecasts via Simmer API. Inspired by gopfan2's $2M+ strategy. Use when user wants to trade temperature markets, automate weather bets, check forecasts, or run gopfan2-style trading.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adlai88/polymarket-weather-traderWhat This Skill Does
The polymarket-weather-trader is a specialized OpenClaw agent skill designed to automate trading on Polymarket’s weather-related prediction markets. By integrating NOAA (National Oceanic and Atmospheric Administration) forecast data via the Simmer API, the agent analyzes meteorological trends and executes trades based on user-defined risk parameters. The skill manages the end-to-end lifecycle of a trade: scanning for market opportunities, performing price trend analysis, calculating position sizes, and executing orders on-chain using the user's private key. Inspired by the highly successful gopfan2 strategy, it provides a structured framework for quantitative weather betting.
Installation
- Install the package via the CLI:
clawhub install openclaw/skills/skills/adlai88/polymarket-weather-trader. - Configure your environment variables: Obtain your
SIMMER_API_KEYfrom the Simmer dashboard and provide yourWALLET_PRIVATE_KEYfor on-chain execution. - Define your risk profile: Set
SIMMER_WEATHER_MAX_TRADESto limit exposure and decide if you want to enableSIMMER_WEATHER_BINARY_ONLYmode to avoid complex range-bucket events. - Initialize the agent: Run the initial setup script to verify connection to the Simmer API and ensure your wallet has sufficient USDC balance.
Use Cases
- Automated Weather Arbitrage: Capitalize on discrepancies between market prices and official NOAA temperature forecasts.
- Portfolio Diversification: Use weather as an uncorrelated asset class to hedge or grow your crypto portfolio based on real-world climate data.
- Passive Strategy Execution: Automate the gopfan2-style strategy to run 24/7 without manual intervention, ensuring entry and exit thresholds are hit even while you sleep.
Example Prompts
- "OpenClaw, start the weather trader for NYC and set my entry threshold to 12 cents with a maximum position of 5 dollars per trade."
- "What is the current status of my weather market positions and have there been any significant NOAA forecast updates today?"
- "Enable binary-only mode for the current weather markets and run a simulation to see how the strategy would have performed over the last 48 hours."
Tips & Limitations
- Safeguards: Always utilize the built-in context safeguards to detect price slippage or extreme time decay. Weather markets are highly sensitive to forecast shifts; do not trade money you cannot afford to lose.
- Smart Sizing: Utilize the
--smart-sizingfeature to scale positions relative to your total USDC balance, preventing over-exposure during high-volatility weather events. - Limitations: The skill depends on external APIs. If NOAA or Simmer goes down, the agent will pause execution. Regularly monitor the logs for potential API latency or wallet errors.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adlai88-polymarket-weather-trader": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution, data-collection
Related Skills
kalshi-weather-trader
Trade Kalshi weather markets using NOAA forecasts via Simmer SDK and DFlow on Solana. Port of the popular polymarket-weather-trader. Use when user wants to trade temperature markets on Kalshi, automate weather bets, or check NOAA forecasts.
polymarket-copytrading
Mirror positions from top Polymarket traders. Polling mode (free) for portfolio-style copying, Reactor mode (Pro) for event-driven real-time mirroring via Simmer's on-chain signal infrastructure.
simmer-x402
Make x402 payments to access paid APIs and gated content. Use when a skill needs to fetch data from x402-gated endpoints (like Kaito mindshare API, Simmer premium endpoints, or any x402 provider). Handles 402 Payment Required responses automatically using USDC on Base.
polymarket-mert-sniper
Near-expiry conviction trading on Polymarket. Snipe markets about to resolve when the odds are heavily skewed. Filter by topic, cap your bets, and only trade strong splits close to deadline.
prediction-trade-journal
Auto-log trades with context, track outcomes, generate calibration reports to improve trading.