Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alsk1992 avatar

Weather

  • 17 installs
  • 610 repo stars
  • Updated June 26, 2026
  • alsk1992/cloddsbot

weather is a skill that uses NOAA forecasts to find and place edge bets on Polymarket weather markets.

About

weather uses NOAA weather forecasts to find betting edge on Polymarket weather markets. A developer uses it to fetch official NWS forecasts, match them to active markets, compare NOAA probability against the market price, and place bets when the edge is large. It supports scanning, per-market edge calculation, and threshold-based auto-betting.

  • Uses free NOAA/NWS forecasts to find edge on Polymarket weather markets
  • Compares NOAA probability to market YES price to compute edge
  • Can auto-bet on high-edge markets above a threshold

Weather by the numbers

  • 17 all-time installs (skills.sh)
  • Ranked #731 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

weather capabilities & compatibility

Capabilities
trading · data analysis
Works with
weather
Use cases
trading · data analysis
Pricing
Bring your own API key
From the docs

What weather says it does

Use NOAA weather forecasts to find edge on Polymarket weather markets.
SKILL.md
Edge = NOAA Probability - Market Price
SKILL.md
npx skills add https://github.com/alsk1992/cloddsbot --skill weather

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs17
repo stars610
Last updatedJune 26, 2026
Repositoryalsk1992/cloddsbot

What it does

Find and bet on Polymarket weather markets using NOAA forecast edge over market price.

Who is it for?

Traders hunting probabilistic edge on Polymarket weather markets from NOAA data.

When should I use this skill?

You want to scan Polymarket weather markets for edge or auto-bet high-edge ones.

By the numbers

  • edge = NOAA probability - market price
  • NOAA/NWS data is free with no API key

Files

SKILL.mdMarkdownGitHub ↗

Weather Betting

Use NOAA weather forecasts to find edge on Polymarket weather markets.

Commands

/weather scan                              Scan all weather markets for edge
/weather forecast <city>                   Get NOAA forecast for a city
/weather markets                           List active weather markets
/weather edge <market-id>                  Calculate edge for specific market
/weather bet <market-id> <amount>          Execute bet
/weather auto [--threshold 10]             Auto-bet on high-edge markets
/weather history                           View bet history

Examples

/weather forecast "New York"
/weather scan
/weather edge abc123
/weather bet abc123 10
/weather auto --threshold 15

How It Works

1. Fetch NOAA Forecast: Get official NWS weather data (free, no API key) 2. Match to Markets: Find Polymarket weather markets for the same location/date 3. Calculate Edge: Compare NOAA probability to market YES price 4. Bet if Edge: If NOAA probability differs significantly from market, bet

Edge Calculation

Edge = NOAA Probability - Market Price

Example:
  NOAA says 80% chance of rain in NYC tomorrow
  Polymarket "Will it rain in NYC?" YES price: 0.65 (65%)
  Edge = 80% - 65% = +15% -> Bet YES

Supported Market Types

  • Temperature: "Will NYC exceed 90°F on Saturday?"
  • Precipitation: "Will it rain in LA tomorrow?"
  • Snow: "Will Chicago get 6+ inches of snow?"
  • Record: "Will Phoenix hit a record high this week?"

Confidence Levels

  • High: Edge >= 15%, reliable forecast data
  • Medium: Edge 10-15%, some uncertainty
  • Low: Edge 5-10%, more speculative

Position Sizing

Uses quarter-Kelly criterion for conservative sizing:

Bet Size = Bankroll * (Edge / Odds) * 0.25

Capped at 10% of bankroll per bet.

Supported Cities

Major US cities including: New York, Los Angeles, Chicago, Houston, Phoenix, Philadelphia, San Antonio, San Diego, Dallas, San Jose, Austin, Jacksonville, San Francisco, Seattle, Denver, Washington DC, Boston, Nashville, Detroit, and more.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.