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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adlai88/kalshi-weather-traderKalshi Weather Trader
Trade temperature markets on Kalshi using NOAA forecast data, via DFlow on Solana.
This is a template. The default signal is NOAA temperature forecasts — remix it with other weather APIs, different forecast models, or additional market types (precipitation, wind, etc.). The skill handles all the plumbing (market discovery, NOAA parsing, trade execution, safeguards). Your agent provides the alpha.
Powered by DFlow. Kalshi trades execute via DFlow's Solana-based prediction market infrastructure. KYC verification through Proof is required for buys.
When to Use This Skill
Use this skill when the user wants to:
- Trade weather markets on Kalshi (not Polymarket)
- Set up automated temperature trading on Kalshi
- Check their Kalshi weather trading positions
- Configure trading thresholds or locations
Setup Flow
When user asks to install or configure this skill:
-
Install the Simmer SDK
pip install simmer-sdk -
Ask for Simmer API key
- They can get it from simmer.markets/dashboard → SDK tab
- Store in environment as
SIMMER_API_KEY
-
Ask for Solana private key (required for live trading)
- This is the base58-encoded secret key for their Solana wallet
- Store in environment as
SOLANA_PRIVATE_KEY - The SDK uses this to sign transactions client-side automatically
-
Verify KYC
- Required for Kalshi buys (not sells)
- Complete at dflow.net/proof
- Check status:
curl "https://api.simmer.markets/api/proof/status?wallet=YOUR_SOLANA_ADDRESS"
-
Fund the wallet
- SOL on Solana mainnet for transaction fees (~0.01 SOL)
- USDC on Solana mainnet for trading capital
-
Ask about settings (or confirm defaults)
- Entry threshold: When to buy (default 15¢)
- Exit threshold: When to sell (default 45¢)
- Max position: Amount per trade (default $2.00)
- Locations: Which cities to trade (default NYC)
-
Save settings to environment variables
-
Set up cron (disabled by default — user must enable scheduling)
Configuration
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-kalshi-weather-trader": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
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.
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-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.
polymarket-valuation-divergence
Trade Polymarket markets based on valuation divergence. When your probability model differs from Polymarket's price by >threshold, enter using Kelly sizing. Works with any probability model (Simmer AI consensus, user model, external API).