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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install snow-report或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install snow-report⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/snow-report/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: snow-report description: 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. ---
Fetch live snow conditions from OpenSnow for any ski resort worldwide.
4-letter codes for quick mountain lookups, like stock tickers:
| Ticker | Resort | |--------|--------| | JHMR | Jackson Hole | | TARG | Grand Targhee | | MMTH | Mammoth | | BIRD | Snowbird | | ALTA | Alta | | BOAT | Steamboat | | WHIS | Whistler |
Full list in references/resorts.md. Use tickers anywhere you'd use a resort name.
| User Says | Action | |-----------|--------| | "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 |
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.
When user provides a ticker (4 uppercase letters):
references/resorts.mdExample: JHMR → jacksonhole → opensnow.com/location/jacksonhole/snow-summary
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
1. browser action=open targetUrl=https://opensnow.com/location/{slug}/snow-summary
2. browser action=snapshot compact=true
3. Extract key data, close tab
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
From OpenSnow snapshot, find:
Last 24 Hours — reported snowfall + timestampNext 1-5 Days — forecasted snowNext 6-10 Days — extended forecastNext 11-15 Days — long range📈 SnowTick — {date}
JHMR 12" ▲ 6" ❄️ snowing
FISH 8" ▲ 2" ☀️ clear
SGAR 24" ▲ 12" ❄️ snowing ←
BALD 36" ▲ 8" 🌨️ flurries
BRDG 6" ▲ 0" ☀️ clear
ROCK 2" — 0" ☀️ clear
▲ = next 5 days | ← = best bet
Columns: Ticker | Base depth | 5-day forecast | Current conditions
🏔️ {Resort} [{TICK}] — {date}
**Snow:** {24hr}" | Next 5d: {forecast}"
**Now:** {temp}°F, {conditions}, wind {speed} mph
**Daily Snow:** {1 sentence summary}
🏔️ {Resort} [{TICK}] — {date}
**Now:** {temp}°F ({feels}°F), {conditions}, wind {speed} mph {dir}
| Period | Snow |
|--------|------|
| Last 24hr | X" |
| Next 5 days | X" |
| Next 6-10 days | X" |
| Next 11-15 days | X" |
**Daily Snow ({expert}):** {full summary}
**AI Overview:** {summary}
📊 Snow Comparison — {date}
| Ticker | Resort | 24hr | Next 5d | Next 10d | Temp |
|--------|--------|------|---------|----------|------|
| JHMR | Jackson Hole | 0" | 0" | 8" | 11°F |
| TARG | Grand Targhee | 0" | 2" | 12" | 8°F |
| ALTA | Alta | 0" | 1" | 6" | 15°F |
**Best Bet:** TARG — most snow coming
🚨 Powder Alert — {date}
Checking your favorites for incoming snow...
| Ticker | Resort | Next 5d | Next 10d |
|--------|--------|---------|----------|
| TARG | Grand Targhee | 6" | 18" | ← Best
| JHMR | Jackson Hole | 0" | 8" |
| ALTA | Alta | 2" | 10" |
**Verdict:** TARG looking best for next week
See references/resorts.md for full list with tickers.
Quick reference: | Region | Tickers | |--------|---------| | Wyoming | JHMR TARG SNWK | | Utah | ALTA BIRD PCMR DEER | | Colorado | VAIL AJAX TELL BOAT | | California | MMTH PALI KIRK HVLY | | Montana | BSKY FISH BRDG | | BC | WHIS RVLK | | Japan | NSKO HAKU |
For unlisted resorts: search opensnow.com and grab slug from URL, then add ticker to references.
If user asks for snow report with no config:
memory/snow-preferences.md with their answer安装 Snow Report 后,可以对 AI 说这些话来触发它
Help me get started with Snow Report
Explains what Snow Report does, walks through the setup, and runs a quick demo based on your current project
Use Snow Report to get snow conditions, forecasts, and ski reports for any mountain re...
Invokes Snow Report with the right parameters and returns the result directly in the conversation
What can I do with Snow Report in my data & analytics workflow?
Lists the top use cases for Snow Report, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/snow-report/ 目录(个人级,所有项目可用),或 .claude/skills/snow-report/(项目级)。重启 AI 客户端后,用 /snow-report 主动调用,或让 AI 根据上下文自动发现并使用。
Snow Report 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Snow Report 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Snow Report
Identifies repetitive steps in your workflow and sets up Snow Report to handle them automatically