simmer-weather
Trade Polymarket weather markets using NOAA forecasts via Simmer API. Inspired by gopfan2's $2M+ strategy. Use when user wants to trade temperature markets, automate weather bets, check NOAA forecasts, or run gopfan2-style trading.
Why use this skill?
Trade Polymarket temperature markets automatically using NOAA weather data. Configure entry thresholds, smart-sizing, and execution scripts with the simmer-weather skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adlai88/simmer-weatherWhat This Skill Does
The simmer-weather skill is a specialized agentic tool designed for the Polymarket prediction market platform. It leverages real-time weather data from NOAA to automate trading strategies based on temperature fluctuations. By utilizing the Simmer API, this skill monitors specific geographic regions, calculates trading opportunities based on price thresholds, and executes buy or sell orders automatically. It mimics the successful trading methodologies popularized by high-volume weather market participants, providing users with a sophisticated way to manage exposure to temperature-related market events.
Installation
Installation is handled via the OpenClaw CLI. Run the following command: clawhub install openclaw/skills/skills/adlai88/simmer-weather. Once installed, you must provide your Simmer API key (obtained from simmer.markets/dashboard) by setting the SIMMER_API_KEY environment variable. Ensure that your system environment is configured with the necessary trade parameters, such as SIMMER_WEATHER_ENTRY, SIMMER_WEATHER_EXIT, and SIMMER_WEATHER_LOCATIONS to tailor the agent to your preferred risk tolerance and regional focus.
Use Cases
This skill is ideal for quantitative traders looking to automate systematic betting strategies without manual intervention. Common use cases include:
- Automated hedging or speculation on temperature anomalies in major US cities like NYC, Chicago, or Miami.
- Implementing gopfan2-style, high-frequency, small-dollar trading strategies to capture spread differences.
- Performing data-driven market entry when weather forecasts deviate significantly from market pricing.
- Portfolio management by using smart-sizing features to dynamically allocate capital based on current account balance.
Example Prompts
- "OpenClaw, please run a dry run of the simmer-weather trader for NYC and Seattle to see if there are any profitable entries."
- "Update my simmer-weather configuration to use a 0.20 entry threshold and 0.50 exit threshold, then start the trader in live mode with smart sizing enabled."
- "Check the status of my current weather positions and print the account balance using the status script."
Tips & Limitations
- Always start with dry runs before enabling
--livemode to ensure your thresholds align with current market volatility. - Use the
--smart-sizingflag to prevent over-leveraging your account during high-volatility weather events. - Be aware that weather markets can be highly volatile; the skill includes safeguards like slippage checks and flip-flop detection, but no strategy can guarantee profit.
- The skill is limited by the provided NOAA data refresh rates; ensure your execution frequency is set to a reasonable interval to avoid excessive API calls.
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-simmer-weather": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api, code-execution
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.