An autonomous trading skill that leverages NOAA weather data to execute high-confidence trades on Polymarket via the Simmer API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install weather-trader
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-trader using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Weather Trading (Enhanced) is a sophisticated autonomous agent designed to trade temperature markets on Polymarket. By integrating real-time NOAA forecasts with a dynamic confidence model, it identifies undervalued opportunities and executes trades through the Simmer API. This skill is a prime example of how Openclaw Skills can bridge environmental data with decentralized finance to create automated trading strategies.
The system prioritizes safety and precision by implementing a quality filtering mechanism and strict position limits. It ensures trades are only placed when market liquidity and forecast confidence meet specific, user-defined thresholds. Built for the Openclaw Skills ecosystem, it allows developers and traders to deploy capital into prediction markets with a data-driven edge, moving away from manual speculation toward algorithmic execution.
To install this skill within the Openclaw Skills framework, follow these steps:
# Create the skill directory
mkdir -p ~/.openclaw/skills/weather-enhanced/
# Place the skill files in the directory and create a .env file
echo "SIMMER_API_KEY=your_api_key_here" > ~/.openclaw/skills/weather-enhanced/.env
# Install required dependencies
pip install python-dotenv
# Run a status check to verify your balance
python scripts/status.py
The skill manages data through a combination of environment variables and structured API responses. It organizes its operational metadata as follows:
| Data Component | Source | Description |
|---|---|---|
| Weather Forecasts | NOAA API | Real-time temperature and bucket data |
| Geocoding | Nominatim | Conversion of city names to latitude and longitude |
| Trade Orders | Simmer API | Execution data including orders, positions, and balances |
| Market Quality | Internal Logic | Scoring based on liquidity (40%) and volume (30%) |
| Configuration | config.json | Local storage for entry/exit thresholds and position limits |
Loading
A command-line English-to-Chinese dictionary tool that provides phonetics, definitions, and context-aware example sentences.

A high-performance skill to fetch live, structured weather observations directly from a WeatherFlow Tempest station.

A specialized AI skill for managing Fellow Aiden coffee brewers, from profile creation to automated scheduling.

A powerful interface to monitor Bird Buddy smart bird feeders, identify species, and manage device health.

An end-to-end multi-agent orchestration pipeline for producing high-quality faceless Islamic story videos for social media platforms.

A comprehensive travel automation skill for booking and managing Al Khanjry bus trips between Dubai and Muscat.








































