ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

snow-report

Get snow conditions, forecasts, and ski reports for any mountain resort worldwide. Use when asked about snow, powder, ski conditions, or mountain weather. Supports 1000+ resorts via OpenSnow. Users can set favorite mountains for quick access. Supports SnowTick 4-letter codes (JHMR, TARG, MMTH) for quick lookups.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/davemorin/snow-report
Or

Snow Report

Fetch live snow conditions from OpenSnow for any ski resort worldwide.

SnowTick — Mountain Tickers

4-letter codes for quick mountain lookups, like stock tickers:

TickerResort
JHMRJackson Hole
TARGGrand Targhee
MMTHMammoth
BIRDSnowbird
ALTAAlta
BOATSteamboat
WHISWhistler

Full list in references/resorts.md. Use tickers anywhere you'd use a resort name.

Commands

User SaysAction
"snowtick"Quick ticker tape of all favorites
"snow report" / "how's the snow"Pull default mountain from user config
"snow at Mammoth" / "Jackson snow"Pull specific resort
"JHMR" / "what's TARG at"Pull by SnowTick code
"compare Jackson and Targhee"Multi-mountain comparison
"compare JHMR TARG MMTH"Compare by tickers
"powder alert" / "where's it snowing"Check forecasts across favorites

User Configuration

Check memory/snow-preferences.md for user settings:

# Snow Preferences

## Default Mountain
JHMR

## Favorites
- JHMR (Jackson Hole)
- TARG (Grand Targhee)
- MMTH (Mammoth)
- ALTA (Alta)

## Report Style
- compact (default) | detailed
- skip: parking

Tickers or slugs both work. If no config exists, ask user for their home mountain and create the file.

Resolving Tickers

When user provides a ticker (4 uppercase letters):

  1. Look up in references/resorts.md
  2. Get the corresponding slug
  3. Use slug for OpenSnow URL

Example: JHMRjacksonholeopensnow.com/location/jacksonhole/snow-summary

Quick Usage

SnowTick Command

1. Read user favorites from memory/snow-preferences.md
2. Open all favorite resort tabs in parallel
3. Snapshot each tab for snow data
4. Extract: base depth, 5-day forecast, current conditions
5. Format as ticker tape with best bet arrow
6. Close all tabs

Single Mountain

1. browser action=open targetUrl=https://opensnow.com/location/{slug}/snow-summary
2. browser action=snapshot compact=true
3. Extract key data, close tab

Multi-Mountain Comparison

1. Open all resort tabs in parallel (browser action=open for each)
2. Snapshot all tabs
3. Extract and format comparison table
4. Close all tabs

Data Extraction

From OpenSnow snapshot, find:

Snow Summary

  • Last 24 Hours — reported snowfall + timestamp
  • Next 1-5 Days — forecasted snow
  • Next 6-10 Days — extended forecast
  • Next 11-15 Days — long range

Current Conditions (under "Right Now")

  • Temperature + feels-like
  • Wind speed, direction, gusts
  • Conditions (Sunny, Snowy, etc.)

Local Expert (Daily Snow)

  • Expert name
  • Forecast narrative

AI Overview

  • Quick conditions summary

Output Formats

SnowTick (favorites dashboard)

📈 SnowTick — {date}

Metadata

Author@davemorin
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-davemorin-snow-report": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.