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
polymarket-ai-divergence
Find markets where Simmer's AI consensus diverges from the real market price, then trade on the mispriced side using Kelly sizing. Scans for divergence, checks fees and safeguards, and executes trades on zero-fee markets with sufficient edge.
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.
simmer-synthesis-hackathon
Contribute to Simmer's hackathon entry by completing platform tasks. Earn 0.01 USDC on Base per approved task, plus a share of the prize pool if Simmer wins. Uses your existing Simmer API key.
polymarket-elon-tweets
Trade Polymarket "Elon Musk # tweets" markets using XTracker post count data. Buys adjacent range buckets when combined cost < $1 for structural edge. Use when user wants to trade tweet count markets, automate Elon tweet bets, check XTracker stats, or run noovd-style trading.
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.