An automated trading agent that executes temperature-based bets on Polymarket using real-time NOAA forecast data and the Simmer API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install weather-py
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install weather-py using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Polymarket Weather Trader is a professional-grade automation tool designed for the Openclaw Skills ecosystem. It allows users to execute weather-based prediction market strategies inspired by the famous gopfan2 methodology, which has generated significant returns. By integrating the Simmer API with NOAA meteorological forecasts, this skill identifies undervalued temperature buckets and automates the trade execution process.
Built for the Openclaw Skills framework, this tool handles the complex logic of mapping geographical locations to specific market buckets, ensuring that trades are only placed when the forecast provides a statistical edge. It provides a robust bridge between real-world weather data and decentralized finance markets, making it an essential addition to any algorithmic trading portfolio.
To deploy this skill within your Openclaw Skills environment, follow these steps:
export SIMMER_API_KEY='your_api_key_here'
export SIMMER_WEATHER_LOCATIONS='NYC,Chicago,Dallas'
python weather_trader.py
python weather_trader.py --live --smart-sizing
The skill manages configuration and tracking through environment variables and source tagging. Below is the primary configuration schema:
| Variable | Function | Default |
|---|---|---|
SIMMER_WEATHER_ENTRY |
Price floor to trigger a buy | 0.15 |
SIMMER_WEATHER_EXIT |
Price ceiling to trigger a sale | 0.45 |
SIMMER_WEATHER_MAX_POSITION |
Maximum USD spent per trade | 2.00 |
SIMMER_WEATHER_SIZING_PCT |
Percentage of balance for smart sizing | 0.05 |
All trades are tagged with sdk:weather to ensure distinct tracking within the Openclaw Skills ecosystem and to prevent interference from other automated agents.
Loading
An automated trading agent that executes short-term Polymarket trades based on real-time CEX price momentum.

A powerful programmatic interface for creating and managing Privacy.com virtual payment cards through Openclaw Skills.

A robust supervision layer for Claude Code that monitors tmux sessions, triages errors with LLM intelligence, and automates agent recovery.

A streamlined tool for generating and managing temporary, disposable email addresses for automated workflows and privacy.

A JSON-first API skill designed to provide comprehensive Picqer warehouse data for AI-driven dashboards and reporting.

A precision geographic utility for Openclaw Skills that determines if specific latitude and longitude coordinates are situated over land or water.








































